Skip to content

Commit 6b3d01a

Browse files
authored
Merge pull request diffblue#4073 from tautschnig/verbosity-10
Remove unnecessary "--verbosity 10" from regression tests
2 parents 267cc19 + 5db6101 commit 6b3d01a

File tree

212 files changed

+212
-212
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

212 files changed

+212
-212
lines changed

jbmc/regression/jbmc-strings/StringBuilderSetCharAt/test_det.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.det --verbosity 10
3+
--function Test.det
44
^EXIT=10$
55
^SIGNAL=0$
66
assertion at file Test.java line 22 .*: FAILURE

jbmc/regression/jbmc-strings/StringBuilderSetCharAt/test_nondet.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.nonDet --verbosity 10 --max-nondet-string-length 1000
3+
--function Test.nonDet --max-nondet-string-length 1000
44
^EXIT=10$
55
^SIGNAL=0$
66
assertion at file Test.java line 48 .*: FAILURE

jbmc/regression/jbmc-strings/StringConcat/test_buffer_det.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-
--max-nondet-string-length 100 --function Test.bufferDet --depth 10000 --verbosity 10
3+
--max-nondet-string-length 100 --function Test.bufferDet --depth 10000
44
^EXIT=10$
55
^SIGNAL=0$
66
^VERIFICATION FAILED$

jbmc/regression/jbmc-strings/StringConcat/test_buffer_nondet_loop.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-
--max-nondet-string-length 100 --function Test.bufferNonDetLoop --depth 10000 --unwind 5 --verbosity 10 --property 'java::Test.bufferNonDetLoop:(ILjava/lang/String;)Ljava/lang/String;.assertion.1'
3+
--max-nondet-string-length 100 --function Test.bufferNonDetLoop --depth 10000 --unwind 5 --property 'java::Test.bufferNonDetLoop:(ILjava/lang/String;)Ljava/lang/String;.assertion.1'
44
^EXIT=10$
55
^SIGNAL=0$
66
^VERIFICATION FAILED$

jbmc/regression/jbmc-strings/StringConcat/test_buffer_nondet_loop2.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-
--max-nondet-string-length 100 --function Test.bufferNonDetLoop2 --depth 10000 --unwind 5 --verbosity 10
3+
--max-nondet-string-length 100 --function Test.bufferNonDetLoop2 --depth 10000 --unwind 5
44
^EXIT=10$
55
^SIGNAL=0$
66
^VERIFICATION FAILED$

jbmc/regression/jbmc-strings/StringConcat/test_buffer_nondet_loop3.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-
--max-nondet-string-length 100 --function Test.bufferNonDetLoop3 --depth 10000 --unwind 5 --verbosity 10
3+
--max-nondet-string-length 100 --function Test.bufferNonDetLoop3 --depth 10000 --unwind 5
44
^EXIT=10$
55
^SIGNAL=0$
66
^VERIFICATION FAILED$

jbmc/regression/jbmc-strings/StringConcat/test_buffer_nondet_loop4.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-
--max-nondet-string-length 100 --function Test.bufferNonDetLoop4 --depth 10000 --unwind 5 --verbosity 10 --property 'java::Test.bufferNonDetLoop4:(IILjava/lang/String;)Ljava/lang/String;.assertion.1'
3+
--max-nondet-string-length 100 --function Test.bufferNonDetLoop4 --depth 10000 --unwind 5 --property 'java::Test.bufferNonDetLoop4:(IILjava/lang/String;)Ljava/lang/String;.assertion.1'
44
^EXIT=10$
55
^SIGNAL=0$
66
^VERIFICATION FAILED$

jbmc/regression/jbmc-strings/StringConcat/test_buffer_nondet_loop5.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-
--max-nondet-string-length 100 --function Test.bufferNonDetLoop5 --depth 10000 --unwind 3 --verbosity 10
3+
--max-nondet-string-length 100 --function Test.bufferNonDetLoop5 --depth 10000 --unwind 3
44
^EXIT=10$
55
^SIGNAL=0$
66
^VERIFICATION FAILED$

