diff options
author | Marshall Clow <mclow.lists@gmail.com> | 2018-09-12 16:59:09 +0000 |
---|---|---|
committer | Marshall Clow <mclow.lists@gmail.com> | 2018-09-12 16:59:09 +0000 |
commit | 4d0509f61a506f8558837bd95f539f91b5603ffd (patch) | |
tree | 1f35f981a27f82496a0ddc9060774d15dcac1a33 /libcxx/test/std/language.support/support.exception | |
parent | 43b90b73e63cfadbbd5407a3adf889b1b97309dd (diff) | |
download | bcm5719-llvm-4d0509f61a506f8558837bd95f539f91b5603ffd.tar.gz bcm5719-llvm-4d0509f61a506f8558837bd95f539f91b5603ffd.zip |
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.
llvm-svn: 342063
Diffstat (limited to 'libcxx/test/std/language.support/support.exception')
-rw-r--r-- | libcxx/test/std/language.support/support.exception/uncaught/uncaught_exceptions.pass.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libcxx/test/std/language.support/support.exception/uncaught/uncaught_exceptions.pass.cpp b/libcxx/test/std/language.support/support.exception/uncaught/uncaught_exceptions.pass.cpp index d030d12d263..859d831a332 100644 --- a/libcxx/test/std/language.support/support.exception/uncaught/uncaught_exceptions.pass.cpp +++ b/libcxx/test/std/language.support/support.exception/uncaught/uncaught_exceptions.pass.cpp @@ -10,11 +10,11 @@ // UNSUPPORTED: libcpp-no-exceptions // XFAIL: libcpp-no-exceptions -// XFAIL: availability=macosx10.7 -// XFAIL: availability=macosx10.8 -// XFAIL: availability=macosx10.9 -// XFAIL: availability=macosx10.10 -// XFAIL: availability=macosx10.11 +// XFAIL: macosx10.7 +// XFAIL: macosx10.8 +// XFAIL: macosx10.9 +// XFAIL: macosx10.10 +// XFAIL: macosx10.11 // XFAIL: with_system_cxx_lib=macosx10.12 // XFAIL: with_system_cxx_lib=macosx10.13 |