aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Richardson <arichardson@FreeBSD.org>2021-03-22 16:54:38 +0000
committerAlex Richardson <arichardson@FreeBSD.org>2021-03-22 16:57:43 +0000
commitdbb2d6f5e1231a9f6b49efdc720ce97b520da2ba (patch)
tree42b8345836043de6161e2de49b5d8fde021d10de
parentce88eb476b86cac63cef7466bd71f14b611ab03a (diff)
downloadsrc-dbb2d6f5e1231a9f6b49efdc720ce97b520da2ba.tar.gz
src-dbb2d6f5e1231a9f6b49efdc720ce97b520da2ba.zip
lib/msun/tests: Re-enable csqrt_test on AArch64
The LLVM bug was fixed a long time ago and with D29076 this test actually passes now. Reviewed By: andrew Differential Revision: https://reviews.freebsd.org/D29092
-rw-r--r--lib/msun/tests/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/msun/tests/Makefile b/lib/msun/tests/Makefile
index 7da1944c8ed8..793d2e29639c 100644
--- a/lib/msun/tests/Makefile
+++ b/lib/msun/tests/Makefile
@@ -54,11 +54,7 @@ NETBSD_ATF_TESTS_C+= tanh_test
ATF_TESTS_C+= cexp_test
ATF_TESTS_C+= conj_test
-.if ${MACHINE_CPUARCH} != "aarch64"
-# Hits an assert in llvm when building for arm64:
-# https://llvm.org/bugs/show_bug.cgi?id=26081
ATF_TESTS_C+= csqrt_test
-.endif
ATF_TESTS_C+= ctrig_test
ATF_TESTS_C+= exponential_test
ATF_TESTS_C+= fenv_test