From d6ca4b4482316aaaeba3cc79a569af3d5db7e1bf Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 2 Aug 2009 23:05:33 +0000 Subject: Disable this test, KLEE's new[] implementation is broken; surprisingly this failure only manifests itself on x86_64, however. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@77921 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CXX/ArrayNew.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test') 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 -- cgit 1.4.1