@@ -27,6 +27,8 @@ phases:
27
27
max-nondet-array-length : 10
28
28
max-nondet-string-length : 10
29
29
string-printable : true
30
+ string-input-value :
31
+ - foo
30
32
java-assume-inputs-integral : true
31
33
throw-runtime-exceptions : false
32
34
unwind : 1
@@ -41,6 +43,8 @@ phases:
41
43
max-nondet-array-length : 20
42
44
max-nondet-string-length : 50
43
45
string-printable : true
46
+ string-input-value :
47
+ - foo
44
48
java-assume-inputs-integral : true
45
49
throw-runtime-exceptions : false
46
50
unwind : 4
@@ -70,6 +74,8 @@ phases:
70
74
max-nondet-array-length : 2
71
75
max-nondet-string-length : 10
72
76
string-printable : true
77
+ string-input-value :
78
+ - foo
73
79
java-assume-inputs-integral : true
74
80
throw-runtime-exceptions : false
75
81
unwind : 2
@@ -80,6 +86,8 @@ phases:
80
86
max-nondet-array-length : 10
81
87
max-nondet-string-length : 10
82
88
string-printable : true
89
+ string-input-value :
90
+ - foo
83
91
java-assume-inputs-integral : true
84
92
throw-runtime-exceptions : false
85
93
unwind : 1
@@ -92,6 +100,8 @@ phases:
92
100
max-nondet-array-length : 20
93
101
max-nondet-string-length : 50
94
102
string-printable : true
103
+ string-input-value :
104
+ - foo
95
105
java-assume-inputs-integral : true
96
106
throw-runtime-exceptions : false
97
107
unwind : 2
0 commit comments