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: {...@@ -419,8 +419,6 @@ const test_targets = blk: {
419 .os_tag = .linux,419 .os_tag = .linux,
420 .abi = .none,420 .abi = .none,
421 },421 },
422 // https://github.com/ziglang/zig/issues/21646
423 .skip_modules = &.{"std"},
424 },422 },
425 .{423 .{
426 .target = .{424 .target = .{
...@@ -429,8 +427,6 @@ const test_targets = blk: {...@@ -429,8 +427,6 @@ const test_targets = blk: {
429 .abi = .musl,427 .abi = .musl,
430 },428 },
431 .link_libc = true,429 .link_libc = true,
432 // https://github.com/ziglang/zig/issues/21646
433 .skip_modules = &.{"std"},
434 },430 },
435 .{431 .{
436 .target = .{432 .target = .{
...@@ -440,8 +436,6 @@ const test_targets = blk: {...@@ -440,8 +436,6 @@ const test_targets = blk: {
440 },436 },
441 .linkage = .dynamic,437 .linkage = .dynamic,
442 .link_libc = true,438 .link_libc = true,
443 // https://github.com/ziglang/zig/issues/21646
444 .skip_modules = &.{"std"},
445 .extra_target = true,439 .extra_target = true,
446 },440 },
447 .{441 .{
...@@ -451,8 +445,6 @@ const test_targets = blk: {...@@ -451,8 +445,6 @@ const test_targets = blk: {
451 .abi = .gnu,445 .abi = .gnu,
452 },446 },
453 .link_libc = true,447 .link_libc = true,
454 // https://github.com/ziglang/zig/issues/21646
455 .skip_modules = &.{"std"},
456 },448 },
457449
458 .{450 .{