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
adpaco-aws
changed the title
Concrete playback prints characters for interpreted values in ARM64
Concrete playback prints characters for interpreted values in ARM64 Linux
Aug 29, 2023
I tried this code:
Applies to all the tests listed in this comment. For example,
tests/ui/concrete-playback/u8/main.rs
:using the following command line invocation:
kani --enable-unstable --concrete-playback=print
with Kani version: 0.34
I expected to see this happen: Concrete playback generates the test
Instead, this happened: In ARM64 Linux, concrete playback generates the test
Note that the interpreted value for the byte with value 101 is
'e'
. @tautschnig notes in this comment that this comes from CBMC.The text was updated successfully, but these errors were encountered: