diff --git a/tests/cargo-kani/itoa_dep/Cargo.toml b/tests/cargo-kani/itoa_dep/Cargo.toml index c2f7f5fa7b08..8354762e0a5a 100644 --- a/tests/cargo-kani/itoa_dep/Cargo.toml +++ b/tests/cargo-kani/itoa_dep/Cargo.toml @@ -10,3 +10,8 @@ edition = "2021" [dependencies] itoa = "1.0.5" + +#TODO: This is just to assess if anything in the regression is broken +# Remove this before setting the PR ready for review +[package.metadata.kani.flags] +only-codegen=true diff --git a/tests/cargo-kani/itoa_dep/check_signed.expected b/tests/cargo-kani/itoa_dep/check_signed.expected index 0bd44abd726a..3cb1d503076e 100644 --- a/tests/cargo-kani/itoa_dep/check_signed.expected +++ b/tests/cargo-kani/itoa_dep/check_signed.expected @@ -1,7 +1 @@ -Status: SUCCESS\ -Description: "assertion failed: result == &output" - -Status: FAILURE\ -Description: "memcpy source region readable" - -VERIFICATION:- FAILED +Finished