summaryrefslogtreecommitdiff
path: root/test/std/diagnostics
AgeCommit message (Expand)Author
2017-05-07Accept Windows specific output in system error testsEric Fiselier
2017-05-04Add markup for libc++ dylib availabilityMehdi Amini
2017-03-23Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...Marshall Clow
2017-02-02Extend XFAIL to c++98.Asiri Rathnayake
2017-01-24Add a test to make sure that implicit conversion from error_code to bool will...Marshall Clow
2017-01-21Implement P0513R0 - "Poisoning the Hash"Eric Fiselier
2016-12-13[libcxx] [test] Fix size_t-to-int truncation warnings in syserr.hash.Stephan T. Lavavej
2016-12-11Enable the -Wsign-compare warning to better support MSVCEric Fiselier
2016-11-23[libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej
2016-11-14Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last...Marshall Clow
2016-09-24Fix incorrect include in is_error_code_enum.pass.cppMarshall Clow
2016-09-24Implement is_error_code_v and is_error_condition_v for c++17. Rework the test...Marshall Clow
2016-06-22Move more _LIBCPP_VERSION tests to test/libcxx.Eric Fiselier
2016-06-15Improve portability of hash tests. Patch from STL@microsoft.comEric Fiselier
2016-06-14Update errcat.objects tests so they test the bug fixed in r272640.Eric Fiselier
2016-06-14Make system_error::message() thread safe. Fixes PR25598.Eric Fiselier
2016-05-28[libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake
2016-04-28Remove names of unreferenced parameters. Patch from STL@microsoft.comEric Fiselier
2015-07-18Fix warnings in array and assoc containersEric Fiselier
2015-01-07libc++ implements its' hash objects as deriving from std::unary_function, and...Marshall Clow
2014-12-20Move test into test/std subdirectory.Eric Fiselier