Skip to content

Commit 2337003

Browse files
committed
StringToLowerCase: Reduce string length limit
The string solver was consuming a very large amount of memory with the limit set to 10000; this appears to be pure chance whether the solver picks a solution requiring universals to be instantiated a large number of times. The other tests in this directory are already set to limit string length to 1000, so I just do the same thing here.
1 parent 589116d commit 2337003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbmc/regression/jbmc-strings/StringToLowerCase/test_dependency.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
Test.class
3-
--function Test.withDependency --max-nondet-string-length 10000
3+
--function Test.withDependency --max-nondet-string-length 1000
44
^EXIT=10$
55
^SIGNAL=0$
66
assertion at file Test.java line 48 .*: SUCCESS

0 commit comments

Comments
 (0)