-
Notifications
You must be signed in to change notification settings - Fork 142
Enable CBMC's slicer #1221
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
Enable CBMC's slicer #1221
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| ** 0 of 2 failed | ||
| ** 0 of 1 failed |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,8 @@ | ||
| Failed Checks: arithmetic overflow on signed addition | ||
| Failed Checks: arithmetic overflow on signed subtraction | ||
| Failed Checks: arithmetic overflow on signed multiplication | ||
| Failed Checks: division by zero | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why do these disappear?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is pointed out in the call-outs: specifying any additional checks to the CBMC command (e.g. |
||
| Failed Checks: arithmetic overflow on signed division | ||
| Failed Checks: division by zero | ||
| Failed Checks: result of signed mod is not representable | ||
| Failed Checks: shift distance is negative | ||
| Failed Checks: shift distance too large | ||
| Failed Checks: shift operand is negative | ||
| Failed Checks: arithmetic overflow on signed shl | ||
| Failed Checks: shift distance is negative | ||
| Failed Checks: shift distance too large | ||
| Failed Checks: arithmetic overflow on signed unary minus | ||
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.
Why not exit gracefully if it errors out?