Skip to content

Commit 86d4fec

Browse files
Remove --refine-strings from tests
1 parent 7ef8a0e commit 86d4fec

File tree

237 files changed

+238
-238
lines changed

Some content is hidden

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

237 files changed

+238
-238
lines changed

jbmc/regression/jbmc-strings/CharacterGetNumericValue/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-
--refine-strings --max-nondet-string-length 1000
3+
--max-nondet-string-length 1000
44
^EXIT=10$
55
^SIGNAL=0$
66
assertion at file test.java line 8 .* SUCCESS$
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
CORE
22
Test.class
3-
--function Test.testme
3+
--no-refine-strings --function Test.testme
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$
77
--
88
type mismatch
99
--
1010
Before cbmc#2472 this would assume that StringBuilder's direct parent was
11-
java.lang.Object, causing a type mismatch when --refine-strings was not in use
11+
java.lang.Object, causing a type mismatch when --no-refine-strings was in use
1212
(which at the time would assume that parent-child relationship)

jbmc/regression/jbmc-strings/RegexMatches01/test.desc

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

jbmc/regression/jbmc-strings/RegexMatches02/test.desc

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

jbmc/regression/jbmc-strings/RegexSubstitution01/test.desc

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

jbmc/regression/jbmc-strings/RegexSubstitution02/test.desc

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

jbmc/regression/jbmc-strings/RegexSubstitution03/test.desc

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

jbmc/regression/jbmc-strings/StartsWith/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-
--refine-strings --max-nondet-string-length 10 --unwind 10 --function Test.check
3+
--max-nondet-string-length 10 --unwind 10 --function Test.check
44
^EXIT=10$
55
^SIGNAL=0$
66
assertion at file Test.java line 31 .*: SUCCESS

jbmc/regression/jbmc-strings/StartsWith/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-
--refine-strings --max-nondet-string-length 100 --unwind 10 --function Test.checkDet
3+
--max-nondet-string-length 100 --unwind 10 --function Test.checkDet
44
^EXIT=10$
55
^SIGNAL=0$
66
assertion at file Test.java line 41 .*: SUCCESS

jbmc/regression/jbmc-strings/StartsWith/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-
--refine-strings --max-nondet-string-length 100 --unwind 10 --function Test.checkNonDet
3+
--max-nondet-string-length 100 --unwind 10 --function Test.checkNonDet
44
^EXIT=10$
55
^SIGNAL=0$
66
assertion at file Test.java line 66 .*: SUCCESS

0 commit comments

Comments
 (0)