Skip to content

Commit

Permalink
Update jbmc/lib/java-models-library to #11 (enable-monitor-exceptions)
Browse files Browse the repository at this point in the history
Allows to detect errors related to synchronization on null references,
for example.

Fixes diffblue#1236.
  • Loading branch information
peterschrammel committed Nov 16, 2018
1 parent 6953507 commit e1b39c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jbmc/lib/java-models-library
5 changes: 2 additions & 3 deletions jbmc/regression/jbmc/synchronized/test.desc
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
KNOWNBUG
CORE
Sync.class

--java-threading --throw-runtime-exceptions --cp `../../../../scripts/format_classpath.sh . ../../../src/java_bytecode/library/core-models.jar`
^EXIT=0$
^SIGNAL=0$
^VERIFICATION SUCCESSFUL$
--
^warning: ignoring
--
See #1236 for details of this test.

0 comments on commit e1b39c6

Please sign in to comment.