authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-06-18 13:35:15+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-06-19 08:26:05+02:00
log6e001367a436ddae0c5d7e5861200a7966940073
tree03beb3f18db3654f046bb6edd5ede6b9c6ab6359
parentf5e83388288f827a17a4dfaa6c58b2f9063c1f7c
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

test: promote most x32/n32 module test targets to non-extra status

These ILP32 ABIs are now about as well supported as their LP64 counterparts. mips64(el)-linux-muslabin32 with dynamic linking is still marked as extra, in line with other dynamically-linked musl targets.

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

test/tests.zig-6
......@@ -627,7 +627,6 @@ const module_test_targets = blk: {
627627 .os_tag = .linux,
628628 .abi = .abin32,
629629 },
630 .extra_target = true,
631630 },
632631 .{
633632 .target = .{
......@@ -654,7 +653,6 @@ const module_test_targets = blk: {
654653 .abi = .muslabin32,
655654 },
656655 .link_libc = true,
657 .extra_target = true,
658656 },
659657 .{
660658 .target = .{
......@@ -681,7 +679,6 @@ const module_test_targets = blk: {
681679 .abi = .gnuabin32,
682680 },
683681 .link_libc = true,
684 .extra_target = true,
685682 },
686683
687684 .{
......@@ -1167,7 +1164,6 @@ const module_test_targets = blk: {
11671164 .os_tag = .linux,
11681165 .abi = .x32,
11691166 },
1170 .extra_target = true,
11711167 },
11721168 .{
11731169 .target = .{
......@@ -1204,7 +1200,6 @@ const module_test_targets = blk: {
12041200 .abi = .muslx32,
12051201 },
12061202 .link_libc = true,
1207 .extra_target = true,
12081203 },
12091204 .{
12101205 .target = .{
......@@ -1231,7 +1226,6 @@ const module_test_targets = blk: {
12311226 .abi = .gnux32,
12321227 },
12331228 .link_libc = true,
1234 .extra_target = true,
12351229 },
12361230
12371231 // Darwin Targets