jbmc/regression/jbmc-strings/StringConcat/test_char_buffer_det.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-
--max-nondet-string-length 100 --function Test.charBufferDet --depth 10000 --verbosity 10
3+
--max-nondet-string-length 100 --function Test.charBufferDet --depth 10000
44
^EXIT=10$
55
^SIGNAL=0$
66
^VERIFICATION FAILED$

jbmc/regression/jbmc-strings/StringConcat/test_char_buffer_det_loop.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-
--max-nondet-string-length 100 --function Test.charBufferDetLoop --depth 10000 --unwind 5 --verbosity 10
3+
--max-nondet-string-length 100 --function Test.charBufferDetLoop --depth 10000 --unwind 5
44
^EXIT=10$
55
^SIGNAL=0$
66
^VERIFICATION FAILED$

jbmc/regression/jbmc-strings/StringConcat/test_char_buffer_det_loop2.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-
--max-nondet-string-length 100 --function Test.charBufferDetLoop2 --depth 10000 --unwind 5 --verbosity 10
3+
--max-nondet-string-length 100 --function Test.charBufferDetLoop2 --depth 10000 --unwind 5
44
^EXIT=10$
55
^SIGNAL=0$
66
^VERIFICATION FAILED$

jbmc/regression/jbmc-strings/StringConcat/test_string_det.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-
--max-nondet-string-length 100 --function Test.stringDet --depth 10000 --verbosity 10
3+
--max-nondet-string-length 100 --function Test.stringDet --depth 10000
44
^EXIT=10$
55
^SIGNAL=0$
66
^VERIFICATION FAILED$

jbmc/regression/jbmc-strings/StringConcat/test_string_nondet.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-
--max-nondet-string-length 100 --function Test.stringNonDet --depth 10000 --unwind 5 --verbosity 10
3+
--max-nondet-string-length 100 --function Test.stringNonDet --depth 10000 --unwind 5
44
^EXIT=10$
55
^SIGNAL=0$
66
^VERIFICATION FAILED$

jbmc/regression/jbmc-strings/StringConcat_StringII/test.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-
--max-nondet-string-length 4 --verbosity 10 --unwind 5 --function Test.testSuccess --cp `../../../../scripts/format_classpath.sh . ../../../lib/java-models-library/target/core-models.jar`
3+
--max-nondet-string-length 4 --unwind 5 --function Test.testSuccess --cp `../../../../scripts/format_classpath.sh . ../../../lib/java-models-library/target/core-models.jar`
44
^EXIT=0$
55
^SIGNAL=0$
66
assertion at file Test.java line 23 .*: SUCCESS

jbmc/regression/jbmc-strings/StringConcat_StringII/test_fail.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-
--max-nondet-string-length 10000 --verbosity 10 --function Test.testFail
3+
--max-nondet-string-length 10000 --function Test.testFail
44
^EXIT=10$
55
^SIGNAL=0$
66
assertion at file Test.java line 38 .*: FAILURE

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 --verbosity 10 --max-nondet-string-length 10000
3+
--function Test.withDependency --max-nondet-string-length 10000
44
^EXIT=10$
55
^SIGNAL=0$
66
assertion at file Test.java line 48 .*: SUCCESS

jbmc/regression/jbmc-strings/StringToLowerCase/test_det.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.det --verbosity 10
3+
--function Test.det
44
^EXIT=10$
55
^SIGNAL=0$
66
assertion at file Test.java line 11 .*: FAILURE

jbmc/regression/jbmc-strings/StringToLowerCase/test_nondet.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.nonDet --verbosity 10 --max-nondet-string-length 1000
3+
--function Test.nonDet --max-nondet-string-length 1000
44
^EXIT=10$
55
^SIGNAL=0$
66
assertion at file Test.java line 31 .*: FAILURE

