From ca2da421dda4440db29ddaffa6e71e6c824f4b83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Fri, 17 Oct 2025 02:03:02 +0200 Subject: [PATCH 1/3] test: put all dynamic musl targets behind -Dtest-extra-targets --- test/tests.zig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/tests.zig b/test/tests.zig index 055e3fba9b..3210117e71 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -176,6 +176,7 @@ const test_targets = blk: { }, .linkage = .dynamic, .link_libc = true, + .extra_target = true, }, .{ .target = .{ @@ -1152,6 +1153,7 @@ const test_targets = blk: { }, .linkage = .dynamic, .link_libc = true, + .extra_target = true, }, .{ .target = .{ From 7215249aa95300fd5b33e180e4aa15a549e4fd0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Fri, 17 Oct 2025 02:13:31 +0200 Subject: [PATCH 2/3] test: put all n32 and x32 targets behind -Dtest-extra-targets --- test/tests.zig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/tests.zig b/test/tests.zig index 3210117e71..91ae9189ec 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -614,6 +614,7 @@ const test_targets = blk: { .abi = .muslabin32, }, .link_libc = true, + .extra_target = true, }, .{ .target = .{ @@ -640,6 +641,7 @@ const test_targets = blk: { .abi = .gnuabin32, }, .link_libc = true, + .extra_target = true, }, .{ @@ -674,6 +676,7 @@ const test_targets = blk: { .abi = .muslabin32, }, .link_libc = true, + .extra_target = true, }, .{ .target = .{ @@ -700,6 +703,7 @@ const test_targets = blk: { .abi = .gnuabin32, }, .link_libc = true, + .extra_target = true, }, .{ @@ -1136,6 +1140,7 @@ const test_targets = blk: { .abi = .gnux32, }, .link_libc = true, + .extra_target = true, }, .{ .target = .{ @@ -1162,6 +1167,7 @@ const test_targets = blk: { .abi = .muslx32, }, .link_libc = true, + .extra_target = true, }, .{ .target = .{ @@ -1829,7 +1835,6 @@ const c_abi_targets = blk: { .os_tag = .linux, .abi = .muslx32, }, - .use_llvm = true, }, // WASI Targets From 9ae8c48fdf796919c5f0c49b9a72aba1c9916733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Fri, 17 Oct 2025 02:15:48 +0200 Subject: [PATCH 3/3] test: put soft float powerpc targets behind -Dtest-extra-targets --- test/tests.zig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/tests.zig b/test/tests.zig index 91ae9189ec..94906c9c72 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -712,6 +712,7 @@ const test_targets = blk: { .os_tag = .linux, .abi = .eabi, }, + .extra_target = true, }, .{ .target = .{ @@ -727,6 +728,7 @@ const test_targets = blk: { .abi = .musleabi, }, .link_libc = true, + .extra_target = true, }, .{ .target = .{ @@ -769,6 +771,7 @@ const test_targets = blk: { .link_libc = true, // https://github.com/ziglang/zig/issues/2256 .skip_modules = &.{"std"}, + .extra_target = true, }, .{ .target = .{ @@ -1323,6 +1326,7 @@ const test_targets = blk: { .abi = .eabi, }, .link_libc = true, + .extra_target = true, }, .{ .target = .{