mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
std.math: Re-enable snan() test.
This now passes on all targets that we test in CI. See: https://github.com/ziglang/zig/issues/14366
This commit is contained in:
parent
354ea625e5
commit
c13713dd02
@ -172,9 +172,6 @@ test nan {
|
|||||||
}
|
}
|
||||||
|
|
||||||
test snan {
|
test snan {
|
||||||
// TODO: https://github.com/ziglang/zig/issues/14366
|
|
||||||
if (builtin.zig_backend == .stage2_llvm and comptime builtin.cpu.arch.isArmOrThumb()) return error.SkipZigTest;
|
|
||||||
|
|
||||||
const snan_u16: u16 = 0x7D00;
|
const snan_u16: u16 = 0x7D00;
|
||||||
const snan_u32: u32 = 0x7FA00000;
|
const snan_u32: u32 = 0x7FA00000;
|
||||||
const snan_u64: u64 = 0x7FF4000000000000;
|
const snan_u64: u64 = 0x7FF4000000000000;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user