kani icon indicating copy to clipboard operation
kani copied to clipboard

cargo kani assess: experimental test case runner

Open tedinski opened this issue 2 years ago • 0 comments

#1497 will give a basic report on features Kani does not support in a crate and its dependencies.

We should be able to try running a crate's existing test suite to measure how many of those features are actually hit.

Further, we should be able to track "failure reasons" for other "test case fails to run under Kani" situations. For instance, if it clearly fails because of the stdlib linking issue.

tedinski avatar Aug 11 '22 18:08 tedinski