[libcxx] r350736 - [libcxx] Remove outdated XFAILs for aligned deallocation

Louis Dionne ldionne at apple.com
Wed Jan 9 08:13:04 PST 2019


Author: ldionne
Date: Wed Jan  9 08:13:04 2019
New Revision: 350736

URL: http://llvm.org/viewvc/llvm-project?rev=350736&view=rev
Log:
[libcxx] Remove outdated XFAILs for aligned deallocation

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

Modified:
    libcxx/trunk/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp

Modified: libcxx/trunk/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp?rev=350736&r1=350735&r2=350736&view=diff
==============================================================================
--- libcxx/trunk/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp (original)
+++ libcxx/trunk/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp Wed Jan  9 08:13:04 2019
@@ -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.




More information about the libcxx-commits mailing list