[libcxx] Remove outdated XFAILs for aligned deallocation

AppleClang 10 has been fixed and so these tests don't fail anymore.

llvm-svn: 350736
This commit is contained in:
Louis Dionne 2019-01-09 16:13:04 +00:00
parent ea2ce500e9
commit ea443cf828
1 changed files with 0 additions and 10 deletions

View File

@ -14,16 +14,6 @@
// definitions, which does not yet provide aligned allocation // definitions, which does not yet provide aligned allocation
// XFAIL: LIBCXX-WINDOWS-FIXME // 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 // The dylibs shipped before macosx10.14 do not contain the aligned allocation
// functions, so trying to force using those with -faligned-allocation results // functions, so trying to force using those with -faligned-allocation results
// in a link error. // in a link error.