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: {
305305 // .link_libc = true,
306306 //},
307307
308 // https://github.com/ziglang/zig/issues/16846
309 //.{
310 // .target = .{
311 // .cpu_arch = .mips,
312 // .os_tag = .linux,
313 // .abi = .none,
314 // },
315 //},
308 .{
309 .target = .{
310 .cpu_arch = .mips,
311 .os_tag = .linux,
312 .abi = .none,
313 },
314 },
316315
317 // https://github.com/ziglang/zig/issues/16846
318 //.{
319 // .target = .{
320 // .cpu_arch = .mips,
321 // .os_tag = .linux,
322 // .abi = .musl,
323 // },
324 // .link_libc = true,
325 //},
316 .{
317 .target = .{
318 .cpu_arch = .mips,
319 .os_tag = .linux,
320 .abi = .musl,
321 },
322 .link_libc = true,
323 },
326324
327325 // https://github.com/ziglang/zig/issues/4927
328326 //.{
......@@ -334,24 +332,22 @@ const test_targets = blk: {
334332 // .link_libc = true,
335333 //},
336334
337 // https://github.com/ziglang/zig/issues/16846
338 //.{
339 // .target = .{
340 // .cpu_arch = .mipsel,
341 // .os_tag = .linux,
342 // .abi = .none,
343 // },
344 //},
335 .{
336 .target = .{
337 .cpu_arch = .mipsel,
338 .os_tag = .linux,
339 .abi = .none,
340 },
341 },
345342
346 // https://github.com/ziglang/zig/issues/16846
347 //.{
348 // .target = .{
349 // .cpu_arch = .mipsel,
350 // .os_tag = .linux,
351 // .abi = .musl,
352 // },
353 // .link_libc = true,
354 //},
343 .{
344 .target = .{
345 .cpu_arch = .mipsel,
346 .os_tag = .linux,
347 .abi = .musl,
348 },
349 .link_libc = true,
350 },
355351
356352 // https://github.com/ziglang/zig/issues/4927
357353 //.{