From af4086662808d2df66df4ba1fa479bb9dc70ccbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sun, 26 Apr 2026 11:01:39 +0200 Subject: [PATCH] test: re-enable std tests for dynamic powerpc-linux-musleabi and powerpc-linux-gnueabi --- test/tests.zig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/tests.zig b/test/tests.zig index 5e336a6650b546c22bc00c177b84c75cdbbab780..6750f2b7dedb20c412de91d169fefadbfb69b5e6 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -770,8 +770,6 @@ const module_test_targets = blk: { }, .linkage = .dynamic, .link_libc = true, - // https://github.com/ziglang/zig/issues/2256 - .skip_modules = &.{"std"}, .extra_target = true, }, .{ @@ -801,8 +799,6 @@ const module_test_targets = blk: { .abi = .gnueabi, }, .link_libc = true, - // https://github.com/ziglang/zig/issues/2256 - .skip_modules = &.{"std"}, .extra_target = true, }, .{ -- 2.54.0