summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/intseq
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-013-12/+12
| | | | llvm-svn: 271435
* [libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake2016-05-282-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.comEric Fiselier2016-04-281-1/+1
| | | | llvm-svn: 267852
* Add a bunch of missing includes in the test suite to make it more portable. ↵Marshall Clow2016-01-121-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 Fiselier2015-12-094-11/+49
| | | | llvm-svn: 255162
* Move test into test/std subdirectory.Eric Fiselier2014-12-206-0/+248
llvm-svn: 224658
OpenPOWER on IntegriCloud