| author | |
| committer | |
| log | 31281a7d14a843f25156a731dd2108a7018680ad |
| tree | b9cf084a9e3f5d755f8f26013ae0e0fd04a88c94 |
| parent | 321fec1aa679f549503b13cda463fef8c3d616b8 |
see #120121 files changed, 4 insertions(+), 0 deletions(-)
lib/std/math.zig+4| ... | ... | @@ -1653,6 +1653,10 @@ test "sign" { |
| 1653 | 1653 | // https://github.com/ziglang/zig/issues/12012 |
| 1654 | 1654 | return error.SkipZigTest; |
| 1655 | 1655 | } |
| 1656 | if ((builtin.zig_backend == .stage1) and builtin.cpu.arch == .x86_64) { | |
| 1657 | // https://github.com/ziglang/zig/issues/12012 | |
| 1658 | return error.SkipZigTest; | |
| 1659 | } | |
| 1656 | 1660 | try testSign(); |
| 1657 | 1661 | comptime try testSign(); |
| 1658 | 1662 | } |