Skip to content

Commit

Permalink
Remove custom config except for max-nondet-array-length
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnLBergqvist committed Oct 26, 2018
1 parent 457cd22 commit ec1bda9
Showing 1 changed file with 3 additions and 27 deletions.
30 changes: 3 additions & 27 deletions diffblue.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,4 @@
cbmcArguments:
java-external-code-action: 'mock'
phases:
-
timeout: 300
cbmcArguments:
classpath: '/tools/cbmc/models-simple-overlay.jar:/tools/cbmc/models.jar:.'
depth: false
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
string-printable: false
max-nondet-array-length: 20
unwind: 2
-
timeout: 300
cbmcArguments:
classpath: '/tools/cbmc/models.jar:.'
depth: 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
# Because tic-tac-toe has 9 squares, we need to unwind the loops 10 times
# This will be auto-detected in a future version
max-nondet-array-length: 10

0 comments on commit ec1bda9

Please sign in to comment.