XFAIL sized deallocation test with GCC
authorEric Fiselier <eric@efcs.ca>
Fri, 26 Oct 2018 16:37:11 +0000 (16:37 +0000)
committerEric Fiselier <eric@efcs.ca>
Fri, 26 Oct 2018 16:37:11 +0000 (16:37 +0000)
llvm-svn: 345400

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

index 3631ffe204e37844ec9a6db55617d963c2d4f9a6..c280d864e0c6c17259b72153dfa55bac790bb376 100644 (file)
@@ -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