git: dbb2d6f5e123 - main - lib/msun/tests: Re-enable csqrt_test on AArch64

Alex Richardson arichardson at FreeBSD.org
Mon Mar 22 16:58:02 UTC 2021


The branch main has been updated by arichardson:

URL: https://cgit.FreeBSD.org/src/commit/?id=dbb2d6f5e1231a9f6b49efdc720ce97b520da2ba

commit dbb2d6f5e1231a9f6b49efdc720ce97b520da2ba
Author:     Alex Richardson <arichardson at FreeBSD.org>
AuthorDate: 2021-03-22 16:54:38 +0000
Commit:     Alex Richardson <arichardson at FreeBSD.org>
CommitDate: 2021-03-22 16:57:43 +0000

    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
---
 lib/msun/tests/Makefile | 4 ----
 1 file changed, 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


More information about the dev-commits-src-all mailing list