summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/language.support/support.exception/except.nested
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-291-2/+2
* [libc++] Implement exception_ptr on WindowsEric Fiselier2017-05-086-17/+3
* Mark exception_ptr tests as XFAIL on Windows for nowEric Fiselier2017-04-216-1/+19
* [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-313-3/+3
* Remove usages of _ALIGNAS_TYPEEric Fiselier2016-10-121-1/+3
* 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-021-1/+1
* 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-106-0/+6
* 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-206-0/+433
OpenPOWER on IntegriCloud