Skip to content

Commit 3d009a9

Browse files
author
Matthias Güdemann
committed
add regression test
1 parent 469897f commit 3d009a9

File tree

5 files changed

+22
-0
lines changed

5 files changed

+22
-0
lines changed

regression/cbmc-java/jar-file4/A.jar

721 Bytes
Binary file not shown.

regression/cbmc-java/jar-file4/B.jar

721 Bytes
Binary file not shown.

regression/cbmc-java/jar-file4/C.jar

934 Bytes
Binary file not shown.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"jar":
3+
[
4+
"A.jar",
5+
"B.jar"
6+
],
7+
"classFiles":
8+
[
9+
"jarfile3$A.class",
10+
"jarfile3.class"
11+
]
12+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
CORE
2+
C.jar
3+
--function jarfile3.f --java-cp-include-files "@jar.json"
4+
^EXIT=10$
5+
^SIGNAL=0$
6+
.*SUCCESS$
7+
.*FAILURE$
8+
^VERIFICATION FAILED
9+
--
10+
^warning: ignoring

0 commit comments

Comments
 (0)