File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ Gn.class
3
3
--cover location
4
4
^EXIT=0$
5
5
^SIGNAL=0$
6
- .*file Gn.java line 6 function java::Gn.\<init\>:\(\)V bytecode-index 1 block 1 : FAILED
7
- .*file Gn.java line 9 function java::Gn.foo1:\(LGn;\)V bytecode-index 1 block 1 : FAILED
8
- .*file Gn.java line 10 function java::Gn.foo1:\(LGn;\)V bytecode-index 4 block 2 : FAILED
9
- .*file Gn.java line 13 function java::Gn.main:\(\[Ljava/lang/String;\)V bytecode-index 2 block 2 : SATISFIED
6
+ .*file Gn.java line 6 function java::Gn.\<init\>:\(\)V bytecode-index 1 block . : FAILED
7
+ .*file Gn.java line 9 function java::Gn.foo1:\(LGn;\)V bytecode-index 1 block . : FAILED
8
+ .*file Gn.java line 10 function java::Gn.foo1:\(LGn;\)V bytecode-index 4 block . : FAILED
9
+ .*file Gn.java line 13 function java::Gn.main:\(\[Ljava/lang/String;\)V bytecode-index 2 block . : SATISFIED
10
10
--
11
11
--
12
12
This fails under symex-driven lazy loading because the FAILED blocks occur in functions that are unreachable
Original file line number Diff line number Diff line change 1
1
CORE symex-driven-lazy-loading-expected-failure
2
2
A.class
3
- --reachability-slice-fb --show-goto-functions --property 'java::A.foo:(I)V.coverage.3 ' --cover location
3
+ --reachability-slice-fb --show-goto-functions --property 'java::A.foo:(I)V.coverage.4 ' --cover location
4
4
1001
5
5
1002
6
6
1003
You can’t perform that action at this time.
0 commit comments