git: 3b354efec1da - stable/13 - Update comment missed in 83ff5d5d98cbcf9b66dccd70022358aec8918a14
Alex Richardson
arichardson at FreeBSD.org
Wed Mar 17 10:27:48 UTC 2021
The branch stable/13 has been updated by arichardson:
URL: https://cgit.FreeBSD.org/src/commit/?id=3b354efec1daeba3677a39f799541e8367033290
commit 3b354efec1daeba3677a39f799541e8367033290
Author: Alex Richardson <arichardson at FreeBSD.org>
AuthorDate: 2021-01-29 09:19:27 +0000
Commit: Alex Richardson <arichardson at 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++) {
More information about the dev-commits-src-all
mailing list