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: {...@@ -627,7 +627,6 @@ const module_test_targets = blk: {
627 .os_tag = .linux,627 .os_tag = .linux,
628 .abi = .abin32,628 .abi = .abin32,
629 },629 },
630 .extra_target = true,
631 },630 },
632 .{631 .{
633 .target = .{632 .target = .{
...@@ -654,7 +653,6 @@ const module_test_targets = blk: {...@@ -654,7 +653,6 @@ const module_test_targets = blk: {
654 .abi = .muslabin32,653 .abi = .muslabin32,
655 },654 },
656 .link_libc = true,655 .link_libc = true,
657 .extra_target = true,
658 },656 },
659 .{657 .{
660 .target = .{658 .target = .{
...@@ -681,7 +679,6 @@ const module_test_targets = blk: {...@@ -681,7 +679,6 @@ const module_test_targets = blk: {
681 .abi = .gnuabin32,679 .abi = .gnuabin32,
682 },680 },
683 .link_libc = true,681 .link_libc = true,
684 .extra_target = true,
685 },682 },
686683
687 .{684 .{
...@@ -1167,7 +1164,6 @@ const module_test_targets = blk: {...@@ -1167,7 +1164,6 @@ const module_test_targets = blk: {
1167 .os_tag = .linux,1164 .os_tag = .linux,
1168 .abi = .x32,1165 .abi = .x32,
1169 },1166 },
1170 .extra_target = true,
1171 },1167 },
1172 .{1168 .{
1173 .target = .{1169 .target = .{
...@@ -1204,7 +1200,6 @@ const module_test_targets = blk: {...@@ -1204,7 +1200,6 @@ const module_test_targets = blk: {
1204 .abi = .muslx32,1200 .abi = .muslx32,
1205 },1201 },
1206 .link_libc = true,1202 .link_libc = true,
1207 .extra_target = true,
1208 },1203 },
1209 .{1204 .{
1210 .target = .{1205 .target = .{
...@@ -1231,7 +1226,6 @@ const module_test_targets = blk: {...@@ -1231,7 +1226,6 @@ const module_test_targets = blk: {
1231 .abi = .gnux32,1226 .abi = .gnux32,
1232 },1227 },
1233 .link_libc = true,1228 .link_libc = true,
1234 .extra_target = true,
1235 },1229 },
12361230
1237 // Darwin Targets1231 // Darwin Targets