[libc++abi] Adjust XFAIL for misaligned exception header on ARM

On ARM, the alignment has always been the right one, so this test never
fails.
This commit is contained in:
Louis Dionne
2021-04-07 16:14:00 -04:00
parent a723310b41
commit 2da6ce60a5

View File

@@ -10,13 +10,13 @@
// UNSUPPORTED: c++03
// The <unwind.h> header provided in the SDK of older Xcodes used to provide
// an incorrectly aligned _Unwind_Exception type. That causes these tests to
// fail when compiling against such a SDK, or when running against a system
// libc++abi that was compiled with an incorrect definition of _Unwind_Exception.
// XFAIL: apple-clang-12.0.0
// XFAIL: apple-clang-11
// XFAIL: apple-clang-10
// XFAIL: apple-clang-9
// an incorrectly aligned _Unwind_Exception type on non-ARM. That causes these
// tests to fail when compiling against such a SDK, or when running against a
// system libc++abi that was compiled with an incorrect definition of _Unwind_Exception.
// XFAIL: apple-clang-12.0.0 && !target-arm
// 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