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: {
770770 },
771771 .linkage = .dynamic,
772772 .link_libc = true,
773 // https://github.com/ziglang/zig/issues/2256
774 .skip_modules = &.{"std"},
775773 .extra_target = true,
776774 },
777775 .{
......@@ -801,8 +799,6 @@ const module_test_targets = blk: {
801799 .abi = .gnueabi,
802800 },
803801 .link_libc = true,
804 // https://github.com/ziglang/zig/issues/2256
805 .skip_modules = &.{"std"},
806802 .extra_target = true,
807803 },
808804 .{