Skip to content

Commit 32e78e2

Browse files
Jan Philipp Haferandrewrk
authored andcommitted
re-enable test "fmt.parseFloat nan and inf" after llvm fix
Closes #12027.
1 parent abd9608 commit 32e78e2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/std/fmt/parse_float.zig

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@ test "fmt.parseFloat" {
7070
}
7171

7272
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-
7873
inline for ([_]type{ f16, f32, f64, f128 }) |T| {
7974
const Z = std.meta.Int(.unsigned, @typeInfo(T).Float.bits);
8075

0 commit comments

Comments
 (0)