| ... | @@ -114,7 +114,8 @@ pub fn testAll(b: *Build, build_opts: BuildOptions) *Step { | ... | @@ -114,7 +114,8 @@ pub fn testAll(b: *Build, build_opts: BuildOptions) *Step { |
| 114 | elf_step.dependOn(testLargeBss(b, .{ .target = gnu_target })); | 114 | elf_step.dependOn(testLargeBss(b, .{ .target = gnu_target })); |
| 115 | elf_step.dependOn(testLinkOrder(b, .{ .target = gnu_target })); | 115 | elf_step.dependOn(testLinkOrder(b, .{ .target = gnu_target })); |
| 116 | elf_step.dependOn(testLdScript(b, .{ .target = gnu_target })); | 116 | elf_step.dependOn(testLdScript(b, .{ .target = gnu_target })); |
| 117 | elf_step.dependOn(testLdScriptPathError(b, .{ .target = gnu_target })); | 117 | // https://github.com/ziglang/zig/issues/23125 |
| | 118 | // elf_step.dependOn(testLdScriptPathError(b, .{ .target = gnu_target })); |
| 118 | elf_step.dependOn(testLdScriptAllowUndefinedVersion(b, .{ .target = gnu_target, .use_lld = true })); | 119 | elf_step.dependOn(testLdScriptAllowUndefinedVersion(b, .{ .target = gnu_target, .use_lld = true })); |
| 119 | elf_step.dependOn(testLdScriptDisallowUndefinedVersion(b, .{ .target = gnu_target, .use_lld = true })); | 120 | elf_step.dependOn(testLdScriptDisallowUndefinedVersion(b, .{ .target = gnu_target, .use_lld = true })); |
| 120 | // https://github.com/ziglang/zig/issues/17451 | 121 | // https://github.com/ziglang/zig/issues/17451 |