You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Re-enable tests that had to be disabled with the toolchain upgrade in
model-checking#2149. Fixesmodel-checking#2286, fixesmodel-checking#2191.
- Do not generate non-NULL pointer constants. Together with the CBMC
version update this avoids the need for an unwinding annotation in the
mir-linker test. Fixesmodel-checking#1978.
- CBMC 5.79.0 ships simplifier improvements that enable constant
propagation to avoid slow-down with the Display trait. Fixesmodel-checking#1996.
- CBMC 5.79.0 ships SMT back-end fixes. Fixesmodel-checking#2002.
Co-authored-by: Zyad Hassan <88045115+zhassan-aws@users.noreply.github.com>
I tried this code:
using the following command line invocation:
with Kani version: 438e582
I expected to see this happen: Verification successful
Instead, this happened: CBMC crashed:
The text was updated successfully, but these errors were encountered: