| ... | @@ -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 | }, |
| 457 | | 449 | |
| 458 | .{ | 450 | .{ |