authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-08-23 12:46:31-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-09-19 09:37:53-07:00
log3acf0f637eb02a9ab755a59167de7b67c3c3c699
treed0f7ee8740539b19986589c5a96880d455cfaa87
parentcd6a236279d3c0fb60d6fd0bb61f91b2ff5dc22e

disable failing mips tests due to LLVM 17 regressions

tracked by #16846

1 files changed, 16 insertions(+), 14 deletions(-)

test/tests.zig+16-14
......@@ -275,13 +275,14 @@ const test_targets = blk: {
275275 // .link_libc = true,
276276 //},
277277
278 .{
279 .target = .{
280 .cpu_arch = .mips,
281 .os_tag = .linux,
282 .abi = .none,
283 },
284 },
278 // https://github.com/ziglang/zig/issues/16846
279 //.{
280 // .target = .{
281 // .cpu_arch = .mips,
282 // .os_tag = .linux,
283 // .abi = .none,
284 // },
285 //},
285286
286287 .{
287288 .target = .{
......@@ -302,13 +303,14 @@ const test_targets = blk: {
302303 // .link_libc = true,
303304 //},
304305
305 .{
306 .target = .{
307 .cpu_arch = .mipsel,
308 .os_tag = .linux,
309 .abi = .none,
310 },
311 },
306 // https://github.com/ziglang/zig/issues/16846
307 //.{
308 // .target = .{
309 // .cpu_arch = .mipsel,
310 // .os_tag = .linux,
311 // .abi = .none,
312 // },
313 //},
312314
313315 .{
314316 .target = .{