-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8af4c07
commit 068b9af
Showing
4 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,30 @@ | ||
Checking harness mem::verify::check_swap_large_adt_no_drop... | ||
|
||
Failed Checks: Kani currently doesn't support checking memory initialization for pointers to `std::mem::MaybeUninit<mem::verify::CannotDrop<[u128; 5]>>. | ||
|
||
VERIFICATION:- FAILED | ||
|
||
Checking harness mem::verify::check_swap_adt_no_drop... | ||
|
||
Failed Checks: Kani currently doesn't support checking memory initialization for pointers to `std::mem::MaybeUninit<mem::verify::CannotDrop<u8>>. | ||
|
||
VERIFICATION:- FAILED | ||
|
||
Checking harness mem::verify::check_swap_unit... | ||
|
||
Failed Checks: ptr NULL or writable up to size | ||
|
||
VERIFICATION:- FAILED | ||
|
||
Checking harness mem::verify::check_swap_primitive... | ||
|
||
Failed Checks: Kani currently doesn't support checking memory initialization for pointers to `std::mem::MaybeUninit<u8>. | ||
|
||
VERIFICATION:- FAILED | ||
|
||
Summary: | ||
Verification failed for - mem::verify::check_swap_large_adt_no_drop | ||
Verification failed for - mem::verify::check_swap_adt_no_drop | ||
Verification failed for - mem::verify::check_swap_unit | ||
Complete - 6 successfully verified harnesses, 1 failures, 7 total. | ||
Verification failed for - mem::verify::check_swap_primitive | ||
Complete - 3 successfully verified harnesses, 4 failures, 7 total. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Complete - 1 successfully verified harnesses, 0 failures, 1 total. | ||
Complete - 2 successfully verified harnesses, 0 failures, 2 total. |