Skip to content

Update jbmc/lib/java-models-library for PR16 (getChars) and activate Tests #3464

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions jbmc/regression/jbmc-strings/StringBuilderChars04/test.desc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FUTURE
CORE
StringBuilderChars04.class
--max-nondet-string-length 1000 --unwind 100
--max-nondet-string-length 1000 --unwind 100 --cp `../../../../scripts/format_classpath.sh . ../../../lib/java-models-library/target/core-models.jar`
^EXIT=10$
^SIGNAL=0$
^VERIFICATION FAILED$
Expand Down
4 changes: 2 additions & 2 deletions jbmc/regression/jbmc-strings/StringMiscellaneous01/test.desc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FUTURE
CORE
StringMiscellaneous01.class
--max-nondet-string-length 1000 --unwind 30
--max-nondet-string-length 1000 --unwind 30 --cp `../../../../scripts/format_classpath.sh . ../../../lib/java-models-library/target/core-models.jar`
^EXIT=0$
^SIGNAL=0$
^VERIFICATION SUCCESSFUL$
Expand Down