Skip to content

Commit 5c57e90

Browse files
committed
test: Disable test-elf-ld-script-path-error for now.
#23125
1 parent 214750f commit 5c57e90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/link/elf.zig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ pub fn testAll(b: *Build, build_opts: BuildOptions) *Step {
114114
elf_step.dependOn(testLargeBss(b, .{ .target = gnu_target }));
115115
elf_step.dependOn(testLinkOrder(b, .{ .target = gnu_target }));
116116
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 }));
118119
elf_step.dependOn(testLdScriptAllowUndefinedVersion(b, .{ .target = gnu_target, .use_lld = true }));
119120
elf_step.dependOn(testLdScriptDisallowUndefinedVersion(b, .{ .target = gnu_target, .use_lld = true }));
120121
// https://github.com/ziglang/zig/issues/17451

0 commit comments

Comments
 (0)