Index: libcxx-3.7.0.src/test/std/depr/depr.c.headers/math_h.pass.cpp =================================================================== --- libcxx-3.7.0.src.orig/test/std/depr/depr.c.headers/math_h.pass.cpp +++ libcxx-3.7.0.src/test/std/depr/depr.c.headers/math_h.pass.cpp @@ -9,8 +9,6 @@ // -// XFAIL: linux - #include #include #include Index: libcxx-3.7.0.src/test/std/numerics/c.math/cmath_isinf.pass.cpp =================================================================== --- libcxx-3.7.0.src.orig/test/std/numerics/c.math/cmath_isinf.pass.cpp +++ libcxx-3.7.0.src/test/std/numerics/c.math/cmath_isinf.pass.cpp @@ -11,8 +11,6 @@ // isinf -// XFAIL: linux - #include #include #include @@ -27,4 +25,4 @@ int main() static_assert((std::is_same::value), ""); static_assert((std::is_same::value), ""); assert(std::isinf(-1.0) == false); -} \ No newline at end of file +} Index: libcxx-3.7.0.src/test/std/numerics/c.math/cmath_isnan.pass.cpp =================================================================== --- libcxx-3.7.0.src.orig/test/std/numerics/c.math/cmath_isnan.pass.cpp +++ libcxx-3.7.0.src/test/std/numerics/c.math/cmath_isnan.pass.cpp @@ -11,8 +11,6 @@ // isnan -// XFAIL: linux - #include #include #include