| author | |
| committer | |
| log | 32e78e239f7571a7383c38913f45f66e065e4018 |
| tree | 63fee4cfb4b378911a8ce88304b3310437ae8f68 |
| parent | abd960873cfa3404f48b4ee2b4a3aabb451bbc39 |
Closes #12027.1 files changed, 0 insertions(+), 5 deletions(-)
lib/std/fmt/parse_float.zig-5| ... | ... | @@ -70,11 +70,6 @@ test "fmt.parseFloat" { |
| 70 | 70 | } |
| 71 | 71 | |
| 72 | 72 | test "fmt.parseFloat nan and inf" { |
| 73 | if (builtin.zig_backend == .stage2_llvm and builtin.cpu.arch == .aarch64) { | |
| 74 | // https://github.com/ziglang/zig/issues/12027 | |
| 75 | return error.SkipZigTest; | |
| 76 | } | |
| 77 | ||
| 78 | 73 | inline for ([_]type{ f16, f32, f64, f128 }) |T| { |
| 79 | 74 | const Z = std.meta.Int(.unsigned, @typeInfo(T).Float.bits); |
| 80 | 75 |