Skip to content

Commit 25b133b

Browse files
Prevent test running on symex-driven lazy loading
Currently symex-driven lazy loading doesn't emit the required warning but it should.
1 parent acaaaab commit 25b133b

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
CORE
1+
CORE symex-driven-lazy-loading-expected-failure
22
Test.class
33
--classpath ./NotHere.jar
44
^EXIT=6$
55
^SIGNAL=0$
66
^the program has no entry point$
77
^failed to load class `Test'$
8+
--
9+
--
10+
symex-driven lazy loading should emit "the program has no entry point" but currently doesn't
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
CORE
1+
CORE symex-driven-lazy-loading-expected-failure
22
Test.class
33
--classpath ./NotHere
44
^EXIT=6$
55
^SIGNAL=0$
66
^the program has no entry point$
77
^failed to load class `Test'$
8+
--
9+
--
10+
symex-driven lazy loading should emit "the program has no entry point" but currently doesn't
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
CORE
1+
CORE symex-driven-lazy-loading-expected-failure
22
java/lang/Object.class
33

44
^EXIT=6$
55
^SIGNAL=0$
66
^the program has no entry point$
77
--
88
^failed to add class symbol java::java\.lang\.Object$
9+
--
10+
symex-driven lazy loading should emit "the program has no entry point" but currently doesn't

0 commit comments

Comments
 (0)