XFAIL sized deallocation test with GCC

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@345400 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2018-10-26 16:37:11 +00:00
parent 5be216356b
commit 6dcb34abc2

View File

@@ -23,6 +23,9 @@
// XFAIL: sanitizer-new-delete, ubsan // XFAIL: sanitizer-new-delete, ubsan
// GCC doesn't support the aligned-allocation flags.
// XFAIL: gcc
// RUN: %build -faligned-allocation -fsized-deallocation // RUN: %build -faligned-allocation -fsized-deallocation
// RUN: %run // RUN: %run
// RUN: %build -faligned-allocation -fno-sized-deallocation -DNO_SIZE // RUN: %build -faligned-allocation -fno-sized-deallocation -DNO_SIZE