Uh oh!
There was an error while loading. Please reload this page.
[CONTRACTS] Support for Kani Loop Contracts - #8260
Closed
qinheping wants to merge 1 commit into
Closed
Conversation
qinheping
requested review from
feliperodri, kroening, martin-cs, peterschrammel, remi-delmas-3000 and tautschnig
as code ownersApril 23, 2024 18:11
qinhepingforce-pushed
the
loop_contracts_for_kani
branch
from
April 23, 2024 18:39
7afef8c to
af195baCompareCodecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## develop #8260 +/- ##
===========================================
- Coverage 79.66% 78.25% -1.42%
===========================================
Files 1683 1721 +38 Lines 195713 188315 -7398 Branches 0 18484 +18484 ===========================================
- Hits 155913 147361 -8552 - Misses 39800 40954 +1154 ☔ View full report in Codecov by Sentry. |
qinheping
marked this pull request as draft
April 24, 2024 04:41
tautschnig
commented
Apr 24, 2024
Collaborator
As discussed out-of-band: we need to find a way to fully do this in Kani. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR add support for Kani loop contracts introduced in model-checking/kani#3151. It adds
As this feature is specified to GOTO generated by Kani, it is not clear to me how to test it along without Kani.