The branch stable/13 has been updated by arichardson:

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

commit d72052dd5ed6ccd126fe8ea4bf580c2f726920c4
Author:     Alex Richardson <[email protected]>
AuthorDate: 2021-03-22 16:54:38 +0000
Commit:     Alex Richardson <[email protected]>
CommitDate: 2021-04-22 09:44:52 +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
    
    (cherry picked from commit dbb2d6f5e1231a9f6b49efdc720ce97b520da2ba)
---
 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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to