diff options
author | Eric Fiselier <eric@efcs.ca> | 2015-05-27 01:02:51 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2015-05-27 01:02:51 +0000 |
commit | ad60a9a5160c8ab5db8c3aa8292cde5cc5821be3 (patch) | |
tree | f8b4e3f01a03d5413a330199f33bf24b9c7ce1f5 /libcxx | |
parent | 3a8fa93ae088f53b302dae7c0487d1a37ad1e2c0 (diff) | |
download | bcm5719-llvm-ad60a9a5160c8ab5db8c3aa8292cde5cc5821be3.tar.gz bcm5719-llvm-ad60a9a5160c8ab5db8c3aa8292cde5cc5821be3.zip |
Mark __convert_to_integral test as XFAIL in c++03
llvm-svn: 238271
Diffstat (limited to 'libcxx')
-rw-r--r-- | libcxx/test/libcxx/type_traits/convert_to_integral.pass.cpp | 3 |
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> |