Skip to content

Commit 44c25df

Browse files
author
Owen
committed
Update existing tests so they pass
1 parent 6667118 commit 44c25df

File tree

4 files changed

+2
-11
lines changed

4 files changed

+2
-11
lines changed

jbmc/regression/jbmc/exception-cleanup/test.desc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@ Test.class
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$
7-
1 remaining after simplification$
7+
0 remaining after simplification$
88
--
99
^warning: ignoring
1010
--
11-
The function "unreachable" should be successfully noted as unreachable by symex,
12-
but the final uncaught-exception test in __CPROVER__start is not yet decidable
13-
in symex, as it requires symex to note that within a catch block
14-
@inflight_exception is definitely *not* null, which it can't just yet.
11+
The function "unreachable" should be successfully noted as unreachable by symex.

jbmc/regression/jbmc/exception-cleanup/vccs.desc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ Test.class
33
--function Test.main --show-vcc
44
^EXIT=0$
55
^SIGNAL=0$
6-
file Test\.java line 6 function java::Test.main:\(I\)V
7-
no uncaught exception
86
--
97
file Test\.java line 42 function java::Test\.unreachable:\(\)V bytecode-index 5
108
assertion at file Test\.java line 42 function java::Test\.unreachable:\(\)V bytecode-index 5

regression/goto-harness/nondet_elements_longer_lists/test.desc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
CORE
22
main.c
33
--harness-type call-function --max-nondet-tree-depth 4 --min-null-tree-depth 1 --function test_function
4-
\[test_function.unwind.\d+\] line \d+ unwinding assertion loop 0: SUCCESS
5-
\[test_function.unwind.\d+\] line \d+ unwinding assertion loop 1: SUCCESS
64
\[test_function.assertion.\d+\] line \d+ assertion list_walker->datum == \+\+i: SUCCESS
75
^EXIT=0$
86
^SIGNAL=0$

regression/goto-harness/nondet_elements_longer_lists_global/test.desc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
CORE
22
main.c
33
--harness-type call-function --max-nondet-tree-depth 4 --min-null-tree-depth 1 --function test_function --nondet-globals
4-
\[test_function.unwind.\d+\] line \d+ unwinding assertion loop 0: SUCCESS
5-
\[test_function.unwind.\d+\] line \d+ unwinding assertion loop 1: SUCCESS
64
\[test_function.assertion.\d+\] line \d+ assertion list_walker->datum == \+\+i: SUCCESS
75
^EXIT=0$
86
^SIGNAL=0$

0 commit comments

Comments
 (0)