kselftest: make callers of ksft_exit_skip() output the reason for skipping
authorPaul Elder <paul.elder@pitt.edu>
Thu, 15 Jun 2017 15:54:22 +0000 (00:54 +0900)
committerShuah Khan <shuahkh@osg.samsung.com>
Fri, 16 Jun 2017 00:10:29 +0000 (18:10 -0600)
commite4d1065b315b433f224920f1617bc3783230501c
tree580be6d9207d965e1b227f37ce1c4dee7479681c
parent54f57baab644e99b6da34d9538b2a9c0a05b690d
kselftest: make callers of ksft_exit_skip() output the reason for skipping

Make the three tests that did use the old ksft_ext_skip()
(breakpoints/breakpoint_test_arm64, breakpoints/step_after_suspend_test,
and membarrier_test) use the new one, with an output for the
reason for skipping all the tests.

Signed-off-by: Paul Elder <paul.elder@pitt.edu>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/breakpoints/breakpoint_test_arm64.c
tools/testing/selftests/breakpoints/step_after_suspend_test.c
tools/testing/selftests/membarrier/membarrier_test.c