authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-08-13 21:51:56+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-08-14 06:52:05+02:00
log019c0fc1845bb97298a23372f1fa8b4315dc114c
tree85448f56d0a9bcfe3c9cd85972bbfbf2c46357d5
parent819fe51a7e0df712564c2632a1fa00ee8acf2275
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

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

Closes #4927.

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

test/tests.zig+16-22
...@@ -311,7 +311,6 @@ const test_targets = blk: {...@@ -311,7 +311,6 @@ const test_targets = blk: {
311 .abi = .none,311 .abi = .none,
312 },312 },
313 },313 },
314
315 .{314 .{
316 .target = .{315 .target = .{
317 .cpu_arch = .mips,316 .cpu_arch = .mips,
...@@ -320,16 +319,14 @@ const test_targets = blk: {...@@ -320,16 +319,14 @@ const test_targets = blk: {
320 },319 },
321 .link_libc = true,320 .link_libc = true,
322 },321 },
323322 .{
324 // https://github.com/ziglang/zig/issues/4927323 .target = .{
325 //.{324 .cpu_arch = .mips,
326 // .target = .{325 .os_tag = .linux,
327 // .cpu_arch = .mips,326 .abi = .gnueabihf,
328 // .os_tag = .linux,327 },
329 // .abi = .gnueabihf,328 .link_libc = true,
330 // },329 },
331 // .link_libc = true,
332 //},
333330
334 .{331 .{
335 .target = .{332 .target = .{
...@@ -338,7 +335,6 @@ const test_targets = blk: {...@@ -338,7 +335,6 @@ const test_targets = blk: {
338 .abi = .none,335 .abi = .none,
339 },336 },
340 },337 },
341
342 .{338 .{
343 .target = .{339 .target = .{
344 .cpu_arch = .mipsel,340 .cpu_arch = .mipsel,
...@@ -347,16 +343,14 @@ const test_targets = blk: {...@@ -347,16 +343,14 @@ const test_targets = blk: {
347 },343 },
348 .link_libc = true,344 .link_libc = true,
349 },345 },
350346 .{
351 // https://github.com/ziglang/zig/issues/4927347 .target = .{
352 //.{348 .cpu_arch = .mipsel,
353 // .target = .{349 .os_tag = .linux,
354 // .cpu_arch = .mipsel,350 .abi = .gnueabihf,
355 // .os_tag = .linux,351 },
356 // .abi = .gnueabihf,352 .link_libc = true,
357 // },353 },
358 // .link_libc = true,
359 //},
360354
361 .{355 .{
362 .target = .{356 .target = .{