authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-08-24 14:39:41-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-09-19 09:37:53-07:00
log5d92cc8cf60330c535aeb7361eaeede19eb61bbf
treedaacc0cd10f070a6713937ac0bd013c10e18aa9c
parent5b8af7a2a9140fd0533961b62addc61f57b33343

skip all mips tests due to LLVM 17 regressions

Tracked by #16846

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

test/tests.zig+18-16
...@@ -284,14 +284,15 @@ const test_targets = blk: {...@@ -284,14 +284,15 @@ const test_targets = blk: {
284 // },284 // },
285 //},285 //},
286286
287 .{287 // https://github.com/ziglang/zig/issues/16846
288 .target = .{288 //.{
289 .cpu_arch = .mips,289 // .target = .{
290 .os_tag = .linux,290 // .cpu_arch = .mips,
291 .abi = .musl,291 // .os_tag = .linux,
292 },292 // .abi = .musl,
293 .link_libc = true,293 // },
294 },294 // .link_libc = true,
295 //},
295296
296 // https://github.com/ziglang/zig/issues/4927297 // https://github.com/ziglang/zig/issues/4927
297 //.{298 //.{
...@@ -312,14 +313,15 @@ const test_targets = blk: {...@@ -312,14 +313,15 @@ const test_targets = blk: {
312 // },313 // },
313 //},314 //},
314315
315 .{316 // https://github.com/ziglang/zig/issues/16846
316 .target = .{317 //.{
317 .cpu_arch = .mipsel,318 // .target = .{
318 .os_tag = .linux,319 // .cpu_arch = .mipsel,
319 .abi = .musl,320 // .os_tag = .linux,
320 },321 // .abi = .musl,
321 .link_libc = true,322 // },
322 },323 // .link_libc = true,
324 //},
323325
324 // https://github.com/ziglang/zig/issues/4927326 // https://github.com/ziglang/zig/issues/4927
325 //.{327 //.{