mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
parent
321fec1aa6
commit
31281a7d14
@ -1653,6 +1653,10 @@ test "sign" {
|
|||||||
// https://github.com/ziglang/zig/issues/12012
|
// https://github.com/ziglang/zig/issues/12012
|
||||||
return error.SkipZigTest;
|
return error.SkipZigTest;
|
||||||
}
|
}
|
||||||
|
if ((builtin.zig_backend == .stage1) and builtin.cpu.arch == .x86_64) {
|
||||||
|
// https://github.com/ziglang/zig/issues/12012
|
||||||
|
return error.SkipZigTest;
|
||||||
|
}
|
||||||
try testSign();
|
try testSign();
|
||||||
comptime try testSign();
|
comptime try testSign();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user