jbmc/regression/jbmc-strings/StringToUpperCase/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 --verbosity 10 --max-nondet-string-length 10000
3+
--function Test.withDependency --max-nondet-string-length 10000
44
^EXIT=10$
55
^SIGNAL=0$
66
assertion at file Test.java line 48 .*: SUCCESS

jbmc/regression/jbmc-strings/StringToUpperCase/test_det.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.det --verbosity 10
3+
--function Test.det
44
^EXIT=10$
55
^SIGNAL=0$
66
assertion at file Test.java line 11 .*: FAILURE

jbmc/regression/jbmc-strings/StringToUpperCase/test_nondet.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.nonDet --verbosity 10 --max-nondet-string-length 1000
3+
--function Test.nonDet --max-nondet-string-length 1000
44
^EXIT=10$
55
^SIGNAL=0$
66
assertion at file Test.java line 31 .*: FAILURE

jbmc/regression/jbmc-strings/StringValueOfInt/test_det.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.checkDet --verbosity 10
3+
--function Test.checkDet
44
^EXIT=10$
55
^SIGNAL=0$
66
assertion at file Test.java line 26 .*: FAILURE

jbmc/regression/jbmc-strings/StringValueOfInt/test_nondet.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.checkNonDet --verbosity 10
3+
--function Test.checkNonDet
44
^EXIT=10$
55
^SIGNAL=0$
66
assertion at file Test.java line 55 .*: FAILURE
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
Test.class
3-
--verbosity 10 --max-nondet-string-length 499999 --function Test.checkMaxInputLength
3+
--max-nondet-string-length 499999 --function Test.checkMaxInputLength
44
^EXIT=0$
55
^SIGNAL=0$
66
assertion.* line 9 function java::Test.checkMaxInputLength.* bytecode-index 17: SUCCESS
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
Test.class
3-
--verbosity 10 --max-nondet-string-length 500000 --function Test.checkMaxInputLength
3+
--max-nondet-string-length 500000 --function Test.checkMaxInputLength
44
^EXIT=10$
55
^SIGNAL=0$
66
assertion.* line 9 function java::Test.checkMaxInputLength.* bytecode-index 17: FAILURE
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
Test.class
3-
--verbosity 10 --max-nondet-string-length 4001 --function Test.checkMaxLength
3+
--max-nondet-string-length 4001 --function Test.checkMaxLength
44
^EXIT=10$
55
^SIGNAL=0$
66
assertion.* line 25 function java::Test.checkMaxLength.* bytecode-index 27: FAILURE

jbmc/regression/jbmc-strings/max-length/test4.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-
--verbosity 10 --max-nondet-string-length 4000 --function Test.checkMaxLength
3+
--max-nondet-string-length 4000 --function Test.checkMaxLength
44
^SIGNAL=0$
55
--
66
^EXIT=0$

jbmc/regression/jbmc-strings/string-input-value/test1.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-
--verbosity 10 --string-input-value fo --string-input-value barr --function Test.checkStringInputValue --string-input-value "" --cp `../../../../scripts/format_classpath.sh . ../../../lib/java-models-library/target/core-models.jar`
3+
--string-input-value fo --string-input-value barr --function Test.checkStringInputValue --string-input-value "" --cp `../../../../scripts/format_classpath.sh . ../../../lib/java-models-library/target/core-models.jar`
44
^EXIT=10$
55
^SIGNAL=0$
66
assertion.1.*FAILURE

jbmc/regression/jbmc-strings/string-input-value/test2.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-
--verbosity 10 --function Test.checkStringInputValue --cp `../../../../scripts/format_classpath.sh . ../../../lib/java-models-library/target/core-models.jar`
3+
--function Test.checkStringInputValue --cp `../../../../scripts/format_classpath.sh . ../../../lib/java-models-library/target/core-models.jar`
44
^EXIT=10$
55
^SIGNAL=0$
66
assertion.1.*FAILURE

