Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Mar 2021 10:27:42 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: 3b354efec1da - stable/13 - Update comment missed in 83ff5d5d98cbcf9b66dccd70022358aec8918a14
Message-ID:  <202103171027.12HARgQV096012@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=3b354efec1daeba3677a39f799541e8367033290

commit 3b354efec1daeba3677a39f799541e8367033290
Author:     Alex Richardson <arichardson@FreeBSD.org>
AuthorDate: 2021-01-29 09:19:27 +0000
Commit:     Alex Richardson <arichardson@FreeBSD.org>
CommitDate: 2021-03-17 09:54:50 +0000

    Update comment missed in 83ff5d5d98cbcf9b66dccd70022358aec8918a14
    
    Reported by:    jrtc27
    
    (cherry picked from commit d4a6843bb1207d71234099ded81cee75d3ae8864)
---
 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?202103171027.12HARgQV096012>