File tree Expand file tree Collapse file tree 4 files changed +0
-16
lines changed
jbmc/regression/jbmc/context-include-exclude Expand file tree Collapse file tree 4 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,6 @@ Main.class
6
6
.* line 10 assertion at file Main.java line 10 .*: SUCCESS
7
7
.* line 11 assertion at file Main.java line 11 .*: SUCCESS
8
8
.* line 12 assertion at file Main.java line 12 .*: FAILURE
9
- WARNING: no body for function java::org\.cprover\.MyClass\$Inner\.doIt:\(I\)I
10
9
--
11
- WARNING: no body for function .*clinit_wrapper
12
- WARNING: no body for function java::org\.cprover\.MyClass\.<init>:\(I\)V
13
- WARNING: no body for function java::org\.cprover\.MyClass\.get:\(\)I
14
- WARNING: no body for function java::Main\.myMethod:\(I\)I
15
10
--
16
11
Tests that no methods except those in the specified class are excluded.
Original file line number Diff line number Diff line change @@ -6,12 +6,7 @@ Main.class
6
6
.* line 10 assertion at file Main.java line 10 .*: FAILURE
7
7
.* line 11 assertion at file Main.java line 11 .*: SUCCESS
8
8
.* line 12 assertion at file Main.java line 12 .*: FAILURE
9
- WARNING: no body for function java::Main\.myMethod:\(I\)I
10
- WARNING: no body for function java::org\.cprover\.MyClass\$Inner\.doIt:\(I\)I
11
9
--
12
- WARNING: no body for function .*clinit_wrapper
13
- WARNING: no body for function java::org\.cprover\.MyClass\.<init>:\(I\)V
14
- WARNING: no body for function java::org\.cprover\.MyClass\.get:\(\)I
15
10
--
16
11
Tests that only the specified methods and classes are included, while
17
12
the inner class from MyClass is excluded.
Original file line number Diff line number Diff line change @@ -6,11 +6,6 @@ Main.class
6
6
.* line 10 assertion at file Main.java line 10 .*: SUCCESS
7
7
.* line 11 assertion at file Main.java line 11 .*: FAILURE
8
8
.* line 12 assertion at file Main.java line 12 .*: FAILURE
9
- WARNING: no body for function java::org\.cprover\.MyClass\.<init>:\(I\)V
10
- WARNING: no body for function java::org\.cprover\.MyClass\.get:\(\)I
11
- WARNING: no body for function java::org\.cprover\.MyClass\$Inner\.doIt:\(I\)I
12
9
--
13
- WARNING: no body for function .*clinit_wrapper
14
- WARNING: no body for function java::Main\.myMethod:\(I\)I
15
10
--
16
11
Tests that only methods from the specified class are included.
Original file line number Diff line number Diff line change @@ -7,6 +7,5 @@ Main.class
7
7
.* line 11 assertion at file Main.java line 11 .*: SUCCESS
8
8
.* line 12 assertion at file Main.java line 12 .*: SUCCESS
9
9
--
10
- WARNING: no body for function .*
11
10
--
12
11
Tests that no methods are excluded.
You can’t perform that action at this time.
0 commit comments