summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/diagnostics
Commit message (Expand)AuthorAgeFilesLines
* [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