-
Notifications
You must be signed in to change notification settings - Fork 112
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
Print verification coverage only when -trace used #770
Conversation
The -trackVerificationCoverage option enables tracking of verification coverage but the results are printed only when -trace is also provided. This makes it possible to see the results in text, but makes the output less noisy for clients of Boogie as a library (such as Dafny).
GC.bpl is timing out in one of the configurations. I have observed some flakiness in verification times for this example before. I found that |
I will look into the flakiness of GC.bpl later. Meanwhile, if you need to merge this PR now, is there a way to override the merge requirements? |
It's not super urgent that I merge this PR. I'd like to do it by the end of next week, perhaps, but before then isn't critical. So if you fix it as part of a separate PR, this one should then go through after merging with |
@atomb : I pushed a fix to GC.bpl. Looks good now. |
The -trackVerificationCoverage option enables tracking of verification coverage but the results are printed only when -trace is also provided. This makes it possible to see the results in text, but makes the output less noisy for clients of Boogie as a library (such as Dafny).