authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-09-17 00:25:21+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-09-18 12:42:24+02:00
loge06bcd74c3d7287dfb458130cde0c72c7ef97698
tree6941b7a41d09696d1e0d7226de34595e077e1409
parentf90548e74063cd1d6ac6885ee9f6521359cde8cf
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

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


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

test/tests.zig-8
......@@ -419,8 +419,6 @@ const test_targets = blk: {
419419 .os_tag = .linux,
420420 .abi = .none,
421421 },
422 // https://github.com/ziglang/zig/issues/21646
423 .skip_modules = &.{"std"},
424422 },
425423 .{
426424 .target = .{
......@@ -429,8 +427,6 @@ const test_targets = blk: {
429427 .abi = .musl,
430428 },
431429 .link_libc = true,
432 // https://github.com/ziglang/zig/issues/21646
433 .skip_modules = &.{"std"},
434430 },
435431 .{
436432 .target = .{
......@@ -440,8 +436,6 @@ const test_targets = blk: {
440436 },
441437 .linkage = .dynamic,
442438 .link_libc = true,
443 // https://github.com/ziglang/zig/issues/21646
444 .skip_modules = &.{"std"},
445439 .extra_target = true,
446440 },
447441 .{
......@@ -451,8 +445,6 @@ const test_targets = blk: {
451445 .abi = .gnu,
452446 },
453447 .link_libc = true,
454 // https://github.com/ziglang/zig/issues/21646
455 .skip_modules = &.{"std"},
456448 },
457449
458450 .{