Stephan T. Lavavej
12195f1f03
[libcxx] [test] Strip trailing whitespace. NFC, no code review.
...
llvm-svn: 291322
2017-01-07 01:12:15 +00:00
Marshall Clow
020b623a3b
Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to reverse_iterator, move_iterator, array and Range Access' for C++17
...
llvm-svn: 290976
2017-01-04 17:58:17 +00:00
Stephan T. Lavavej
0f901c7ec4
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
...
This replaces every occurrence of _LIBCPP_STD_VER in the tests with
TEST_STD_VER. Additionally, for every affected
file, #include "test_macros.h" is being added explicitly if it wasn't
already there.
https://reviews.llvm.org/D26294
llvm-svn: 286007
2016-11-04 20:26:59 +00:00
Asiri Rathnayake
a6199170ac
[libcxx] Add missing c++98 xfail. NFC.
...
This is the only test failing in c++98 mode at the moment.
llvm-svn: 281731
2016-09-16 14:32:19 +00:00
Marshall Clow
2a837eae39
Mark test as XFAIL for C++03, rather than providing a dummy pass.
...
llvm-svn: 280605
2016-09-04 00:37:06 +00:00
Eric Fiselier
f2f2a6395f
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER.
...
This is a huge cleanup that helps make the libc++ test suite more portable.
Patch from STL@microsoft.com . Thanks STL!
llvm-svn: 272716
2016-06-14 21:31:42 +00:00
Eric Fiselier
d04c685168
Remove trailing whitespace in test suite. Approved by Marshall Clow.
...
llvm-svn: 271435
2016-06-01 21:35:39 +00:00
Marshall Clow
eb9bfac876
Cleaning up the test suite; remove some includes of non-standard file <__config>
...
llvm-svn: 226411
2015-01-18 19:05:51 +00:00
Eric Fiselier
5a83710e37
Move test into test/std subdirectory.
...
llvm-svn: 224658
2014-12-20 01:40:03 +00:00