Skip to content

Commit 83d88ac

Browse files
author
svorenova
committed
Add back the fallback phase with --paths
1 parent 5358a6d commit 83d88ac

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

diffblue.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,17 @@ phases:
4040
string-printable: false
4141
throw-runtime-exceptions: true
4242
unwind: 3
43+
- timeout: 100
44+
cbmcArguments:
45+
classpath: '/tools/cbmc/models.jar:.'
46+
depth: false
47+
java-assume-inputs-non-null: false
48+
max-nondet-array-length: 30
49+
max-nondet-string-length: 100
50+
paths: fifo
51+
string-printable: false
52+
throw-runtime-exceptions: true
53+
unwind: false
4354
- timeout: 300
4455
cbmcArguments:
4556
classpath: '/tools/cbmc/models-simple-overlay.jar:/tools/cbmc/models.jar:.'

0 commit comments

Comments
 (0)