jbmc/regression/jbmc/annotations1/show_annotation_symbol.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
annotations.class
3-
--no-lazy-methods --verbosity 10 --show-symbol-table --function annotations.main
3+
--no-lazy-methods --show-symbol-table --function annotations.main
44
^EXIT=0$
55
^SIGNAL=0$
66
^Type\.\.\.\.\.\.\.\.: @java::ClassAnnotation struct annotations

jbmc/regression/jbmc/lambda2/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
KNOWNBUG
22
SymStream.class
3-
--verbosity 10 --show-goto-functions
3+
--show-goto-functions
44
lambda function reference org/symphonyoss/symphony/clients/model/SymUser\.toSymUser in class \"SymStream\"
55
^EXIT=0
66
^SIGNAL=0

jbmc/regression/jbmc/lambda2/test_no_crash.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE symex-driven-lazy-loading-expected-failure
22
SymStream.class
3-
--no-lazy-methods --verbosity 10 --show-goto-functions
3+
--no-lazy-methods --show-goto-functions
44
^EXIT=0
55
^SIGNAL=0
66
--

jbmc/regression/jbmc/lvt-unexpected/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE symex-driven-lazy-loading-expected-failure
22
unexpected.class
3-
--verbosity 10 --show-symbol-table
3+
--show-symbol-table
44
^EXIT=0$
55
^SIGNAL=0$
66
--

jbmc/regression/jbmc/method_parameters1/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE symex-driven-lazy-loading-expected-failure
22
method_parameters.class
3-
--verbosity 10 --show-symbol-table
3+
--show-symbol-table
44
^EXIT=0$
55
^SIGNAL=0$
66
--

jbmc/regression/jbmc/method_parameters2/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE symex-driven-lazy-loading-expected-failure
22
method_parameters.class
3-
--verbosity 10 --show-symbol-table
3+
--show-symbol-table
44
^EXIT=0$
55
^SIGNAL=0$
66
--

jbmc/regression/strings-smoke-tests/java_append_char/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
test_append_char.class
3-
--verbosity 10 --max-nondet-string-length 1000 --cp `../../../../scripts/format_classpath.sh . ../../../lib/java-models-library/target/core-models.jar`
3+
--max-nondet-string-length 1000 --cp `../../../../scripts/format_classpath.sh . ../../../lib/java-models-library/target/core-models.jar`
44
^EXIT=10$
55
^SIGNAL=0$
66
assertion.* file test_append_char.java line 23 .* SUCCESS

jbmc/regression/strings-smoke-tests/java_append_int/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FUTURE
22
test_append_int.class
3-
--verbosity 10 --max-nondet-string-length 1000
3+
--max-nondet-string-length 1000
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$

jbmc/regression/strings-smoke-tests/java_append_string/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
test_append_string.class
3-
--verbosity 10 --max-nondet-string-length 1000 --function test_append_string.main --cp `../../../../scripts/format_classpath.sh . ../../../lib/java-models-library/target/core-models.jar`
3+
--max-nondet-string-length 1000 --function test_append_string.main --cp `../../../../scripts/format_classpath.sh . ../../../lib/java-models-library/target/core-models.jar`
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$

jbmc/regression/strings-smoke-tests/java_case/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
test_case.class
3-
--verbosity 10 --max-nondet-string-length 1000 --function test_case.main --cp `../../../../scripts/format_classpath.sh . ../../../lib/java-models-library/target/core-models.jar`
3+
--max-nondet-string-length 1000 --function test_case.main --cp `../../../../scripts/format_classpath.sh . ../../../lib/java-models-library/target/core-models.jar`
44
^EXIT=10$
55
^SIGNAL=0$
66
assertion.* file test_case.java line 10 .* SUCCESS$

