diff options
author | Julian Büning <julian.buening@rwth-aachen.de> | 2019-09-15 23:03:27 +0200 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2019-10-07 13:26:53 +0100 |
commit | 1611811523bcf17911c9c43efff79b0d9b48b63f (patch) | |
tree | 159eb074a902967271fd91aaead1627dad2a0855 /test/Feature/SolverTimeout.c | |
parent | 75e8d076f62e88c65c264a165172e0c5d02862dd (diff) | |
download | klee-1611811523bcf17911c9c43efff79b0d9b48b63f.tar.gz |
test/Feature/SolverTimeout.c: re-enable for Z3
Diffstat (limited to 'test/Feature/SolverTimeout.c')
-rw-r--r-- | test/Feature/SolverTimeout.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/Feature/SolverTimeout.c b/test/Feature/SolverTimeout.c index 65cc1d9b..98c9ecde 100644 --- a/test/Feature/SolverTimeout.c +++ b/test/Feature/SolverTimeout.c @@ -1,9 +1,9 @@ -// RUN: %clang %s -emit-llvm %O0opt -c -o %t1.bc +// RUN: %clang %s -emit-llvm %O0opt -c -o %t.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 +// RUN: %klee --output-dir=%t.klee-out --max-solver-time=1 %t.bc +// +// Note: This test occasionally fails when using Z3 4.4.1 + #include <stdio.h> int main() { |