| Commit message (Expand) | Author | Age | Files | Lines |
* | [libc++][NFC] Remove excess trailing newlines from most files | Casey Carter | 2019-10-23 | 1 | -1/+0 |
* | libcxx: Rename .hpp files in libcxx/test/support to .h | Nico Weber | 2019-08-21 | 1 | -1/+1 |
* | Add include for 'test_macros.h' to all the tests that were missing them. Than... | Marshall Clow | 2019-05-31 | 55 | -0/+110 |
* | Support tests in freestanding | JF Bastien | 2019-02-04 | 71 | -71/+211 |
* | Update more file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 71 | -284/+213 |
* | Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ... | Billy Robert O'Neal III | 2017-11-21 | 2 | -5/+7 |
* | Add include of <string> to <system_error>, since things in there return strin... | Marshall Clow | 2017-09-11 | 2 | -0/+21 |
* | XFAIL tests on SLES11 | Brian Cain | 2017-09-08 | 2 | -0/+2 |
* | [libcxx] [test] Untabify, NFC. | Stephan T. Lavavej | 2017-07-29 | 2 | -4/+4 |
* | Accept Windows specific output in system error tests | Eric Fiselier | 2017-05-07 | 2 | -2/+2 |
* | Add markup for libc++ dylib availability | Mehdi Amini | 2017-05-04 | 2 | -0/+14 |
* | Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function... | Marshall Clow | 2017-03-23 | 2 | -0/+2 |
* | Extend XFAIL to c++98. | Asiri Rathnayake | 2017-02-02 | 1 | -1/+1 |
* | Add a test to make sure that implicit conversion from error_code to bool will... | Marshall Clow | 2017-01-24 | 1 | -0/+30 |
* | Implement P0513R0 - "Poisoning the Hash" | Eric Fiselier | 2017-01-21 | 1 | -0/+27 |
* | [libcxx] [test] Fix size_t-to-int truncation warnings in syserr.hash. | Stephan T. Lavavej | 2016-12-13 | 2 | -4/+4 |
* | Enable the -Wsign-compare warning to better support MSVC | Eric Fiselier | 2016-12-11 | 2 | -2/+2 |
* | [libcxx] [test] D27027: Strip trailing whitespace. | Stephan T. Lavavej | 2016-11-23 | 2 | -3/+3 |
* | Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last... | Marshall Clow | 2016-11-14 | 1 | -0/+44 |
* | Fix incorrect include in is_error_code_enum.pass.cpp | Marshall Clow | 2016-09-24 | 1 | -2/+2 |
* | Implement is_error_code_v and is_error_condition_v for c++17. Rework the test... | Marshall Clow | 2016-09-24 | 2 | -0/+102 |
* | Move more _LIBCPP_VERSION tests to test/libcxx. | Eric Fiselier | 2016-06-22 | 4 | -48/+0 |
* | Improve portability of hash tests. Patch from STL@microsoft.com | Eric Fiselier | 2016-06-15 | 1 | -3/+5 |
* | Update errcat.objects tests so they test the bug fixed in r272640. | Eric Fiselier | 2016-06-14 | 2 | -6/+11 |
* | Make system_error::message() thread safe. Fixes PR25598. | Eric Fiselier | 2016-06-14 | 2 | -0/+23 |
* | [libcxx] Improve tests to use the UNSUPPORTED lit directive | Asiri Rathnayake | 2016-05-28 | 1 | -6/+1 |
* | Remove names of unreferenced parameters. Patch from STL@microsoft.com | Eric Fiselier | 2016-04-28 | 1 | -1/+1 |
* | Fix warnings in array and assoc containers | Eric Fiselier | 2015-07-18 | 1 | -0/+1 |
* | libc++ implements its' hash objects as deriving from std::unary_function, and... | Marshall Clow | 2015-01-07 | 1 | -2/+2 |
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 68 | -0/+2372 |