summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/language.support/support.exception
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3113-0/+26
* Support tests in freestandingJF Bastien2019-02-0419-19/+57
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1919-76/+57
* Update the failure annotations for the uncaught_exceptions test. The underlyi...Marshall Clow2018-09-121-5/+5
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-06-141-2/+2
* Fix embarrasing typo in uncaught_exceptions. Update tests to really test this...Marshall Clow2018-05-291-21/+29
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-291-2/+2
* [libc++] Implement exception_ptr on WindowsEric Fiselier2017-05-0810-27/+17
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-041-0/+8
* Mark exception_ptr tests as XFAIL on Windows for nowEric Fiselier2017-04-2110-1/+31
* [test] Silence unused parameter/typedef warningsCasey Carter2017-04-181-1/+1
* Implement LWG#2855 - made easy by previous refactoringMarshall Clow2017-04-131-0/+10
* Implement LWG2784, and mark 2786, 2795, 2804, 2812, 2826, 2834, 2837 and 2838...Marshall Clow2017-03-141-1/+32
* Protect nested-exceptions tests under no-exceptionsRoger Ferrer Ibanez2016-11-143-3/+12
* Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...Roger Ferrer Ibanez2016-10-318-8/+8
* Remove usages of _ALIGNAS_TYPEEric Fiselier2016-10-121-1/+3
* Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/languag...Eric Fiselier2016-06-221-20/+0
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-141-2/+4
* Avoid name shadowing in test. Patch from STL@microsoft.comEric Fiselier2016-06-141-2/+2
* Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier2016-05-022-3/+3
* Fix a corner case that involved calling rethrow_if_nested with a type that ha...Marshall Clow2015-12-141-1/+9
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-1011-0/+11
* Fix a handful of tests that fail in C++03Eric Fiselier2015-07-281-1/+1
* Fix warnings in test/std/language.supportEric Fiselier2015-07-181-0/+4
* Implement uncaught_exceptions() using the newly added hooks in libc++abi, whe...Marshall Clow2015-06-021-0/+45
* Fix a problem when calling throw_with_nested with a class marked 'final'. Tha...Marshall Clow2015-03-161-0/+16
* Move test into test/std subdirectory.Eric Fiselier2014-12-2019-0/+1064
OpenPOWER on IntegriCloud