Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F113869101
D28884.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
D28884.diff
View Options
diff --git a/lib/msun/tests/fmaxmin_test.c b/lib/msun/tests/fmaxmin_test.c
--- a/lib/msun/tests/fmaxmin_test.c
+++ b/lib/msun/tests/fmaxmin_test.c
@@ -94,13 +94,6 @@
}
}
-/* Clang 3.8.0+ fails the invariants for testcase 6, 7, 10, and 11. */
-#if defined(__clang__) && \
- ((__clang_major__ > 3)) || \
- ((__clang_major__ == 3 && __clang_minor__ >= 8))
-#define affected_by_bug_208703
-#endif
-
ATF_TC_WITHOUT_HEAD(test1);
ATF_TC_BODY(test1, tc)
{
@@ -133,17 +126,11 @@
ATF_TC_WITHOUT_HEAD(test6);
ATF_TC_BODY(test6, tc)
{
-#ifdef affected_by_bug_208703
- atf_tc_expect_fail("fails invariant with clang 3.8+ (bug 208703)");
-#endif
testall(1.0, NAN);
}
ATF_TC_WITHOUT_HEAD(test7);
ATF_TC_BODY(test7, tc)
{
-#ifdef affected_by_bug_208703
- atf_tc_expect_fail("fails invariant with clang 3.8+ (bug 208703)");
-#endif
testall(INFINITY, NAN);
}
@@ -162,18 +149,12 @@
ATF_TC_WITHOUT_HEAD(test10);
ATF_TC_BODY(test10, tc)
{
-#ifdef affected_by_bug_208703
- atf_tc_expect_fail("fails invariant with clang 3.8+ (bug 208703)");
-#endif
testall(3.0, -INFINITY);
}
ATF_TC_WITHOUT_HEAD(test11);
ATF_TC_BODY(test11, tc)
{
-#ifdef affected_by_bug_208703
- atf_tc_expect_fail("fails invariant with clang 3.8+ (bug 208703)");
-#endif
testall(NAN, NAN);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 5, 9:00 PM (8 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17397477
Default Alt Text
D28884.diff (1 KB)
Attached To
Mode
D28884: Remove XFAILs from fmaxmin test
Attached
Detach File
Event Timeline
Log In to Comment