Skip to content

Commit cf3e335

Browse files
committed
[chore] Update kleef script
1 parent f6f1ab9 commit cf3e335

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/kleef

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def klee_options(
9292
"--track-coverage=all", # Only branches and only instructions are wrong in real life. E.g., ternary operators are sometimes counted as different branches, while we stick to look at them as a single instruction from a single branch
9393
"--use-iterative-deepening-search=max-cycles",
9494
f"--max-solver-time={MAX_SOLVER_TIME}s",
95+
"--max-cycles-before-stuck=15",
9596
# "--tc-type=cov",
9697
"--only-output-states-covering-new", # Don't generate all test cases
9798
"--dump-states-on-halt=true", # Check in case we missed some oncovered instructions

0 commit comments

Comments
 (0)