diff options
author | Shuah Khan (Samsung OSG) <shuah@kernel.org> | 2018-05-04 00:21:20 +0200 |
---|---|---|
committer | Shuah Khan (Samsung OSG) <shuah@kernel.org> | 2018-05-30 23:21:52 +0200 |
commit | 7357dcf2ef2811156fdf223a9a27f73528934e1f (patch) | |
tree | 37d0d42e89ee81b947bc174f0959dab6955af5fc /tools/testing/selftests/firmware | |
parent | selftests: exec: return Kselftest Skip code for skipped tests (diff) | |
download | linux-7357dcf2ef2811156fdf223a9a27f73528934e1f.tar.xz linux-7357dcf2ef2811156fdf223a9a27f73528934e1f.zip |
selftests: filesystems: return Kselftest Skip code for skipped tests
When devpts_pts test is skipped because of unmet dependencies and/or
unsupported configuration, it exits with error which is treated as
a fail by the Kselftest framework. This leads to false negative
result even when the test could not be run.
In another case, it returns pass for a skipped test reporting a false
postive.
Change it to return kselftest skip code when a test gets skipped to
clearly report that the test could not be run.
Change it to use ksft_exit_skip() when test is skipped.
Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Acked-by: Christian Brauner <christian.brauner@ubuntu.com>
Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Diffstat (limited to 'tools/testing/selftests/firmware')
0 files changed, 0 insertions, 0 deletions