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: {...@@ -275,13 +275,14 @@ const test_targets = blk: {
275 // .link_libc = true,275 // .link_libc = true,
276 //},276 //},
277277
278 .{278 // https://github.com/ziglang/zig/issues/16846
279 .target = .{279 //.{
280 .cpu_arch = .mips,280 // .target = .{
281 .os_tag = .linux,281 // .cpu_arch = .mips,
282 .abi = .none,282 // .os_tag = .linux,
283 },283 // .abi = .none,
284 },284 // },
285 //},
285286
286 .{287 .{
287 .target = .{288 .target = .{
...@@ -302,13 +303,14 @@ const test_targets = blk: {...@@ -302,13 +303,14 @@ const test_targets = blk: {
302 // .link_libc = true,303 // .link_libc = true,
303 //},304 //},
304305
305 .{306 // https://github.com/ziglang/zig/issues/16846
306 .target = .{307 //.{
307 .cpu_arch = .mipsel,308 // .target = .{
308 .os_tag = .linux,309 // .cpu_arch = .mipsel,
309 .abi = .none,310 // .os_tag = .linux,
310 },311 // .abi = .none,
311 },312 // },
313 //},
312314
313 .{315 .{
314 .target = .{316 .target = .{