selftests: lib: return Kselftest Skip code for skipped tests
authorShuah Khan (Samsung OSG) <shuah@kernel.org>
Fri, 4 May 2018 16:11:52 +0000 (10:11 -0600)
committerShuah Khan (Samsung OSG) <shuah@kernel.org>
Wed, 30 May 2018 21:29:06 +0000 (15:29 -0600)
commitb26862450d74b2a17e22c5d7cdec1707d03b82b6
tree947a5a6c1916f6e66a3dc147c66ae1db02b6ef2b
parent9b8f8e7f33b290ae49c04c4ee5be7d1d603cc31f
selftests: lib: return Kselftest Skip code for skipped tests

When lib test(s) is skipped because of unmet dependencies and/or
unsupported configuration, it returns non-zero value hich is treated
as a fail by the Kselftest framework. This leads to false negative result
even when the test could not be run.

Change it to return kselftest skip code when a test gets skipped to
clearly report that the test could not be run.

Kselftest framework SKIP code is 4 and the framework prints appropriate
messages to indicate that the test is skipped.

Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
tools/testing/selftests/lib/bitmap.sh
tools/testing/selftests/lib/prime_numbers.sh
tools/testing/selftests/lib/printf.sh