summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/diagnostics
Commit message (Expand)AuthorAgeFilesLines
* [libc++][NFC] Remove excess trailing newlines from most filesCasey Carter2019-10-231-1/+0
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-211-1/+1
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3155-0/+110
* Support tests in freestandingJF Bastien2019-02-0471-71/+211
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1971-284/+213
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-212-5/+7
* Add include of <string> to <system_error>, since things in there return strin...Marshall Clow2017-09-112-0/+21
* XFAIL tests on SLES11Brian Cain2017-09-082-0/+2
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-292-4/+4
* Accept Windows specific output in system error testsEric Fiselier2017-05-072-2/+2
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-042-0/+14
* Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...Marshall Clow2017-03-232-0/+2
* Extend XFAIL to c++98.Asiri Rathnayake2017-02-021-1/+1
* Add a test to make sure that implicit conversion from error_code to bool will...Marshall Clow2017-01-241-0/+30
* Implement P0513R0 - "Poisoning the Hash"Eric Fiselier2017-01-211-0/+27
* [libcxx] [test] Fix size_t-to-int truncation warnings in syserr.hash.Stephan T. Lavavej2016-12-132-4/+4
* Enable the -Wsign-compare warning to better support MSVCEric Fiselier2016-12-112-2/+2
* [libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej2016-11-232-3/+3
* Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last...Marshall Clow2016-11-141-0/+44
* Fix incorrect include in is_error_code_enum.pass.cppMarshall Clow2016-09-241-2/+2
* Implement is_error_code_v and is_error_condition_v for c++17. Rework the test...Marshall Clow2016-09-242-0/+102
* Move more _LIBCPP_VERSION tests to test/libcxx.Eric Fiselier2016-06-224-48/+0
* Improve portability of hash tests. Patch from STL@microsoft.comEric Fiselier2016-06-151-3/+5
* Update errcat.objects tests so they test the bug fixed in r272640.Eric Fiselier2016-06-142-6/+11
* Make system_error::message() thread safe. Fixes PR25598.Eric Fiselier2016-06-142-0/+23
* [libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake2016-05-281-6/+1
* Remove names of unreferenced parameters. Patch from STL@microsoft.comEric Fiselier2016-04-281-1/+1
* Fix warnings in array and assoc containersEric Fiselier2015-07-181-0/+1
* libc++ implements its' hash objects as deriving from std::unary_function, and...Marshall Clow2015-01-071-2/+2
* Move test into test/std subdirectory.Eric Fiselier2014-12-2068-0/+2372
OpenPOWER on IntegriCloud