1. e15dd4e Support tests in freestanding by JF Bastien · 6 years ago
  2. 7c3769d Update more file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  3. 575d688 Update the failure annotations for the uncaught_exceptions test. The underlying abi library on some Mac OS versions does not support the plural uncaught_exceptions, so libc++ emulates it from the singlar; this means it will only return 0 or 1. by Marshall Clow · 7 years ago
  4. 9165f9d [libcxx] [test] Strip trailing whitespace. NFC. by Stephan T. Lavavej · 7 years ago
  5. 1e6ac5e Fix embarrasing typo in uncaught_exceptions. Update tests to really test this. Thanks to Peter Klotz for calling my attention to this. by Marshall Clow · 7 years ago
  6. a686caa [libcxx] [test] Untabify, NFC. by Stephan T. Lavavej · 8 years ago
  7. 78f5dc0 [libc++] Implement exception_ptr on Windows by Eric Fiselier · 8 years ago
  8. 907c119 Add markup for libc++ dylib availability by Mehdi Amini · 8 years ago
  9. c0574ee Mark exception_ptr tests as XFAIL on Windows for now by Eric Fiselier · 8 years ago
  10. 6f448f6 [test] Silence unused parameter/typedef warnings by Casey Carter · 8 years ago
  11. 6403571 Implement LWG#2855 - made easy by previous refactoring by Marshall Clow · 8 years ago
  12. abba685 Implement LWG2784, and mark 2786, 2795, 2804, 2812, 2826, 2834, 2837 and 2838 as complete - since we do them already by Marshall Clow · 8 years ago
  13. 70e4c50 Protect nested-exceptions tests under no-exceptions by Roger Ferrer Ibanez · 9 years ago
  14. efc9f17 Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptions" tests that only check exceptions and nothing else by Roger Ferrer Ibanez · 9 years ago
  15. 4775578 Remove usages of _ALIGNAS_TYPE by Eric Fiselier · 9 years ago
  16. b065399 Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/language.support. by Eric Fiselier · 9 years ago
  17. d24c465 Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. by Eric Fiselier · 9 years ago
  18. 5e3bf9c Avoid name shadowing in test. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
  19. a9ea113 Void cast runtime-unused variables. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
  20. b6621c5 Fix a corner case that involved calling rethrow_if_nested with a type that had a deleted operator&. Added a test to catch this as well. Thanks to Ville for the heads-up. by Marshall Clow · 10 years ago
  21. cc2e93c Make it possible to build a no-exceptions variant of libcxx. by Asiri Rathnayake · 10 years ago
  22. b47a434 Fix a handful of tests that fail in C++03 by Eric Fiselier · 10 years ago
  23. 7b86ce5 Fix warnings in test/std/language.support by Eric Fiselier · 10 years ago
  24. 8731c5d Implement uncaught_exceptions() using the newly added hooks in libc++abi, when available by Marshall Clow · 10 years ago
  25. aa8a52c Fix a problem when calling throw_with_nested with a class marked 'final'. Thanks to STL @ Microsoft for the bug report. by Marshall Clow · 10 years ago
  26. a90c6dd Move test into test/std subdirectory. by Eric Fiselier · 11 years ago