- 4d0509f 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
- cb0d205 [libcxx] [test] Strip trailing whitespace. NFC. by Stephan T. Lavavej · 7 years ago
- 3a92ecc 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
- 4159db7 [libcxx] [test] Untabify, NFC. by Stephan T. Lavavej · 8 years ago
- 3e254a6 [libc++] Implement exception_ptr on Windows by Eric Fiselier · 8 years ago
- e9c66ad Add markup for libc++ dylib availability by Mehdi Amini · 8 years ago
- 9ddcc55 Mark exception_ptr tests as XFAIL on Windows for now by Eric Fiselier · 8 years ago
- e699fa9 [test] Silence unused parameter/typedef warnings by Casey Carter · 8 years ago
- 5948e39 Implement LWG#2855 - made easy by previous refactoring by Marshall Clow · 8 years ago
- 55cfe4c Implement LWG2784, and mark 2786, 2795, 2804, 2812, 2826, 2834, 2837 and 2838 as complete - since we do them already by Marshall Clow · 9 years ago
- 059680f Protect nested-exceptions tests under no-exceptions by Roger Ferrer Ibanez · 9 years ago
- 3565c96 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
- 6ce45e0 Remove usages of _ALIGNAS_TYPE by Eric Fiselier · 9 years ago
- 0202dec Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/language.support. by Eric Fiselier · 9 years ago
- f2f2a63 Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. by Eric Fiselier · 9 years ago
- b2cdce4 Avoid name shadowing in test. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
- fb42f4c Void cast runtime-unused variables. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
- 94b5bc4 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
- f520c14 Make it possible to build a no-exceptions variant of libcxx. by Asiri Rathnayake · 10 years ago
- abd52ca Fix a handful of tests that fail in C++03 by Eric Fiselier · 10 years ago
- 5fd3089 Fix warnings in test/std/language.support by Eric Fiselier · 10 years ago
- 89102f0 Implement uncaught_exceptions() using the newly added hooks in libc++abi, when available by Marshall Clow · 10 years ago
- b736198 Fix a problem when calling throw_with_nested with a class marked 'final'. Thanks to STL @ Microsoft for the bug report. by Marshall Clow · 11 years ago
- 5a83710 Move test into test/std subdirectory. by Eric Fiselier · 11 years ago