Page MenuHomeFreeBSD

D28884.id84525.diff
No OneTemporary

D28884.id84525.diff

Index: lib/msun/tests/fmaxmin_test.c
===================================================================
--- lib/msun/tests/fmaxmin_test.c
+++ lib/msun/tests/fmaxmin_test.c
@@ -133,17 +133,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 +156,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

Mime Type
text/plain
Expires
Sat, May 16, 4:43 PM (1 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33138325
Default Alt Text
D28884.id84525.diff (994 B)

Event Timeline