-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent test running on symex-driven lazy loading
Currently symex-driven lazy loading doesn't emit the required warning but it should.
- Loading branch information
1 parent
eae194f
commit 81ac259
Showing
3 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
CORE | ||
CORE symex-driven-lazy-loading-expected-failure | ||
Test.class | ||
--classpath ./NotHere.jar | ||
^EXIT=6$ | ||
^SIGNAL=0$ | ||
^the program has no entry point$ | ||
^failed to load class `Test'$ | ||
-- | ||
-- | ||
symex-driven lazy loading should emit "the program has no entry point" but currently doesn't |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
CORE | ||
CORE symex-driven-lazy-loading-expected-failure | ||
Test.class | ||
--classpath ./NotHere | ||
^EXIT=6$ | ||
^SIGNAL=0$ | ||
^the program has no entry point$ | ||
^failed to load class `Test'$ | ||
-- | ||
-- | ||
symex-driven lazy loading should emit "the program has no entry point" but currently doesn't |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
CORE | ||
CORE symex-driven-lazy-loading-expected-failure | ||
java/lang/Object.class | ||
|
||
^EXIT=6$ | ||
^SIGNAL=0$ | ||
^the program has no entry point$ | ||
-- | ||
^failed to add class symbol java::java\.lang\.Object$ | ||
-- | ||
symex-driven lazy loading should emit "the program has no entry point" but currently doesn't |