From 6e001367a436ddae0c5d7e5861200a7966940073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Thu, 18 Jun 2026 13:35:15 +0200 Subject: [PATCH] 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. --- test/tests.zig | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/tests.zig b/test/tests.zig index a3883223728b7141c6a7f90a76a57e5914a75af5..fe0c7622e6608fe5979004e05730ae1d5bdc347f 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -627,7 +627,6 @@ const module_test_targets = blk: { .os_tag = .linux, .abi = .abin32, }, - .extra_target = true, }, .{ .target = .{ @@ -654,7 +653,6 @@ const module_test_targets = blk: { .abi = .muslabin32, }, .link_libc = true, - .extra_target = true, }, .{ .target = .{ @@ -681,7 +679,6 @@ const module_test_targets = blk: { .abi = .gnuabin32, }, .link_libc = true, - .extra_target = true, }, .{ @@ -1167,7 +1164,6 @@ const module_test_targets = blk: { .os_tag = .linux, .abi = .x32, }, - .extra_target = true, }, .{ .target = .{ @@ -1204,7 +1200,6 @@ const module_test_targets = blk: { .abi = .muslx32, }, .link_libc = true, - .extra_target = true, }, .{ .target = .{ @@ -1231,7 +1226,6 @@ const module_test_targets = blk: { .abi = .gnux32, }, .link_libc = true, - .extra_target = true, }, // Darwin Targets -- 2.54.0