Skip to content

Commit

Permalink
Use new CBMC args from diffblue/test-gen#2249
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnLBergqvist committed Sep 16, 2018
1 parent 4c4811f commit 6b860a9
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions diffblue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,36 +6,23 @@ phases:
cbmcArguments:
classpath: '/tools/cbmc/models-simple-overlay.jar:/tools/cbmc/models.jar:.'
depth: false
java-max-input-array-length: 10
java-max-vla-length: 33
java-throw-runtime-exceptions: false
string-max-input-length: 10
string-max-length: 300
string-printable: true
java-assume-inputs-non-null: true
max-nondet-array-length: 10
unwind: 1
-
timeout: 300
cbmcArguments:
classpath: '/tools/cbmc/models-simple-overlay.jar:/tools/cbmc/models.jar:.'
depth: false
java-max-input-array-length: 20
java-max-vla-length: 33
java-throw-runtime-exceptions: false
string-max-input-length: 100
string-max-length: 400
string-printable: false
max-nondet-array-length: 20
unwind: 2
-
timeout: 300
cbmcArguments:
classpath: '/tools/cbmc/models-simple-overlay.jar:/tools/cbmc/models.jar:.'
depth: false
java-max-input-array-length: 30
java-max-vla-length: 33
java-throw-runtime-exceptions: true
string-max-input-length: 10
string-max-length: 400
string-printable: false
max-nondet-array-length: 30
unwind: 10
# Because tic-tac-toe has 9 squares, we need to unwind the loops 10 times
# This will be auto-detected in a future version

0 comments on commit 6b860a9

Please sign in to comment.