summaryrefslogtreecommitdiff
path: root/test/std/containers/sequences/forwardlist/forwardlist.cons
AgeCommit message (Expand)Author
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-06-14[libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej
2018-05-19Implement deduction guides for forward_listMarshall Clow
2017-09-28[test] forwardlist.cons/move_noexcept.pass.cppCasey Carter
2017-04-16Cleanup one more <forward_list> testEric Fiselier
2017-04-16Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <forward_list>Eric Fiselier
2017-03-03Fix sign-compare warning in test; Oddly this only appears on OS XEric Fiselier
2017-02-05[libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.Stephan T. Lavavej
2016-12-24Fix yet another missed -Wunused warning. Hopefully this is the last oneEric Fiselier
2016-12-06[libcxx] [test] D27024: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-12-06[libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-11-04[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej
2016-09-25[libc++] Remove various C++03 feature test macrosEric Fiselier
2016-08-17Support allocators with explicit conversion constructors. Fixes bug #29000Marshall Clow
2016-07-25Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier
2016-07-25Make move_assign_noexcept.pass.cpp tests more portable. Patch from STL@micros...Eric Fiselier
2016-07-24Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier
2016-06-26Make default_noexcept.pass.cpp container tests more portable. Patch from STL@...Eric Fiselier
2016-06-14Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier
2015-11-24Remove undefined behavior from tests; specifically, ensure that the value typ...Marshall Clow
2015-01-28We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...Marshall Clow
2014-12-20Move test into test/std subdirectory.Eric Fiselier