-
Notifications
You must be signed in to change notification settings - Fork 277
Stop-on-fail verifier [blocks: 3968] #3796
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
Stop-on-fail verifier [blocks: 3968] #3796
Conversation
e3eaaa5
to
815fdac
Compare
815fdac
to
fb14e9f
Compare
fb14e9f
to
1758376
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: 1758376).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/97973645
|
||
case resultt::FAIL: | ||
{ | ||
namespacet ns(goto_model.get_symbol_table()); |
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.
const
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.
Fixed
2d8258f
to
2eb7294
Compare
4dca0b7
to
4b02243
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: 4b02243).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/98754158
Stops verification when the first property violation is found.
This was previously one of the bmct modes. Now it is a separate goto verifier.
This used to be one of the bmct modes; now it is a separate goto verifier.
These were special bmct modes. These modes call prop_convts that don't call an actual solver but just output the formula. This behaviour is only supported with --stop-on-fail; hence, we use the stop-on-fail verifier now.
These were special bmct modes. These modes call prop_convts that don't call an actual solver but just output the formula. This behaviour is only supported with --stop-on-fail; hence, we use the stop-on-fail verifier now.
w.r.t. stop-on-fail goto verifier
4b02243
to
3b71199
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: 3b71199).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/99353532
Based on #3795, only review last 5 commits.