aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/math.zig
diff options
context:
space:
mode:
authorr00ster91 <r00ster91@proton.me>2022-12-07 18:04:42 +0100
committerr00ster91 <r00ster91@proton.me>2022-12-10 12:34:34 +0100
commit3370d58956ecc744a004dff47b0437473f0ef7da (patch)
tree59a199f36315d8def6a80012c073e5ef75b9658d /test/behavior/math.zig
parent75f8c04d6d8f7c0fafabad81ab8f1bf3e9377889 (diff)
downloadzig-3370d58956ecc744a004dff47b0437473f0ef7da.tar.gz
zig-3370d58956ecc744a004dff47b0437473f0ef7da.zip
aarch64: reenable tests that are no longer regressed
Closes #12013 Closes #10627 Closes #12027
Diffstat (limited to 'test/behavior/math.zig')
-rw-r--r--test/behavior/math.zig6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/behavior/math.zig b/test/behavior/math.zig
index e07a252a4e..2ad73df060 100644
--- a/test/behavior/math.zig
+++ b/test/behavior/math.zig
@@ -161,12 +161,6 @@ test "@ctz vectors" {
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO
- if (builtin.zig_backend == .stage2_llvm and builtin.cpu.arch == .aarch64) {
- // This regressed with LLVM 14:
- // https://github.com/ziglang/zig/issues/12013
- return error.SkipZigTest;
- }
-
try testCtzVectors();
comptime try testCtzVectors();
}