kani
kani copied to clipboard
Tracking issue: Tests with default checks disabled
In #263 we had to disable default checks in some tests to keep them working the same way. The affected tests are:
- [ ]
src/test/cbmc/CodegenConstValue/main.rs - [x]
src/test/cbmc/DynTrait/boxed_closure.rs - [x]
src/test/cbmc/DynTrait/dyn_fn_param.rs - [ ]
src/test/cbmc/FunctionCall_Ret-Param/main.rs - [x]
src/test/cbmc/PointerOffset/Stable/main.rs - [x]
src/test/cbmc/PointerOffset/Unstable/main.rs - [ ]
src/test/cbmc/Pointers_OtherTypes/main.rs - [x]
src/test/cbmc/Strings/main.rs - [x]
src/test/cbmc/SwitchInt/main.rs - [x]
src/test/cbmc/Whitespace/main.rs - [x]
src/test/firecracker/virtio-block-parse/main.rs
#335 removed the --no-memory-safety-checks flag in DynTrait/boxed_closure.rs
https://github.com/model-checking/rmc/pull/373 resolves DynTrait/dyn_fn_param.rs
#647 fixed the following tests:
src/test/firecracker/virtio-block-parse/main.rssrc/test/rmc/PointerOffset/Stable/main.rssrc/test/rmc/PointerOffset/Unstable/main.rssrc/test/rmc/Strings/main.rssrc/test/rmc/SwitchInt/main.rssrc/test/rmc/Whitespace/main.rs