-
Notifications
You must be signed in to change notification settings - Fork 273
Take libraries out of test coverage #259
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
Labels
Comments
built-ins |
The problem is a combination of the following:
@kroening, is there any reason why 2. is necessary? |
2: To hide them -- in particular, the goal is to have assertions appear in the place where the function is called. |
Ok. Then I use ID_hide (already set in goto_inline) to identify code from built-ins. |
peterschrammel
added a commit
to peterschrammel/cbmc
that referenced
this issue
Apr 8, 2017
…ing cover instrumentation fixes diffblue#259
smowton
added a commit
to smowton/cbmc
that referenced
this issue
May 9, 2018
…_callsite_specialiser Add CSVSA and its specializer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@kroening, is this about built-ins or user-specified libraries?
The text was updated successfully, but these errors were encountered: