summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libcxx/test/libcxx/type_traits/convert_to_integral.pass.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/libcxx/test/libcxx/type_traits/convert_to_integral.pass.cpp b/libcxx/test/libcxx/type_traits/convert_to_integral.pass.cpp
index 34e43c44a1a..b97832b5e6d 100644
--- a/libcxx/test/libcxx/type_traits/convert_to_integral.pass.cpp
+++ b/libcxx/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>
OpenPOWER on IntegriCloud