srctree

Jan Philipp Hafer parent abd96087 32e78e23
re-enable test "fmt.parseFloat nan and inf" after llvm fix

Closes #12027.

inlinesplit
lib/std/fmt/parse_float.zig added: 1, removed: 6, total 0
@@ -70,11 +70,6 @@ test "fmt.parseFloat" {
}
 
test "fmt.parseFloat nan and inf" {
if (builtin.zig_backend == .stage2_llvm and builtin.cpu.arch == .aarch64) {
// https://github.com/ziglang/zig/issues/12027
return error.SkipZigTest;
}
 
inline for ([_]type{ f16, f32, f64, f128 }) |T| {
const Z = std.meta.Int(.unsigned, @typeInfo(T).Float.bits);