commit | d088c92802549fc1cf77a12a4e3986160d63662a | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Mon Jun 22 11:16:50 2020 -0700 |
committer | Shuah Khan <skhan@linuxfoundation.org> | Mon Jul 06 15:59:49 2020 -0600 |
tree | 1d2f994e8f12c8a30b30541b1b66df326188260b | |
parent | 9847d24af95c7fa146c9a0e82505a78e29161c10 [diff] |
selftests/harness: Display signed values correctly Since forever the harness output for signed value tests have reported unsigned values to avoid casting. Instead, actually test the variable types and perform the correct casts and choose the correct format specifiers. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>