| ... | @@ -70,11 +70,6 @@ test "fmt.parseFloat" { | ... | @@ -70,11 +70,6 @@ test "fmt.parseFloat" { |
| 70 | } | 70 | } |
| 71 | | 71 | |
| 72 | test "fmt.parseFloat nan and inf" { | 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 | inline for ([_]type{ f16, f32, f64, f128 }) |T| { | 73 | inline for ([_]type{ f16, f32, f64, f128 }) |T| { |
| 79 | const Z = std.meta.Int(.unsigned, @typeInfo(T).Float.bits); | 74 | const Z = std.meta.Int(.unsigned, @typeInfo(T).Float.bits); |
| 80 | | 75 | |