[libcxx-commits] [libcxx] r366359 - [libc++] XFAIL a test that does not behave properly on older Clang

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 17 11:54:30 PDT 2019


Author: ldionne
Date: Wed Jul 17 11:54:29 2019
New Revision: 366359

URL: http://llvm.org/viewvc/llvm-project?rev=366359&view=rev
Log:
[libc++] XFAIL a test that does not behave properly on older Clang

rdar://53015486

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=366359&r1=366358&r2=366359&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 Jul 17 11:54:29 2019
@@ -30,6 +30,10 @@
 // XFAIL: availability=macosx10.8
 // XFAIL: availability=macosx10.7
 
+// AppleClang < 10 incorrectly warns that aligned allocation is not supported
+// even when it is supported.
+// XFAIL: apple-clang-9
+
 // XFAIL: sanitizer-new-delete, ubsan
 
 // GCC doesn't support the aligned-allocation flags.




More information about the libcxx-commits mailing list