Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Apr 2021 11:08:35 GMT
From:      Alex Richardson <arichardson@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: d72052dd5ed6 - stable/13 - lib/msun/tests: Re-enable csqrt_test on AArch64
Message-ID:  <202104221108.13MB8ZHD088844@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by arichardson:

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

commit d72052dd5ed6ccd126fe8ea4bf580c2f726920c4
Author:     Alex Richardson <arichardson@FreeBSD.org>
AuthorDate: 2021-03-22 16:54:38 +0000
Commit:     Alex Richardson <arichardson@FreeBSD.org>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104221108.13MB8ZHD088844>