-
Notifications
You must be signed in to change notification settings - Fork 274
Add witness output to goto checker [blocks: 3583] #3579
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
Add witness output to goto checker [blocks: 3583] #3579
Conversation
27a0d84
to
2107223
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: 2107223).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/94898955
Status will be re-evaluated on next push.
Please contact @peterschrammel, @thk123, or @allredj for support.
Common spurious failures:
- 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).
The incompatibility may have been introduced by an earlier PR. In that case merging this
PR should be avoided unless it fixes the current incompatibility.
src/goto-checker/goto_checker.h
Outdated
@@ -59,6 +59,11 @@ class goto_checkert | |||
/// This builds and returns the counterexample | |||
virtual goto_tracet build_error_trace() const = 0; | |||
|
|||
/// This outputs an error witness | |||
virtual void output_error_witness(const goto_tracet &) = 0; | |||
/// This outputs an proof |
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.
I have (wrongly) commented on this commit elsewhere: s/an/a/
src/goto-checker/goto_checker.h
Outdated
@@ -59,6 +59,11 @@ class goto_checkert | |||
/// This builds and returns the counterexample | |||
virtual goto_tracet build_error_trace() const = 0; | |||
|
|||
/// This outputs an error witness |
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.
Drop Doxy comments that just repeat the function name? Or, provide a link to define witness?
2107223
to
db83fce
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: db83fce).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/97163305
Based on #3564, only review last commit