Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144294642
D18938.id53142.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
945 B
Referenced Files
None
Subscribers
None
D18938.id53142.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
@@ -268,6 +268,10 @@
long double y, z;
size_t i;
+#if defined(__amd64__) && defined(__clang__) && __clang_major__ >= 7
+ atf_tc_expect_fail("test fails with clang 7+ - bug 234040");
+#endif
+
for (i = 0; i < __arraycount(x); i++) {
y = cbrtl(x[i]);
Index: lib/msun/tests/trig_test.c
===================================================================
--- lib/msun/tests/trig_test.c
+++ lib/msun/tests/trig_test.c
@@ -160,6 +160,10 @@
unsigned i;
+#if defined(__amd64__) && defined(__clang__) && __clang_major__ >= 7
+ atf_tc_expect_fail("test fails with clang 7+ - bug 234040");
+#endif
+
for (i = 0; i < nitems(f_pi_odd); i++) {
ATF_CHECK(fabs(sinf(f_pi_odd[i])) < FLT_EPSILON);
ATF_CHECK(cosf(f_pi_odd[i]) == -1.0);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 8, 5:01 PM (11 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28475682
Default Alt Text
D18938.id53142.diff (945 B)
Attached To
Mode
D18938: Temporarily mark lib.msun.{cbrt_test.cbrtl_powl,trig_test.reduction} expected failure after clang700-import merge
Attached
Detach File
Event Timeline
Log In to Comment