-
Notifications
You must be signed in to change notification settings - Fork 274
Remove string operations handled by models from string solver #5065
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
Remove string operations handled by models from string solver #5065
Conversation
d08c8c6
to
d7963b9
Compare
Codecov Report
@@ Coverage Diff @@
## develop #5065 +/- ##
===========================================
- Coverage 69.69% 69.68% -0.01%
===========================================
Files 1321 1321
Lines 109360 109331 -29
===========================================
- Hits 76219 76190 -29
Misses 33141 33141
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✔️
Passed Diffblue compatibility checks (cbmc commit: d7963b9).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/125067466
d7963b9
to
21ee1e8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✔️
Passed Diffblue compatibility checks (cbmc commit: 21ee1e8).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/125215224
1000a9e
to
621478e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR failed Diffblue compatibility checks (cbmc commit: 1000a9e).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/126450199
Status will be re-evaluated on next push.
Common spurious failures include: the cbmc commit has disappeared in the mean time (e.g. in a force-push); the author is not in the list of contributors (e.g. first-time contributors); compatibility was already broken by an earlier merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✔️
Passed Diffblue compatibility checks (cbmc commit: 621478e).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/126458601
621478e
to
48de77e
Compare
The test previously passed by accident as it did not specify the models jar via the classpath option of jbmc. Thus, the models were not loaded and the string operations were nondet'ed, and verification failed as required by the test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✔️
Passed Diffblue compatibility checks (cbmc commit: 48de77e).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/126974176
Uh oh!
There was an error while loading. Please reload this page.