From 2cd0a2e4e7d833ce4c86d125cd19d74c9aafa4ca Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Wed, 27 May 2015 01:02:51 +0000 Subject: [PATCH] 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 --- test/libcxx/type_traits/convert_to_integral.pass.cpp | 3 +++ 1 file changed, 3 insertions(+) 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 #include #include