authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-17 02:15:48+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-17 02:15:48+02:00
log9ae8c48fdf796919c5f0c49b9a72aba1c9916733
treed90df7765a7eeca56a266b96441b9c9881a13373
parent7215249aa95300fd5b33e180e4aa15a549e4fd0c
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

test: put soft float powerpc targets behind -Dtest-extra-targets


1 files changed, 4 insertions(+), 0 deletions(-)

test/tests.zig+4
...@@ -712,6 +712,7 @@ const test_targets = blk: {...@@ -712,6 +712,7 @@ const test_targets = blk: {
712 .os_tag = .linux,712 .os_tag = .linux,
713 .abi = .eabi,713 .abi = .eabi,
714 },714 },
715 .extra_target = true,
715 },716 },
716 .{717 .{
717 .target = .{718 .target = .{
...@@ -727,6 +728,7 @@ const test_targets = blk: {...@@ -727,6 +728,7 @@ const test_targets = blk: {
727 .abi = .musleabi,728 .abi = .musleabi,
728 },729 },
729 .link_libc = true,730 .link_libc = true,
731 .extra_target = true,
730 },732 },
731 .{733 .{
732 .target = .{734 .target = .{
...@@ -769,6 +771,7 @@ const test_targets = blk: {...@@ -769,6 +771,7 @@ const test_targets = blk: {
769 .link_libc = true,771 .link_libc = true,
770 // https://github.com/ziglang/zig/issues/2256772 // https://github.com/ziglang/zig/issues/2256
771 .skip_modules = &.{"std"},773 .skip_modules = &.{"std"},
774 .extra_target = true,
772 },775 },
773 .{776 .{
774 .target = .{777 .target = .{
...@@ -1323,6 +1326,7 @@ const test_targets = blk: {...@@ -1323,6 +1326,7 @@ const test_targets = blk: {
1323 .abi = .eabi,1326 .abi = .eabi,
1324 },1327 },
1325 .link_libc = true,1328 .link_libc = true,
1329 .extra_target = true,
1326 },1330 },
1327 .{1331 .{
1328 .target = .{1332 .target = .{