summaryrefslogtreecommitdiff
path: root/libcxx/test/std/language.support/support.exception/uncaught/uncaught_exceptions.pass.cpp
AgeCommit message (Expand)Author
2025-10-09[libc++] Remove availability annotations that aren't required anymore (#161640)Nikolas Klauser
2024-06-28[libc++] Clean up and update deployment target features (#96312)Louis Dionne
2024-06-21[libc++] Fix deployment target Lit features (#94791)Louis Dionne
2023-03-30[libc++] Use the stdlib=<LIB> Lit feature instead of use_system_cxx_libLouis Dionne
2021-07-01[runtimes] Simplify how we specify XFAIL & friends based on the tripleLouis Dionne
2021-05-08[libc++] Move handling of the target triple to the DSLLouis Dionne
2020-04-22[libc++/abi/unwind] Rename Lit features for no exceptions to 'no-exceptions'Louis Dionne
2020-04-10[libc++] NFC: Clean up a lot of old Lit featuresLouis Dionne
2020-02-20[libc++] Explain XFAILs with std::uncaught_exceptions testLouis Dionne
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-12Update the failure annotations for the uncaught_exceptions test. The underlyi...Marshall Clow
2018-06-14[libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej
2018-05-29Fix embarrasing typo in uncaught_exceptions. Update tests to really test this...Marshall Clow
2017-05-04Add markup for libc++ dylib availabilityMehdi Amini
2016-10-31Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...Roger Ferrer Ibanez
2015-11-10Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake
2015-06-02Implement uncaught_exceptions() using the newly added hooks in libc++abi, whe...Marshall Clow