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: {
284284 // },
285285 //},
286286
287 .{
288 .target = .{
289 .cpu_arch = .mips,
290 .os_tag = .linux,
291 .abi = .musl,
292 },
293 .link_libc = true,
294 },
287 // https://github.com/ziglang/zig/issues/16846
288 //.{
289 // .target = .{
290 // .cpu_arch = .mips,
291 // .os_tag = .linux,
292 // .abi = .musl,
293 // },
294 // .link_libc = true,
295 //},
295296
296297 // https://github.com/ziglang/zig/issues/4927
297298 //.{
......@@ -312,14 +313,15 @@ const test_targets = blk: {
312313 // },
313314 //},
314315
315 .{
316 .target = .{
317 .cpu_arch = .mipsel,
318 .os_tag = .linux,
319 .abi = .musl,
320 },
321 .link_libc = true,
322 },
316 // https://github.com/ziglang/zig/issues/16846
317 //.{
318 // .target = .{
319 // .cpu_arch = .mipsel,
320 // .os_tag = .linux,
321 // .abi = .musl,
322 // },
323 // .link_libc = true,
324 //},
323325
324326 // https://github.com/ziglang/zig/issues/4927
325327 //.{