[libcxx-commits] [libcxx] r366606 - [libc++] Mark libcpp_deallocate.sh.cpp as UNSUPPORTED instead of XFAIL on AppleClang 9
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 19 12:41:40 PDT 2019
Author: ldionne
Date: Fri Jul 19 12:41:40 2019
New Revision: 366606
URL: http://llvm.org/viewvc/llvm-project?rev=366606&view=rev
Log:
[libc++] Mark libcpp_deallocate.sh.cpp as UNSUPPORTED instead of XFAIL on AppleClang 9
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.
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=366606&r1=366605&r2=366606&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 Fri Jul 19 12:41:40 2019
@@ -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
More information about the libcxx-commits
mailing list