Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F171176019
D28390.id83028.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D28390.id83028.diff
View Options
Index: contrib/netbsd-tests/lib/libm/t_cbrt.c
===================================================================
--- contrib/netbsd-tests/lib/libm/t_cbrt.c
+++ contrib/netbsd-tests/lib/libm/t_cbrt.c
@@ -269,8 +269,8 @@
size_t i;
#if defined(__amd64__) && defined(__clang__) && __clang_major__ >= 7 && \
- __FreeBSD_cc_version < 1300002
- atf_tc_expect_fail("test fails with clang 7+ - bug 234040");
+ __clang_major__ < 10 && __FreeBSD_cc_version < 1300002
+ atf_tc_expect_fail("test fails with clang 7-9 - bug 234040");
#endif
for (i = 0; i < __arraycount(x); i++) {
Index: lib/msun/tests/trig_test.c
===================================================================
--- lib/msun/tests/trig_test.c
+++ lib/msun/tests/trig_test.c
@@ -161,7 +161,7 @@
unsigned i;
#if defined(__amd64__) && defined(__clang__) && __clang_major__ >= 7 && \
- __FreeBSD_cc_version < 1300002
+ __clang_major__ < 10 && __FreeBSD_cc_version < 1300002
atf_tc_expect_fail("test fails with clang 7+ - bug 234040");
#endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Sep 10, 6:32 AM (10 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38624004
Default Alt Text
D28390.id83028.diff (1 KB)
Attached To
Mode
D28390: Un-XFAIL two tests with Clang > 10
Attached
Detach File
Event Timeline
Log In to Comment