Date: Mon, 22 Mar 2021 16:58:02 GMT From: Alex Richardson <arichardson@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: dbb2d6f5e123 - main - lib/msun/tests: Re-enable csqrt_test on AArch64 Message-ID: <202103221658.12MGw2VB068078@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arichardson: URL: https://cgit.FreeBSD.org/src/commit/?id=dbb2d6f5e1231a9f6b49efdc720ce97b520da2ba commit dbb2d6f5e1231a9f6b49efdc720ce97b520da2ba Author: Alex Richardson <arichardson@FreeBSD.org> AuthorDate: 2021-03-22 16:54:38 +0000 Commit: Alex Richardson <arichardson@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103221658.12MGw2VB068078>