Skip to content

Commit 3f62ba6

Browse files
Merge pull request #4753 from peterschrammel/jbmc-java-cmdline
Make JBMC commandline 'java' compatible [TG-9888]
2 parents 9460ce5 + 03af616 commit 3f62ba6

File tree

1,445 files changed

+1901
-1676
lines changed

Some content is hidden

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

1,445 files changed

+1901
-1676
lines changed

doc/cprover-manual/jbmc-user-manual.md

Lines changed: 7 additions & 7 deletions

jbmc/regression/janalyzer-taint/taint-aliasing1/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CORE
2-
aliasing1.class
2+
aliasing1
33
--taint taint.json
44
^EXIT=0$
55
^SIGNAL=0$

jbmc/regression/janalyzer-taint/taint-basic1/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CORE
2-
basic1.class
2+
basic1
33
--taint taint.json
44
^EXIT=0$
55
^SIGNAL=0$

jbmc/regression/janalyzer-taint/taint-basic2/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CORE
2-
basic2.class
2+
basic2
33
--taint taint.json
44
^EXIT=0$
55
^SIGNAL=0$

jbmc/regression/janalyzer-taint/taint-interface1/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CORE
2-
interface1.class
2+
interface1
33
--taint taint.json
44
^EXIT=0$
55
^SIGNAL=0$

jbmc/regression/janalyzer-taint/taint-interproc1/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CORE
2-
interproc1.class
2+
interproc1
33
--taint taint.json
44
^EXIT=0$
55
^SIGNAL=0$

jbmc/regression/janalyzer-taint/taint-map1/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
KNOWNBUG
2-
map1.class
2+
map1
33
--taint taint.json
44
^EXIT=0$
55
^SIGNAL=0$

jbmc/regression/janalyzer/string-initializer/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CORE
2-
Basic1.class
2+
Basic1
33
--location-sensitive --constants --show
44
^EXIT=0$
55
^SIGNAL=0$
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
2-
A.class
3-
B.class
4-
^Only one \.class, \.jar or \.gbf file should be directly specified on the command-line
2+
A
3+
B
4+
Please give exactly one class name, and/or use -jar jarfile or --gb goto-binary
55
^EXIT=1$
66
^SIGNAL=0$

jbmc/regression/jbmc-concurrency/anonymous-java.lang.thread/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CORE
2-
A.class
2+
A
33
--function 'A.me:()V' --cp `../../../../scripts/format_classpath.sh . ../../../lib/java-models-library/target/core-models.jar` --java-threading
44
^VERIFICATION SUCCESSFUL$
55
^EXIT=0$

0 commit comments

Comments
 (0)