We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried this code:
using the following command line invocation:
mkdir .cargo; echo "paths =[\"/Users/ytakashl/propproof\"]" > .cargo/config.toml cargo kani --tests -p prost-types --default-unwind 3 --harness 'tests::check_duration_roundtrip' SUMMARY: ** 1 of 445 failed (10 unreachable) Failed Checks: This is a placeholder message; Kani doesn't support message formatted at runtime File: "/Users/ytakashl/.rustup/toolchains/nightly-2023-04-30-aarch64-apple-darwin/lib/rustlib/src/rust/library/core/src/result.rs", line 1651, in std::result::unwrap_failed VERIFICATION:- FAILED Verification Time: 1.0923209s
with Kani version: 0.30.0
I expected to see this happen: verification success.
Instead, this happened: verification fails
The text was updated successfully, but these errors were encountered:
blocking 1 harness in PROST.
Sorry, something went wrong.
Can you include the failure in the description?
@zhassan-aws, done, but I will take this.
YoshikiTakashima
Successfully merging a pull request may close this issue.
I tried this code:
using the following command line invocation:
with Kani version: 0.30.0
I expected to see this happen: verification success.
Instead, this happened: verification fails
The text was updated successfully, but these errors were encountered: