summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2019-01-09 16:13:04 +0000
committerLouis Dionne <ldionne@apple.com>2019-01-09 16:13:04 +0000
commitee53ced93ec7c333c350207efd45db6bfd92a65f (patch)
treeb4823ea020c6a1a00129361ddef816c983233a0b
parentcd72c529808c18ac620c86705b92b6006a6d4780 (diff)
downloadexternal_libcxx-ee53ced93ec7c333c350207efd45db6bfd92a65f.tar.gz
external_libcxx-ee53ced93ec7c333c350207efd45db6bfd92a65f.tar.bz2
external_libcxx-ee53ced93ec7c333c350207efd45db6bfd92a65f.zip
[libcxx] Remove outdated XFAILs for aligned deallocation
AppleClang 10 has been fixed and so these tests don't fail anymore. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@350736 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp b/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp
index 414a75b33..f62e82d8e 100644
--- a/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp
+++ b/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp
@@ -14,16 +14,6 @@
// definitions, which does not yet provide aligned allocation
// XFAIL: LIBCXX-WINDOWS-FIXME
-// AppleClang 10 (and older) will trigger an availability error when the deployment
-// target does not support aligned allocation, even if we pass `-faligned-allocation`.
-// XFAIL: apple-clang-10 && availability=macosx10.13
-// XFAIL: apple-clang-10 && availability=macosx10.12
-// XFAIL: apple-clang-10 && availability=macosx10.11
-// XFAIL: apple-clang-10 && availability=macosx10.10
-// XFAIL: apple-clang-10 && availability=macosx10.9
-// XFAIL: apple-clang-10 && availability=macosx10.8
-// XFAIL: apple-clang-10 && availability=macosx10.7
-
// The dylibs shipped before macosx10.14 do not contain the aligned allocation
// functions, so trying to force using those with -faligned-allocation results
// in a link error.