| Commit message (Expand) | Author | Age | Files | Lines |
* | [libc++] Purge mentions of GCC 4 from the test suite | Louis Dionne | 2019-09-25 | 2 | -6/+0 |
* | Revert r372777: [libc++] Implement LWG 2510 and its follow-ups | Ilya Biryukov | 2019-09-25 | 2 | -0/+6 |
* | [libc++] Purge mentions of GCC 4 from the test suite | Louis Dionne | 2019-09-24 | 2 | -6/+0 |
* | Add include for 'test_macros.h' to all the tests that were missing them. Than... | Marshall Clow | 2019-05-31 | 33 | -0/+66 |
* | Support tests in freestanding | JF Bastien | 2019-02-04 | 43 | -43/+129 |
* | Update more file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 43 | -172/+129 |
* | [libcxx] [test] Fix whitespace, NFC. | Stephan T. Lavavej | 2018-05-05 | 1 | -8/+8 |
* | Move old test into test/libcxx, and implement new version of test for ostream... | Marshall Clow | 2018-04-26 | 1 | -2/+15 |
* | [libcxx] [test] Use TEST_COMPILER_C1XX. | Stephan T. Lavavej | 2018-04-12 | 1 | -2/+4 |
* | [libcxx] Define istream_iterator equality comparison operators out-of-line | Roger Ferrer Ibanez | 2017-12-11 | 1 | -0/+3 |
* | Change test suite to support c++17 dialect flag instead of c++1z. | Eric Fiselier | 2017-11-07 | 1 | -1/+1 |
* | Placate unused variable warnings uncovered by improvements to clang's -Wunuse... | Benjamin Kramer | 2017-10-14 | 2 | -0/+4 |
* | Implement LWG#2790: Remove istreambuf_iterator::operator->. It never did anyt... | Marshall Clow | 2017-05-23 | 1 | -28/+0 |
* | [libcxx] [test] Be compatible with LWG 2438 "std::iterator inheritance should... | Stephan T. Lavavej | 2017-05-05 | 3 | -0/+54 |
* | Recommit r296712: "Fix Apple-specific XFAIL directive in libc++ test" | Mehdi Amini | 2017-03-02 | 1 | -1/+1 |
* | Revert "Fix Apple-specific XFAIL directive in libc++ test" | Mehdi Amini | 2017-03-02 | 1 | -1/+1 |
* | Fix Apple-specific XFAIL directive in libc++ test | Mehdi Amini | 2017-03-01 | 1 | -1/+1 |
* | Update all bug URL's to point to https://bugs.llvm.org/... | Eric Fiselier | 2017-02-17 | 1 | -1/+1 |
* | [libcxx] [test] Fix comment typos, strip trailing whitespace. | Stephan T. Lavavej | 2017-01-18 | 3 | -5/+5 |
* | Fix unused parameters and variables | Eric Fiselier | 2016-12-23 | 1 | -0/+1 |
* | XFAIL test for more apple-clang versions | Eric Fiselier | 2016-12-15 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | Add tests for LWG2544. We already implement this; just adding tests to make s... | Marshall Clow | 2016-10-10 | 3 | -0/+66 |
* | Make instreambuf.iterator/types.pass.cpp more portable. | Eric Fiselier | 2016-06-30 | 1 | -6/+12 |
* | Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST... | Eric Fiselier | 2016-06-14 | 3 | -4/+10 |
* | Remove trailing whitespace in test suite. Approved by Marshall Clow. | Eric Fiselier | 2016-06-01 | 4 | -4/+4 |
* | 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 |
* | Rename a few tests that had typos in their names. No functional change. Thank... | Marshall Clow | 2016-04-23 | 1 | -0/+0 |
* | Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits | Eric Fiselier | 2016-01-20 | 2 | -0/+6 |
* | 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 |
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 43 | -0/+1579 |