From 1611811523bcf17911c9c43efff79b0d9b48b63f Mon Sep 17 00:00:00 2001 From: Julian Büning Date: Sun, 15 Sep 2019 23:03:27 +0200 Subject: test/Feature/SolverTimeout.c: re-enable for Z3 --- test/Feature/SolverTimeout.c | 10 +++++----- 1 file 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 int main() { -- cgit 1.4.1