aarch64: reenable tests that are no longer regressed

Closes #12013
Closes #10627
Closes #12027
This commit is contained in:
r00ster91
2022-12-07 18:04:42 +01:00
parent 75f8c04d6d
commit 3370d58956
6 changed files with 0 additions and 48 deletions

View File

@@ -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);