Skip to content

Commit 77d4119

Browse files
committed
Make JAR/zip support optional in regression tests
With cbmc-java regression tests enabled by default, the absence of optional JAR/zip file support should not cause regression tests to fail.
1 parent 06942bb commit 77d4119

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
CORE
22
some_jar.jar
33

4-
^EXIT=0$
4+
^EXIT=\(0\|6\)$
55
^SIGNAL=0$
6-
^VERIFICATION SUCCESSFUL$
6+
^\(VERIFICATION SUCCESSFUL\|No support for reading JAR files\)$
77
--
88
^warning: ignoring
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
CORE
22
jar-file2.jar
33
--main-class some_class
4-
^EXIT=10$
4+
^EXIT=\(10\|6\)$
55
^SIGNAL=0$
6-
^VERIFICATION FAILED$
6+
^\(VERIFICATION FAILED\|No support for reading JAR files\)$
77
--
88
^warning: ignoring

0 commit comments

Comments
 (0)