git: d4a6843bb120 - main - Update comment missed in 83ff5d5d98cbcf9b66dccd70022358aec8918a14

Alex Richardson arichardson at FreeBSD.org
Fri Jan 29 09:20:11 UTC 2021


The branch main has been updated by arichardson:

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

commit d4a6843bb1207d71234099ded81cee75d3ae8864
Author:     Alex Richardson <arichardson at FreeBSD.org>
AuthorDate: 2021-01-29 09:19:27 +0000
Commit:     Alex Richardson <arichardson at 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++) {


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