summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/container.adaptors/stack
Commit message (Collapse)AuthorAgeFilesLines
* Make default_noexcept.pass.cpp container tests more portable. Patch from ↵Eric Fiselier2016-06-261-1/+2
| | | | | | STL@microsoft.com llvm-svn: 273823
* Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier2016-06-221-20/+0
| | | | llvm-svn: 273367
* Replace __cplusplus comparisons and dialect __has_feature checks with ↵Eric Fiselier2016-06-145-10/+10
| | | | | | | | | 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
* Add failing tests that I forgot to add to the last commitMarshall Clow2016-03-141-0/+35
| | | | llvm-svn: 263451
* Implement LWG#2566: Requirements on the first template parameter of ↵Marshall Clow2016-03-141-7/+7
| | | | | | container adaptors llvm-svn: 263450
* We had two identical files named 'MoveOnly.h' in the test suite. Move one to ↵Marshall Clow2015-01-2811-11/+11
| | | | | | support/, remove the other, and update all the tests that included them. No functionality change. llvm-svn: 227370
* Move test into test/std subdirectory.Eric Fiselier2014-12-2031-0/+1129
llvm-svn: 224658
OpenPOWER on IntegriCloud