mirror of
https://github.com/darlinghq/darling-libcxx.git
synced 2025-03-01 08:17:14 +00:00
Fix aligned allocation availability XFAILs after D56445.
D56445 bumped the minimum Mac OS X version required for aligned allocation from 10.13 to 10.14. This caused libc++ tests depending on the old value to break. This patch updates the XFAILs for those tests to include 10.13. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@351625 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ef4eb5d760
commit
14072788a3
@ -17,9 +17,10 @@
|
||||
// None of the current GCC compilers support this.
|
||||
// UNSUPPORTED: gcc-5, gcc-6
|
||||
|
||||
// Aligned allocation was not provided before macosx10.12 and as a result we
|
||||
// get availability errors when the deployment target is older than macosx10.13.
|
||||
// Aligned allocation was not provided before macosx10.14 and as a result we
|
||||
// get availability errors when the deployment target is older than macosx10.14.
|
||||
// However, AppleClang 10 (and older) don't trigger availability errors.
|
||||
// XFAIL: !(apple-clang-9 || apple-clang-10) && availability=macosx10.13
|
||||
// XFAIL: !(apple-clang-9 || apple-clang-10) && availability=macosx10.12
|
||||
// XFAIL: !(apple-clang-9 || apple-clang-10) && availability=macosx10.11
|
||||
// XFAIL: !(apple-clang-9 || apple-clang-10) && availability=macosx10.10
|
||||
|
@ -15,9 +15,10 @@
|
||||
// FIXME change this to XFAIL.
|
||||
// UNSUPPORTED: no-aligned-allocation && !gcc
|
||||
|
||||
// Aligned allocation was not provided before macosx10.12 and as a result we
|
||||
// get availability errors when the deployment target is older than macosx10.13.
|
||||
// Aligned allocation was not provided before macosx10.14 and as a result we
|
||||
// get availability errors when the deployment target is older than macosx10.14.
|
||||
// However, AppleClang 10 (and older) don't trigger availability errors.
|
||||
// XFAIL: !(apple-clang-9 || apple-clang-10) && availability=macosx10.13
|
||||
// XFAIL: !(apple-clang-9 || apple-clang-10) && availability=macosx10.12
|
||||
// XFAIL: !(apple-clang-9 || apple-clang-10) && availability=macosx10.11
|
||||
// XFAIL: !(apple-clang-9 || apple-clang-10) && availability=macosx10.10
|
||||
|
@ -15,9 +15,10 @@
|
||||
// FIXME turn this into an XFAIL
|
||||
// UNSUPPORTED: no-aligned-allocation && !gcc
|
||||
|
||||
// Aligned allocation was not provided before macosx10.12 and as a result we
|
||||
// get availability errors when the deployment target is older than macosx10.13.
|
||||
// Aligned allocation was not provided before macosx10.14 and as a result we
|
||||
// get availability errors when the deployment target is older than macosx10.14.
|
||||
// However, AppleClang 10 (and older) don't trigger availability errors.
|
||||
// XFAIL: !(apple-clang-9 || apple-clang-10) && availability=macosx10.13
|
||||
// XFAIL: !(apple-clang-9 || apple-clang-10) && availability=macosx10.12
|
||||
// XFAIL: !(apple-clang-9 || apple-clang-10) && availability=macosx10.11
|
||||
// XFAIL: !(apple-clang-9 || apple-clang-10) && availability=macosx10.10
|
||||
|
@ -10,9 +10,10 @@
|
||||
// UNSUPPORTED: c++98, c++03, c++11, c++14
|
||||
// UNSUPPORTED: sanitizer-new-delete
|
||||
|
||||
// Aligned allocation was not provided before macosx10.12 and as a result we
|
||||
// get availability errors when the deployment target is older than macosx10.13.
|
||||
// Aligned allocation was not provided before macosx10.14 and as a result we
|
||||
// get availability errors when the deployment target is older than macosx10.14.
|
||||
// However, AppleClang 10 (and older) don't trigger availability errors.
|
||||
// XFAIL: !(apple-clang-9 || apple-clang-10) && availability=macosx10.13
|
||||
// XFAIL: !(apple-clang-9 || apple-clang-10) && availability=macosx10.12
|
||||
// XFAIL: !(apple-clang-9 || apple-clang-10) && availability=macosx10.11
|
||||
// XFAIL: !(apple-clang-9 || apple-clang-10) && availability=macosx10.10
|
||||
|
@ -16,9 +16,10 @@
|
||||
// None of the current GCC compilers support this.
|
||||
// UNSUPPORTED: gcc-5, gcc-6
|
||||
|
||||
// Aligned allocation was not provided before macosx10.12 and as a result we
|
||||
// get availability errors when the deployment target is older than macosx10.13.
|
||||
// Aligned allocation was not provided before macosx10.14 and as a result we
|
||||
// get availability errors when the deployment target is older than macosx10.14.
|
||||
// However, AppleClang 10 (and older) don't trigger availability errors.
|
||||
// XFAIL: !(apple-clang-9 || apple-clang-10) && availability=macosx10.13
|
||||
// XFAIL: !(apple-clang-9 || apple-clang-10) && availability=macosx10.12
|
||||
// XFAIL: !(apple-clang-9 || apple-clang-10) && availability=macosx10.11
|
||||
// XFAIL: !(apple-clang-9 || apple-clang-10) && availability=macosx10.10
|
||||
|
@ -9,9 +9,10 @@
|
||||
|
||||
// UNSUPPORTED: c++98, c++03, c++11, c++14
|
||||
|
||||
// Aligned allocation was not provided before macosx10.12 and as a result we
|
||||
// get availability errors when the deployment target is older than macosx10.13.
|
||||
// Aligned allocation was not provided before macosx10.14 and as a result we
|
||||
// get availability errors when the deployment target is older than macosx10.14.
|
||||
// However, AppleClang 10 (and older) don't trigger availability errors.
|
||||
// XFAIL: !(apple-clang-9 || apple-clang-10) && availability=macosx10.13
|
||||
// XFAIL: !(apple-clang-9 || apple-clang-10) && availability=macosx10.12
|
||||
// XFAIL: !(apple-clang-9 || apple-clang-10) && availability=macosx10.11
|
||||
// XFAIL: !(apple-clang-9 || apple-clang-10) && availability=macosx10.10
|
||||
|
@ -9,9 +9,10 @@
|
||||
|
||||
// UNSUPPORTED: c++98, c++03, c++11, c++14
|
||||
|
||||
// Aligned allocation was not provided before macosx10.12 and as a result we
|
||||
// get availability errors when the deployment target is older than macosx10.13.
|
||||
// Aligned allocation was not provided before macosx10.14 and as a result we
|
||||
// get availability errors when the deployment target is older than macosx10.14.
|
||||
// However, AppleClang 10 (and older) don't trigger availability errors.
|
||||
// XFAIL: !(apple-clang-9 || apple-clang-10) && availability=macosx10.13
|
||||
// XFAIL: !(apple-clang-9 || apple-clang-10) && availability=macosx10.12
|
||||
// XFAIL: !(apple-clang-9 || apple-clang-10) && availability=macosx10.11
|
||||
// XFAIL: !(apple-clang-9 || apple-clang-10) && availability=macosx10.10
|
||||
|
@ -10,9 +10,10 @@
|
||||
// UNSUPPORTED: c++98, c++03, c++11, c++14
|
||||
// UNSUPPORTED: sanitizer-new-delete
|
||||
|
||||
// Aligned allocation was not provided before macosx10.12 and as a result we
|
||||
// get availability errors when the deployment target is older than macosx10.13.
|
||||
// Aligned allocation was not provided before macosx10.14 and as a result we
|
||||
// get availability errors when the deployment target is older than macosx10.14.
|
||||
// However, AppleClang 10 (and older) don't trigger availability errors.
|
||||
// XFAIL: !(apple-clang-9 || apple-clang-10) && availability=macosx10.13
|
||||
// XFAIL: !(apple-clang-9 || apple-clang-10) && availability=macosx10.12
|
||||
// XFAIL: !(apple-clang-9 || apple-clang-10) && availability=macosx10.11
|
||||
// XFAIL: !(apple-clang-9 || apple-clang-10) && availability=macosx10.10
|
||||
|
Loading…
x
Reference in New Issue
Block a user