diff options
-rw-r--r-- | test/CXX/ArrayNew.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/CXX/ArrayNew.cpp b/test/CXX/ArrayNew.cpp index e6a41ddf..3402283f 100644 --- a/test/CXX/ArrayNew.cpp +++ b/test/CXX/ArrayNew.cpp @@ -1,5 +1,10 @@ +// FIXME: KLEE's new[] and delete[] implementations are broken, they don't +// allocate space for the count. + // RUN: %llvmgxx %s --emit-llvm -O0 -c -o %t1.bc // RUN: %klee --no-output --exit-on-error --no-externals %t1.bc +// RUN: false +// XFAIL: * #include <cassert> |