diff options
Diffstat (limited to 'test/Feature/SolverTimeout.c')
-rw-r--r-- | test/Feature/SolverTimeout.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Feature/SolverTimeout.c b/test/Feature/SolverTimeout.c index 2ef6d413..aa86a856 100644 --- a/test/Feature/SolverTimeout.c +++ b/test/Feature/SolverTimeout.c @@ -1,6 +1,9 @@ // RUN: %llvmgcc %s -emit-llvm -O0 -c -o %t1.bc // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out --max-solver-time=1 %t1.bc +// FIXME: This test occasionally fails when using Z3 4.4.1 but +// not when using Z3 from the master branch. So disable the test for now. +// REQUIRES: stp #include <stdio.h> int main() { |