Date: Fri, 29 Jan 2021 09:20:11 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: d4a6843bb120 - main - Update comment missed in 83ff5d5d98cbcf9b66dccd70022358aec8918a14 Message-ID: <202101290920.10T9KB7L089140@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=d4a6843bb1207d71234099ded81cee75d3ae8864 commit d4a6843bb1207d71234099ded81cee75d3ae8864 Author: Alex Richardson <arichardson@FreeBSD.org> AuthorDate: 2021-01-29 09:19:27 +0000 Commit: Alex Richardson <arichardson@FreeBSD.org> CommitDate: 2021-01-29 09:19:27 +0000 Update comment missed in 83ff5d5d98cbcf9b66dccd70022358aec8918a14 Reported by: jrtc27 --- lib/msun/tests/trig_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/msun/tests/trig_test.c b/lib/msun/tests/trig_test.c index ba1975721d3f..b725b0b9eb55 100644 --- a/lib/msun/tests/trig_test.c +++ b/lib/msun/tests/trig_test.c @@ -162,7 +162,7 @@ ATF_TC_BODY(reduction, tc) #if defined(__amd64__) && defined(__clang__) && __clang_major__ >= 7 && \ __clang_major__ < 10 && __FreeBSD_cc_version < 1300002 - atf_tc_expect_fail("test fails with clang 7+ - bug 234040"); + atf_tc_expect_fail("test fails with clang 7-9 - bug 234040"); #endif for (i = 0; i < nitems(f_pi_odd); i++) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101290920.10T9KB7L089140>