authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-08-12 07:27:35+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-08-12 13:34:19+02:00
log46f64358dd731ad35afe11a6a45df1ad78e6531a
treedd85203aa0cc9c4151d6f74052f4fa18ca99ef06
parent19a91084c2a29175bad47d41cd11935904ede0b9
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

test: Re-enable mips(el)-linux(-musl) tests.

Closes #13782. Closes #16846.

1 files changed, 30 insertions(+), 34 deletions(-)

test/tests.zig+30-34
...@@ -305,24 +305,22 @@ const test_targets = blk: {...@@ -305,24 +305,22 @@ const test_targets = blk: {
305 // .link_libc = true,305 // .link_libc = true,
306 //},306 //},
307307
308 // https://github.com/ziglang/zig/issues/16846308 .{
309 //.{309 .target = .{
310 // .target = .{310 .cpu_arch = .mips,
311 // .cpu_arch = .mips,311 .os_tag = .linux,
312 // .os_tag = .linux,312 .abi = .none,
313 // .abi = .none,313 },
314 // },314 },
315 //},
316315
317 // https://github.com/ziglang/zig/issues/16846316 .{
318 //.{317 .target = .{
319 // .target = .{318 .cpu_arch = .mips,
320 // .cpu_arch = .mips,319 .os_tag = .linux,
321 // .os_tag = .linux,320 .abi = .musl,
322 // .abi = .musl,321 },
323 // },322 .link_libc = true,
324 // .link_libc = true,323 },
325 //},
326324
327 // https://github.com/ziglang/zig/issues/4927325 // https://github.com/ziglang/zig/issues/4927
328 //.{326 //.{
...@@ -334,24 +332,22 @@ const test_targets = blk: {...@@ -334,24 +332,22 @@ const test_targets = blk: {
334 // .link_libc = true,332 // .link_libc = true,
335 //},333 //},
336334
337 // https://github.com/ziglang/zig/issues/16846335 .{
338 //.{336 .target = .{
339 // .target = .{337 .cpu_arch = .mipsel,
340 // .cpu_arch = .mipsel,338 .os_tag = .linux,
341 // .os_tag = .linux,339 .abi = .none,
342 // .abi = .none,340 },
343 // },341 },
344 //},
345342
346 // https://github.com/ziglang/zig/issues/16846343 .{
347 //.{344 .target = .{
348 // .target = .{345 .cpu_arch = .mipsel,
349 // .cpu_arch = .mipsel,346 .os_tag = .linux,
350 // .os_tag = .linux,347 .abi = .musl,
351 // .abi = .musl,348 },
352 // },349 .link_libc = true,
353 // .link_libc = true,350 },
354 //},
355351
356 // https://github.com/ziglang/zig/issues/4927352 // https://github.com/ziglang/zig/issues/4927
357 //.{353 //.{