[libcxx-commits] [libcxx] 50b8088 - [libc++] Un-xfail GCC test for new version
Eric Fiselier via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 4 14:10:09 PST 2020
Author: Eric Fiselier
Date: 2020-03-04T17:09:42-05:00
New Revision: 50b8088ba2a881e007220ebef6682709ec09bdfc
URL: https://github.com/llvm/llvm-project/commit/50b8088ba2a881e007220ebef6682709ec09bdfc
DIFF: https://github.com/llvm/llvm-project/commit/50b8088ba2a881e007220ebef6682709ec09bdfc.diff
LOG: [libc++] Un-xfail GCC test for new version
Added:
Modified:
libcxx/test/libcxx/numerics/c.math/constexpr-fns.pass.cpp
Removed:
################################################################################
diff --git a/libcxx/test/libcxx/numerics/c.math/constexpr-fns.pass.cpp b/libcxx/test/libcxx/numerics/c.math/constexpr-fns.pass.cpp
index c85bf7e8fdaa..e519132a92f8 100644
--- a/libcxx/test/libcxx/numerics/c.math/constexpr-fns.pass.cpp
+++ b/libcxx/test/libcxx/numerics/c.math/constexpr-fns.pass.cpp
@@ -18,7 +18,7 @@
// and friends call, are not themselves constexpr-evaluatable.
//
// UNSUPPORTED: c++98, c++03
-// XFAIL: gcc
+// XFAIL: gcc-9, gcc-8, gcc-7, gcc-6, gcc-5
#include <cmath>
More information about the libcxx-commits
mailing list