diff options
Diffstat (limited to 'libcxxabi/test/test_exception_address_alignment.pass.cpp')
-rw-r--r-- | libcxxabi/test/test_exception_address_alignment.pass.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libcxxabi/test/test_exception_address_alignment.pass.cpp b/libcxxabi/test/test_exception_address_alignment.pass.cpp index 182401cd99b4..5d59709d599c 100644 --- a/libcxxabi/test/test_exception_address_alignment.pass.cpp +++ b/libcxxabi/test/test_exception_address_alignment.pass.cpp @@ -17,10 +17,10 @@ // XFAIL: apple-clang-11 && !target-arm // XFAIL: apple-clang-10 && !target-arm // XFAIL: apple-clang-9 && !target-arm -// XFAIL: with_system_cxx_lib=macosx10.12 -// XFAIL: with_system_cxx_lib=macosx10.11 -// XFAIL: with_system_cxx_lib=macosx10.10 -// XFAIL: with_system_cxx_lib=macosx10.9 +// XFAIL: use_system_cxx_lib && x86_64-apple-macosx10.12 +// XFAIL: use_system_cxx_lib && x86_64-apple-macosx10.11 +// XFAIL: use_system_cxx_lib && x86_64-apple-macosx10.10 +// XFAIL: use_system_cxx_lib && x86_64-apple-macosx10.9 // Test that the address of the exception object is properly aligned as required // by the relevant ABI |