| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove trailing whitespace in test suite. Approved by Marshall Clow. | Eric Fiselier | 2016-06-01 | 3 | -12/+12 |
| | | | | | llvm-svn: 271435 | ||||
| * | [libcxx] Improve tests to use the UNSUPPORTED lit directive | Asiri Rathnayake | 2016-05-28 | 2 | -11/+2 |
| | | | | | | | | | | | | | | | | | | | | Quite a few libcxx tests seem to follow the format: #if _LIBCPP_STD_VER > X // Do test. #else // Empty test. #endif We should instead use the UNSUPPORTED lit directive to exclude the test on earlier C++ standards. This gives us a more accurate number of test passes for those standards and avoids unnecessary conflicts with other lit directives on the same tests. Reviewers: bcraig, ericwf, mclow.lists Differential revision: http://reviews.llvm.org/D20730 llvm-svn: 271108 | ||||
| * | Remove names of unreferenced parameters. Patch from STL@microsoft.com | Eric Fiselier | 2016-04-28 | 1 | -1/+1 |
| | | | | | llvm-svn: 267852 | ||||
| * | Add a bunch of missing includes in the test suite to make it more portable. ↵ | Marshall Clow | 2016-01-12 | 1 | -2/+3 |
| | | | | | | | Fixes bugs #26120 and #26121. Thanks to Jonathan Wakely for the reports and the patches. llvm-svn: 257474 | ||||
| * | Use __make_integer_seq builtin for std::make_integer_sequence. Patch by K-ballo. | Eric Fiselier | 2015-12-09 | 4 | -11/+49 |
| | | | | | llvm-svn: 255162 | ||||
| * | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 6 | -0/+248 |
| llvm-svn: 224658 | |||||

