| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [libcxx] [test] Strip trailing whitespace. NFC, no code review. | Stephan T. Lavavej | 2017-01-07 | 1 | -3/+3 |
| | | | | | llvm-svn: 291322 | ||||
| * | Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to ↵ | Marshall Clow | 2017-01-04 | 1 | -6/+62 |
| | | | | | | | reverse_iterator, move_iterator, array and Range Access' for C++17 llvm-svn: 290976 | ||||
| * | [libcxx] [test] D27027: Strip trailing whitespace. | Stephan T. Lavavej | 2016-11-23 | 1 | -2/+2 |
| | | | | | llvm-svn: 287829 | ||||
| * | [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. | Stephan T. Lavavej | 2016-11-04 | 1 | -6/+6 |
| | | | | | | | | | | | | 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 | ||||
| * | [libcxx] Add missing c++98 xfail. NFC. | Asiri Rathnayake | 2016-09-16 | 1 | -1/+1 |
| | | | | | | | This is the only test failing in c++98 mode at the moment. llvm-svn: 281731 | ||||
| * | Mark test as XFAIL for C++03, rather than providing a dummy pass. | Marshall Clow | 2016-09-04 | 1 | -5/+2 |
| | | | | | llvm-svn: 280605 | ||||
| * | std:: quailfy the calls for cend/crend/cbegin/cend. Fixes bug 28927. | Marshall Clow | 2016-08-10 | 1 | -0/+51 |
| | | | | | llvm-svn: 278282 | ||||
| * | Replace __cplusplus comparisons and dialect __has_feature checks with ↵ | Eric Fiselier | 2016-06-14 | 1 | -1/+3 |
| | | | | | | | | | | 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 | ||||
| * | Remove trailing whitespace in test suite. Approved by Marshall Clow. | Eric Fiselier | 2016-06-01 | 1 | -3/+3 |
| | | | | | llvm-svn: 271435 | ||||
| * | Cleaning up the test suite; remove some includes of non-standard file <__config> | Marshall Clow | 2015-01-18 | 1 | -2/+0 |
| | | | | | llvm-svn: 226411 | ||||
| * | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 1 | -0/+148 |
| llvm-svn: 224658 | |||||

