mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
test: Disable test-elf-ld-script-path-error for now.
https://github.com/ziglang/zig/issues/23125
This commit is contained in:
parent
ed583e5466
commit
c9c58ebbe3
@ -114,7 +114,8 @@ pub fn testAll(b: *Build, build_opts: BuildOptions) *Step {
|
||||
elf_step.dependOn(testLargeBss(b, .{ .target = gnu_target }));
|
||||
elf_step.dependOn(testLinkOrder(b, .{ .target = gnu_target }));
|
||||
elf_step.dependOn(testLdScript(b, .{ .target = gnu_target }));
|
||||
elf_step.dependOn(testLdScriptPathError(b, .{ .target = gnu_target }));
|
||||
// https://github.com/ziglang/zig/issues/23125
|
||||
// elf_step.dependOn(testLdScriptPathError(b, .{ .target = gnu_target }));
|
||||
elf_step.dependOn(testLdScriptAllowUndefinedVersion(b, .{ .target = gnu_target, .use_lld = true }));
|
||||
elf_step.dependOn(testLdScriptDisallowUndefinedVersion(b, .{ .target = gnu_target, .use_lld = true }));
|
||||
// https://github.com/ziglang/zig/issues/17451
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user