Skip to content

Commit

Permalink
Update diffblue.yml (CYOA fallback)
Browse files Browse the repository at this point in the history
The options match the ones on other benchmarks
  • Loading branch information
majakusber committed Feb 28, 2019
1 parent 7287e32 commit 991c260
Showing 1 changed file with 101 additions and 3 deletions.
104 changes: 101 additions & 3 deletions diffblue.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,102 @@
cbmcArguments:
# 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
phases:
-
#0
timeout: 300
cbmcArguments:
classpath: '/tools/cbmc/models-simple-overlay.jar:/tools/cbmc/models.jar:.'
depth: 1500
java-assume-inputs-non-null: true
java-max-vla-length: 48
max-nondet-array-length: 10
max-nondet-string-length: 10
string-printable: true
throw-runtime-exceptions: false
unwind: 1
nextPhase:
not_analyzed: null
time_out: 3
-
#1
timeout: 300
cbmcArguments:
classpath: '/tools/cbmc/models-simple-overlay.jar:/tools/cbmc/models.jar:.'
depth: 1500
java-assume-inputs-non-null: false
java-max-vla-length: 96
max-nondet-array-length: 20
max-nondet-string-length: 50
string-printable: true
throw-runtime-exceptions: false
unwind: 2
nextPhase:
time_out: 3
-
#2
timeout: 300
cbmcArguments:
classpath: '/tools/cbmc/models.jar:.'
depth: 3000
java-assume-inputs-non-null: false
java-max-vla-length: 192
max-nondet-array-length: 30
max-nondet-string-length: 100
string-printable: false
throw-runtime-exceptions: true
unwind: 3
-
#3
timeout: 300
cbmcArguments:
classpath: '/tools/cbmc/models-simple-overlay.jar:/tools/cbmc/models.jar:.'
depth: 1500
java-assume-inputs-non-null: true
java-max-vla-length: 48
load-containing-class-only: true
max-nondet-array-length: 10
max-nondet-string-length: 10
string-printable: true
throw-runtime-exceptions: false
unwind: 1
-
#4
timeout: 300
cbmcArguments:
classpath: '/tools/cbmc/models.jar:.'
depth: 3000
java-assume-inputs-non-null: false
java-max-vla-length: 192
load-containing-class-only: true
max-nondet-array-length: 30
max-nondet-string-length: 100
string-printable: false
throw-runtime-exceptions: true
unwind: 3
-
#5
timeout: 300
cbmcArguments:
classpath: '/tools/cbmc/models-simple-overlay.jar:/tools/cbmc/models.jar:.'
depth: 1500
java-assume-inputs-non-null: true
java-max-vla-length: 48
max-nondet-array-length: 10
max-nondet-string-length: 10
single-function-only: true
string-printable: true
throw-runtime-exceptions: false
unwind: 1
-
#6
timeout: 300
cbmcArguments:
classpath: '/tools/cbmc/models.jar:.'
depth: 3000
java-assume-inputs-non-null: false
java-max-vla-length: 192
max-nondet-array-length: 30
max-nondet-string-length: 100
single-function-only: true
string-printable: false
throw-runtime-exceptions: true
unwind: 3

0 comments on commit 991c260

Please sign in to comment.