summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2019-07-17 18:54:29 +0000
committerLouis Dionne <ldionne@apple.com>2019-07-17 18:54:29 +0000
commit66412df94f8e6596664471ef9672655fc62754ce (patch)
treec58335b05f07d6eaed6a4833dc014c35ffb31a05
parentaccad76c1425492e700178f557573e661d0c0afa (diff)
downloadbcm5719-llvm-66412df94f8e6596664471ef9672655fc62754ce.tar.gz
bcm5719-llvm-66412df94f8e6596664471ef9672655fc62754ce.zip
[libc++] XFAIL a test that does not behave properly on older Clang
rdar://53015486 llvm-svn: 366359
-rw-r--r--libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp b/libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp
index 00e70d6025e..af214eaab1b 100644
--- a/libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp
+++ b/libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp
@@ -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.
OpenPOWER on IntegriCloud