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: {
311311 .abi = .none,
312312 },
313313 },
314
315314 .{
316315 .target = .{
317316 .cpu_arch = .mips,
......@@ -320,16 +319,14 @@ const test_targets = blk: {
320319 },
321320 .link_libc = true,
322321 },
323
324 // https://github.com/ziglang/zig/issues/4927
325 //.{
326 // .target = .{
327 // .cpu_arch = .mips,
328 // .os_tag = .linux,
329 // .abi = .gnueabihf,
330 // },
331 // .link_libc = true,
332 //},
322 .{
323 .target = .{
324 .cpu_arch = .mips,
325 .os_tag = .linux,
326 .abi = .gnueabihf,
327 },
328 .link_libc = true,
329 },
333330
334331 .{
335332 .target = .{
......@@ -338,7 +335,6 @@ const test_targets = blk: {
338335 .abi = .none,
339336 },
340337 },
341
342338 .{
343339 .target = .{
344340 .cpu_arch = .mipsel,
......@@ -347,16 +343,14 @@ const test_targets = blk: {
347343 },
348344 .link_libc = true,
349345 },
350
351 // https://github.com/ziglang/zig/issues/4927
352 //.{
353 // .target = .{
354 // .cpu_arch = .mipsel,
355 // .os_tag = .linux,
356 // .abi = .gnueabihf,
357 // },
358 // .link_libc = true,
359 //},
346 .{
347 .target = .{
348 .cpu_arch = .mipsel,
349 .os_tag = .linux,
350 .abi = .gnueabihf,
351 },
352 .link_libc = true,
353 },
360354
361355 .{
362356 .target = .{