jbmc/regression/strings-smoke-tests/java_char_array/test.desc

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

jbmc/regression/strings-smoke-tests/java_char_at/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
test_char_at.class
3-
--verbosity 10 --max-nondet-string-length 1000 --function test_char_at.main
3+
--max-nondet-string-length 1000 --function test_char_at.main
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$

jbmc/regression/strings-smoke-tests/java_code_point/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
test_code_point.class
3-
--verbosity 10 --max-nondet-string-length 1000 --function test_code_point.main
3+
--max-nondet-string-length 1000 --function test_code_point.main
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$

jbmc/regression/strings-smoke-tests/java_contains/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
test_contains.class
3-
--verbosity 10 --max-nondet-string-length 100 --function test_contains.main
3+
--max-nondet-string-length 100 --function test_contains.main
44
^EXIT=0$
55
^SIGNAL=0$
66
^\[.*assertion.1\].* line 8.* SUCCESS$

jbmc/regression/strings-smoke-tests/java_contains/test_string_printable.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
KNOWNBUG
22
test_contains.class
3-
--verbosity 10 --max-nondet-string-length 100 --string-printable --function test_contains.main
3+
--max-nondet-string-length 100 --string-printable --function test_contains.main
44
^EXIT=0$
55
^SIGNAL=0$
66
^\[.*assertion.1\].* line 8.* SUCCESS$

jbmc/regression/strings-smoke-tests/java_delete_char_at/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
test_delete_char_at.class
3-
--verbosity 10 --max-nondet-string-length 1000 --function test_delete_char_at.main --cp `../../../../scripts/format_classpath.sh . ../../../lib/java-models-library/target/core-models.jar`
3+
--max-nondet-string-length 1000 --function test_delete_char_at.main --cp `../../../../scripts/format_classpath.sh . ../../../lib/java-models-library/target/core-models.jar`
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$

jbmc/regression/strings-smoke-tests/java_endswith/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
test_endswith.class
3-
--verbosity 10 --max-nondet-string-length 100 --function test_endswith.main
3+
--max-nondet-string-length 100 --function test_endswith.main
44
^EXIT=10$
55
^SIGNAL=0$
66
^\[.*assertion.1\].* line 9.* SUCCESS$

jbmc/regression/strings-smoke-tests/java_equal/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
test_equal.class
3-
--verbosity 10 --max-nondet-string-length 100 --cp `../../../../scripts/format_classpath.sh . ../../../lib/java-models-library/target/core-models.jar`
3+
--max-nondet-string-length 100 --cp `../../../../scripts/format_classpath.sh . ../../../lib/java-models-library/target/core-models.jar`
44
^EXIT=10$
55
^SIGNAL=0$
66
^\[.*assertion.1\].* line 8.* FAILURE$

jbmc/regression/strings-smoke-tests/java_equal/test_2.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
KNOWNBUG
22
test_equal_2.class
3-
--verbosity 10 --max-nondet-string-length 100
3+
--max-nondet-string-length 100
44
^EXIT=0$
55
^SIGNAL=0$
66
--

jbmc/regression/strings-smoke-tests/java_float/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FUTURE
22
test_float.class
3-
--verbosity 10 --max-nondet-string-length 1000 --function test_float.main
3+
--max-nondet-string-length 1000 --function test_float.main
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$

jbmc/regression/strings-smoke-tests/java_format/test.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-
--verbosity 10 --max-nondet-string-length 20 --function test.main --cp `../../../../scripts/format_classpath.sh . ../../../lib/java-models-library/target/core-models.jar`
3+
--max-nondet-string-length 20 --function test.main --cp `../../../../scripts/format_classpath.sh . ../../../lib/java-models-library/target/core-models.jar`
44
^EXIT=10$
55
^SIGNAL=0$
66
^\[.*assertion.1\].* line 6.* SUCCESS$

0 commit comments

Comments
 (0)