test: re-enable test-std for loongarch64-linux

This commit is contained in:
Alex Rønne Petersen 2025-09-17 00:25:21 +02:00
parent f90548e740
commit e06bcd74c3
No known key found for this signature in database

View File

@ -419,8 +419,6 @@ const test_targets = blk: {
.os_tag = .linux, .os_tag = .linux,
.abi = .none, .abi = .none,
}, },
// https://github.com/ziglang/zig/issues/21646
.skip_modules = &.{"std"},
}, },
.{ .{
.target = .{ .target = .{
@ -429,8 +427,6 @@ const test_targets = blk: {
.abi = .musl, .abi = .musl,
}, },
.link_libc = true, .link_libc = true,
// https://github.com/ziglang/zig/issues/21646
.skip_modules = &.{"std"},
}, },
.{ .{
.target = .{ .target = .{
@ -440,8 +436,6 @@ const test_targets = blk: {
}, },
.linkage = .dynamic, .linkage = .dynamic,
.link_libc = true, .link_libc = true,
// https://github.com/ziglang/zig/issues/21646
.skip_modules = &.{"std"},
.extra_target = true, .extra_target = true,
}, },
.{ .{
@ -451,8 +445,6 @@ const test_targets = blk: {
.abi = .gnu, .abi = .gnu,
}, },
.link_libc = true, .link_libc = true,
// https://github.com/ziglang/zig/issues/21646
.skip_modules = &.{"std"},
}, },
.{ .{