mirror of
https://github.com/llvm-mirror/libcxx.git
synced 2025-10-23 01:18:52 +08:00
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.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@342063 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user