Skip to content

Commit a94cc7e

Browse files
author
Joel Allred
committed
Use string-input-value on early phases
1 parent 0ce7f6c commit a94cc7e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

diffblue.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ phases:
2727
max-nondet-array-length: 10
2828
max-nondet-string-length: 10
2929
string-printable: true
30+
string-input-value:
31+
- foo
3032
java-assume-inputs-integral: true
3133
throw-runtime-exceptions: false
3234
unwind: 1
@@ -41,6 +43,8 @@ phases:
4143
max-nondet-array-length: 20
4244
max-nondet-string-length: 50
4345
string-printable: true
46+
string-input-value:
47+
- foo
4448
java-assume-inputs-integral: true
4549
throw-runtime-exceptions: false
4650
unwind: 4
@@ -70,6 +74,8 @@ phases:
7074
max-nondet-array-length: 2
7175
max-nondet-string-length: 10
7276
string-printable: true
77+
string-input-value:
78+
- foo
7379
java-assume-inputs-integral: true
7480
throw-runtime-exceptions: false
7581
unwind: 2
@@ -80,6 +86,8 @@ phases:
8086
max-nondet-array-length: 10
8187
max-nondet-string-length: 10
8288
string-printable: true
89+
string-input-value:
90+
- foo
8391
java-assume-inputs-integral: true
8492
throw-runtime-exceptions: false
8593
unwind: 1
@@ -92,6 +100,8 @@ phases:
92100
max-nondet-array-length: 20
93101
max-nondet-string-length: 50
94102
string-printable: true
103+
string-input-value:
104+
- foo
95105
java-assume-inputs-integral: true
96106
throw-runtime-exceptions: false
97107
unwind: 2

0 commit comments

Comments
 (0)