1. ba40b05 Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065 by Billy Robert O'Neal III · 8 years ago
  2. bc45547 Add include of <string> to <system_error>, since things in there return strings. Fixes PR#34529. by Marshall Clow · 8 years ago
  3. 086b668 XFAIL tests on SLES11 by Brian Cain · 8 years ago
  4. 4159db7 [libcxx] [test] Untabify, NFC. by Stephan T. Lavavej · 8 years ago
  5. 07c955c Accept Windows specific output in system error tests by Eric Fiselier · 9 years ago
  6. e9c66ad Add markup for libc++ dylib availability by Mehdi Amini · 9 years ago
  7. 7c80338 Implement P0599: 'noexcept for hash functions'. Fix a couple of hash functions (optional<T> and unique_ptr<T>) which were mistakenly marked as 'noexcept'. Reviewed as https://reviews.llvm.org/D31234 by Marshall Clow · 9 years ago
  8. e396d8e Extend XFAIL to c++98. by Asiri Rathnayake · 9 years ago
  9. 86e7eae Add a test to make sure that implicit conversion from error_code to bool will fail by Marshall Clow · 9 years ago
  10. f912759 Implement P0513R0 - "Poisoning the Hash" by Eric Fiselier · 9 years ago
  11. 105a306 [libcxx] [test] Fix size_t-to-int truncation warnings in syserr.hash. by Stephan T. Lavavej · 9 years ago
  12. c71bd55 Enable the -Wsign-compare warning to better support MSVC by Eric Fiselier · 9 years ago
  13. d72ece6 [libcxx] [test] D27027: Strip trailing whitespace. by Stephan T. Lavavej · 9 years ago
  14. 1c7fe12 Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last week in Issaquah by Marshall Clow · 9 years ago
  15. 450370f Fix incorrect include in is_error_code_enum.pass.cpp by Marshall Clow · 9 years ago
  16. e69a08b Implement is_error_code_v and is_error_condition_v for c++17. Rework the tests for is_error_code and is_error_condition, since they were really lacking. Thanks to Alisdair for the heads-up that we were missing these. by Marshall Clow · 9 years ago
  17. 189d6a8 Move more _LIBCPP_VERSION tests to test/libcxx. by Eric Fiselier · 9 years ago
  18. 78f8ce4 Improve portability of hash tests. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
  19. db72c62 Update errcat.objects tests so they test the bug fixed in r272640. by Eric Fiselier · 9 years ago
  20. 9778a6d Make system_error::message() thread safe. Fixes PR25598. by Eric Fiselier · 9 years ago
  21. 6edc12c [libcxx] Improve tests to use the UNSUPPORTED lit directive by Asiri Rathnayake · 10 years ago
  22. 7626f77 Remove names of unreferenced parameters. Patch from STL@microsoft.com by Eric Fiselier · 10 years ago
  23. 2decfad Fix warnings in array and assoc containers by Eric Fiselier · 10 years ago
  24. d95510e libc++ implements its' hash objects as deriving from std::unary_function, and the tests test for that. STL @ MS pointed out that the standard doesn't requie these objects to derive from unary_function, and so the tests should not require that either. Change the tests to check for the embedded typedefs - which ARE required. No change to the library. by Marshall Clow · 11 years ago
  25. 5a83710 Move test into test/std subdirectory. by Eric Fiselier · 11 years ago