-
Notifications
You must be signed in to change notification settings - Fork 274
Changes to goto-harness documentation #5428
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
Changes to goto-harness documentation #5428
Conversation
The example above demonstrates the most simple case, which is roughly the same | ||
--- | ||
|
||
The example above demonstrates the simplest case, which is roughly the same | ||
as the entry point `cbmc` automatically generates for functions. However, the | ||
`function-call` harness can also non-deterministically initialise global |
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.
⛏️
`function-call` harness can also non-deterministically initialise global | |
`function-call` harness can also non-deterministically initialize global |
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'd much rather not, especially since this bit hasn't been touched by this PR.
Unless you object to that strictly, of course.
Codecov Report
@@ Coverage Diff @@
## develop #5428 +/- ##
===========================================
+ Coverage 68.21% 68.23% +0.02%
===========================================
Files 1178 1178
Lines 97542 97550 +8
===========================================
+ Hits 66537 66568 +31
+ Misses 31005 30982 -23
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## develop #5428 +/- ##
===========================================
+ Coverage 68.21% 68.23% +0.02%
===========================================
Files 1178 1178
Lines 97542 97550 +8
===========================================
+ Hits 66537 66568 +31
+ Misses 31005 30982 -23
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
This updates the usage instructions for goto-harness to reflect the fact that it now produces a .c file, and mark the memory snapshot harness as broken.
1e9a74e
to
8b31985
Compare
Codecov Report
@@ Coverage Diff @@
## develop #5428 +/- ##
========================================
Coverage 68.21% 68.21%
========================================
Files 1178 1178
Lines 97550 97550
========================================
Hits 66542 66542
Misses 31008 31008
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
This PR updates the
goto-harness
documentation with new usage examples, as the toolhas been updated to now produce completely different output (a
.c
file compared to a gotobinary).
By the way, this is dependent on #5412 and it will be rebased on top of
develop
once thatgoes in. In reality, the diff for now is just the last commit.