Page MenuHomeFreeBSD

D28390.id83028.diff
No OneTemporary

D28390.id83028.diff

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

Mime Type
text/plain
Expires
Thu, Sep 10, 1:07 AM (4 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38624004
Default Alt Text
D28390.id83028.diff (1 KB)

Event Timeline