-
Notifications
You must be signed in to change notification settings - Fork 274
CONTRACTS: Fix conditional havoc code #7380
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
CONTRACTS: Fix conditional havoc code #7380
Conversation
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.
LGTM modulo a few clean ups.
regression/contracts-dfcc/havoc-conditional-target/check-foo.desc
Outdated
Show resolved
Hide resolved
regression/contracts-dfcc/havoc-conditional-target/replace-foo.c
Outdated
Show resolved
Hide resolved
regression/contracts-dfcc/havoc-conditional-target/replace-foo.desc
Outdated
Show resolved
Hide resolved
Codecov ReportBase: 78.35% // Head: 78.36% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #7380 +/- ##
========================================
Coverage 78.35% 78.36%
========================================
Files 1645 1645
Lines 190182 190247 +65
========================================
+ Hits 149015 149080 +65
Misses 41167 41167
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
src/goto-instrument/contracts/dynamic-frames/dfcc_spec_functions.cpp
Outdated
Show resolved
Hide resolved
The condition was being checked on the write set variable instead of write set element variable
439e412
to
6b2a4ee
Compare
Fixes #7379
The condition was being checked on the write set variable instead of write set element variable