diff options
| author | Mark de Wever <koraq@xs4all.nl> | 2025-04-11 18:41:50 +0200 |
|---|---|---|
| committer | Mark de Wever <koraq@xs4all.nl> | 2025-04-11 18:41:50 +0200 |
| commit | 1bc058bacf7f709b708d76ff75d3c5aa3e4a4a72 (patch) | |
| tree | 15abd462a60491a3f43f270b38b0ef7ae284acc9 | |
| parent | 9a6ebe3440a4d99a541b0fb2165023ef8d741d9a (diff) | |
Disables more tests on Apple.users/mordante/apple/disable_other_ci_jobs
| -rw-r--r-- | libcxxabi/test/uncaught_exception.pass.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libcxxabi/test/uncaught_exception.pass.cpp b/libcxxabi/test/uncaught_exception.pass.cpp index cace88a309d0..8e8468c43240 100644 --- a/libcxxabi/test/uncaught_exception.pass.cpp +++ b/libcxxabi/test/uncaught_exception.pass.cpp @@ -6,6 +6,9 @@ // //===----------------------------------------------------------------------===// +// TODO(mordante) Investigate +// UNSUPPORTED: apple-clang + // UNSUPPORTED: no-exceptions // This tests that libc++abi still provides __cxa_uncaught_exception() for |
