2016-03-09 07:32:53 +01:00
|
|
|
Index: libcxx-3.8.0.src/test/std/numerics/c.math/cmath_isinf.pass.cpp
|
2016-03-02 10:09:29 +01:00
|
|
|
===================================================================
|
2016-03-09 07:32:53 +01:00
|
|
|
--- libcxx-3.8.0.src.orig/test/std/numerics/c.math/cmath_isinf.pass.cpp
|
|
|
|
+++ libcxx-3.8.0.src/test/std/numerics/c.math/cmath_isinf.pass.cpp
|
2016-03-02 10:09:29 +01:00
|
|
|
@@ -11,8 +11,6 @@
|
|
|
|
|
|
|
|
// isinf
|
|
|
|
|
|
|
|
-// XFAIL: linux
|
|
|
|
-
|
|
|
|
#include <cmath>
|
|
|
|
#include <type_traits>
|
|
|
|
#include <cassert>
|
|
|
|
@@ -27,4 +25,4 @@ int main()
|
|
|
|
static_assert((std::is_same<decltype(std::isinf(0)), bool>::value), "");
|
|
|
|
static_assert((std::is_same<decltype(std::isinf((long double)0)), bool>::value), "");
|
|
|
|
assert(std::isinf(-1.0) == false);
|
|
|
|
-}
|
|
|
|
\ No newline at end of file
|
|
|
|
+}
|
2016-03-09 07:32:53 +01:00
|
|
|
Index: libcxx-3.8.0.src/test/std/numerics/c.math/cmath_isnan.pass.cpp
|
2016-03-02 10:09:29 +01:00
|
|
|
===================================================================
|
2016-03-09 07:32:53 +01:00
|
|
|
--- libcxx-3.8.0.src.orig/test/std/numerics/c.math/cmath_isnan.pass.cpp
|
|
|
|
+++ libcxx-3.8.0.src/test/std/numerics/c.math/cmath_isnan.pass.cpp
|
2016-03-02 10:09:29 +01:00
|
|
|
@@ -11,8 +11,6 @@
|
|
|
|
|
|
|
|
// isnan
|
|
|
|
|
|
|
|
-// XFAIL: linux
|
|
|
|
-
|
|
|
|
#include <cmath>
|
|
|
|
#include <type_traits>
|
|
|
|
#include <cassert>
|
2016-03-09 07:32:53 +01:00
|
|
|
Index: libcxx-3.8.0.src/test/std/depr/depr.c.headers/math_h_isinf.pass.cpp
|
|
|
|
===================================================================
|
|
|
|
--- libcxx-3.8.0.src.orig/test/std/depr/depr.c.headers/math_h_isinf.pass.cpp
|
|
|
|
+++ libcxx-3.8.0.src/test/std/depr/depr.c.headers/math_h_isinf.pass.cpp
|
|
|
|
@@ -11,8 +11,6 @@
|
|
|
|
|
|
|
|
// isinf
|
|
|
|
|
|
|
|
-// XFAIL: linux
|
|
|
|
-
|
|
|
|
#include <math.h>
|
|
|
|
#include <type_traits>
|
|
|
|
#include <cassert>
|
2016-03-09 17:10:00 +01:00
|
|
|
Index: libcxx-3.8.0.src/test/std/depr/depr.c.headers/math_h_isnan.pass.cpp
|
|
|
|
===================================================================
|
|
|
|
--- libcxx-3.8.0.src.orig/test/std/depr/depr.c.headers/math_h_isnan.pass.cpp
|
|
|
|
+++ libcxx-3.8.0.src/test/std/depr/depr.c.headers/math_h_isnan.pass.cpp
|
|
|
|
@@ -11,8 +11,6 @@
|
|
|
|
|
|
|
|
// isnan
|
|
|
|
|
|
|
|
-// XFAIL: linux
|
|
|
|
-
|
|
|
|
#include <math.h>
|
|
|
|
#include <type_traits>
|
|
|
|
#include <cassert>
|