authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-04-26 11:01:39+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-04-26 14:45:57+02:00
logaf4086662808d2df66df4ba1fa479bb9dc70ccbd
tree5ad79e13cbc583731ad495972c48f698aef28b2d
parentc75207a261795535f54eeb44a470bac30f64f37d

test: re-enable std tests for dynamic powerpc-linux-musleabi and powerpc-linux-gnueabi


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

test/tests.zig-4
...@@ -770,8 +770,6 @@ const module_test_targets = blk: {...@@ -770,8 +770,6 @@ const module_test_targets = blk: {
770 },770 },
771 .linkage = .dynamic,771 .linkage = .dynamic,
772 .link_libc = true,772 .link_libc = true,
773 // https://github.com/ziglang/zig/issues/2256
774 .skip_modules = &.{"std"},
775 .extra_target = true,773 .extra_target = true,
776 },774 },
777 .{775 .{
...@@ -801,8 +799,6 @@ const module_test_targets = blk: {...@@ -801,8 +799,6 @@ const module_test_targets = blk: {
801 .abi = .gnueabi,799 .abi = .gnueabi,
802 },800 },
803 .link_libc = true,801 .link_libc = true,
804 // https://github.com/ziglang/zig/issues/2256
805 .skip_modules = &.{"std"},
806 .extra_target = true,802 .extra_target = true,
807 },803 },
808 .{804 .{