[libcxx] r345400 - XFAIL sized deallocation test with GCC

Eric Fiselier eric at efcs.ca
Fri Oct 26 09:37:11 PDT 2018


Author: ericwf
Date: Fri Oct 26 09:37:11 2018
New Revision: 345400

URL: http://llvm.org/viewvc/llvm-project?rev=345400&view=rev
Log:
XFAIL sized deallocation test with GCC

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=345400&r1=345399&r2=345400&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 Oct 26 09:37:11 2018
@@ -23,6 +23,9 @@
 
 // XFAIL: sanitizer-new-delete, ubsan
 
+// GCC doesn't support the aligned-allocation flags.
+// XFAIL: gcc
+
 // RUN: %build -faligned-allocation -fsized-deallocation
 // RUN: %run
 // RUN: %build -faligned-allocation -fno-sized-deallocation -DNO_SIZE




More information about the libcxx-commits mailing list