Skip to content

Commit 367340b

Browse files
committed
Limit string length to avoid spurious regression test failure
As seen in https://github.com/diffblue/cbmc/actions/runs/4979949266/jobs/8933402303?pr=7413 we may end up with a counterexample too large store on GitHub's runner. Limit the string length as the length is immaterial to the test.
1 parent 0325f8e commit 367340b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbmc/regression/jbmc/assume-inputs-non-null/class_assume.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
My
3-
--function My.classArg --java-assume-inputs-non-null
3+
--function My.classArg --java-assume-inputs-non-null --max-nondet-string-length 1000
44
^EXIT=10$
55
^SIGNAL=0$
66
^VERIFICATION FAILED$

0 commit comments

Comments
 (0)