Skip to content

Commit

Permalink
Prevent test running on symex-driven lazy loading
Browse files Browse the repository at this point in the history
Currently symex-driven lazy loading doesn't emit the required warning but it should.
  • Loading branch information
NathanJPhillips committed Mar 28, 2018
1 parent eae194f commit 81ac259
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
5 changes: 4 additions & 1 deletion regression/cbmc-java/invalid_classpath/test-jar.desc
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
5 changes: 4 additions & 1 deletion regression/cbmc-java/invalid_classpath/test-path.desc
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
4 changes: 3 additions & 1 deletion regression/cbmc-java/provide_object_implementation/test.desc
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

0 comments on commit 81ac259

Please sign in to comment.