[libc++] Mark libcpp_deallocate.sh.cpp as UNSUPPORTED instead of XFAIL on AppleClang 9
authorLouis Dionne <ldionne@apple.com>
Fri, 19 Jul 2019 19:41:40 +0000 (19:41 +0000)
committerLouis Dionne <ldionne@apple.com>
Fri, 19 Jul 2019 19:41:40 +0000 (19:41 +0000)
Some minor versions of AppleClang 9 appear not to fail the test. It's
such a mess that the only sane thing to do is to mark the test as
UNSUPPORTED.

llvm-svn: 366606

libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp

index af214ea..970b7fc 100644 (file)
@@ -32,7 +32,7 @@
 
 // AppleClang < 10 incorrectly warns that aligned allocation is not supported
 // even when it is supported.
-// XFAIL: apple-clang-9
+// UNSUPPORTED: apple-clang-9
 
 // XFAIL: sanitizer-new-delete, ubsan