| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | XFAIL test on apple-clang-7.0 | Eric Fiselier | 2016-12-14 | 1 | -1/+1 |
* | Recommit r286884: P0503R0, adopted in Issaquah, rewords some requirements on ... | Eric Fiselier | 2016-12-14 | 3 | -3/+47 |
* | [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ... | Stephan T. Lavavej | 2016-12-08 | 1 | -0/+4 |
* | Enable warnings by default for C++ >= 11 and fix -Wshadow occurances | Eric Fiselier | 2016-12-03 | 2 | -31/+26 |
* | [libcxx] [test] D27027: Strip trailing whitespace. | Stephan T. Lavavej | 2016-11-23 | 2 | -3/+3 |
* | Revert "P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t ... | Vedant Kumar | 2016-11-15 | 3 | -43/+3 |
* | P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t and istr... | Marshall Clow | 2016-11-14 | 3 | -3/+43 |
* | [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. | Stephan T. Lavavej | 2016-11-04 | 1 | -6/+6 |
* | Implement another part of P0031; adding constexpr to move_iterator | Marshall Clow | 2016-11-02 | 24 | -0/+349 |
* | Adding a missing constexpr test for reverse_iterator operator[]. | Marshall Clow | 2016-10-20 | 1 | -0/+11 |
* | Implement constexpr support for reverse_iterator. Reviewed as https://reviews... | Marshall Clow | 2016-10-19 | 23 | -23/+366 |
* | Add tests for LWG2544. We already implement this; just adding tests to make s... | Marshall Clow | 2016-10-10 | 3 | -0/+66 |
* | [libcxx] Add missing c++98 xfail. NFC. | Asiri Rathnayake | 2016-09-16 | 1 | -1/+1 |
* | Mark test as XFAIL for C++03, rather than providing a dummy pass. | Marshall Clow | 2016-09-04 | 1 | -5/+2 |
* | std:: quailfy the calls for cend/crend/cbegin/cend. Fixes bug 28927. | Marshall Clow | 2016-08-10 | 1 | -0/+51 |
* | Fix ::reference typedef in insert iterators. | Eric Fiselier | 2016-06-30 | 3 | -6/+6 |
* | Make instreambuf.iterator/types.pass.cpp more portable. | Eric Fiselier | 2016-06-30 | 1 | -6/+12 |
* | Move remaining _LIBCPP_VERSION tests into test/libcxx | Eric Fiselier | 2016-06-22 | 1 | -20/+0 |
* | Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST... | Eric Fiselier | 2016-06-14 | 7 | -8/+22 |
* | Remove trailing whitespace in test suite. Approved by Marshall Clow. | Eric Fiselier | 2016-06-01 | 9 | -19/+19 |
* | [libcxx] Improve tests to use the UNSUPPORTED lit directive | Asiri Rathnayake | 2016-05-28 | 1 | -5/+2 |
* | Test hijacking ADL for operator& in the stream iterator constructors. | Eric Fiselier | 2016-05-17 | 2 | -3/+30 |
* | Add test for r269789 | Eric Fiselier | 2016-05-17 | 1 | -0/+2 |
* | Void cast runtime-unused variables. Patch from STL@microsoft.com | Eric Fiselier | 2016-05-02 | 5 | -0/+5 |
* | Rename a few tests that had typos in their names. No functional change. Thank... | Marshall Clow | 2016-04-23 | 1 | -0/+0 |
* | Fix LWG issue #2106: move_iterators returning prvalues | Eric Fiselier | 2016-04-22 | 1 | -1/+40 |
* | Implement LWG#680, which was missed lo these many moons ago, and was reported... | Marshall Clow | 2016-04-11 | 1 | -2/+2 |
* | Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits | Eric Fiselier | 2016-01-20 | 2 | -0/+6 |
* | Implement LWG#2353: std::next is over-constrained | Marshall Clow | 2015-11-07 | 1 | -0/+4 |
* | Suppress clang warnings in some tests | Eric Fiselier | 2015-08-30 | 1 | -0/+4 |
* | A few bits of N2994 didn't get fully implemented a long time ago. Thanks to S... | Marshall Clow | 2015-04-16 | 5 | -8/+79 |
* | [libcxx] Make __wrap_iter work with gcc. | Nico Weber | 2015-01-27 | 1 | -0/+20 |
* | Cleaning up the test suite; remove some includes of non-standard file <__config> | Marshall Clow | 2015-01-18 | 4 | -11/+0 |
* | One more #include request in the test suite from Walter Brown | Marshall Clow | 2015-01-11 | 1 | -0/+1 |
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 168 | -0/+6216 |