summaryrefslogtreecommitdiffstats
path: root/test/libcxx
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2015-05-27 01:02:51 +0000
committerEric Fiselier <eric@efcs.ca>2015-05-27 01:02:51 +0000
commit2cd0a2e4e7d833ce4c86d125cd19d74c9aafa4ca (patch)
tree3e685051246d5561d30ad6c4481671433f77a009 /test/libcxx
parentee6bfb2117c932b186066b53a8f3c5a80bffc8bb (diff)
downloadexternal_libcxx-2cd0a2e4e7d833ce4c86d125cd19d74c9aafa4ca.tar.gz
external_libcxx-2cd0a2e4e7d833ce4c86d125cd19d74c9aafa4ca.tar.bz2
external_libcxx-2cd0a2e4e7d833ce4c86d125cd19d74c9aafa4ca.zip
Mark __convert_to_integral test as XFAIL in c++03
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@238271 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/libcxx')
-rw-r--r--test/libcxx/type_traits/convert_to_integral.pass.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/libcxx/type_traits/convert_to_integral.pass.cpp b/test/libcxx/type_traits/convert_to_integral.pass.cpp
index 34e43c44a..b97832b5e 100644
--- a/test/libcxx/type_traits/convert_to_integral.pass.cpp
+++ b/test/libcxx/type_traits/convert_to_integral.pass.cpp
@@ -1,4 +1,7 @@
+// TODO: Make this test pass for all standards.
+// XFAIL: c++98, c++03
+
#include <limits>
#include <type_traits>
#include <cstdint>