Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1678281
| From | Shuah Khan <shuahkh@osg.samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] Convert to TAP13 using ksft_ var arg msg api |
| Date | 2017-06-30 01:20 +0200 |
| Message-ID | <tXQT8-5RT-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patch series converts breakpoint_test_arm64 to TAP13 output. Uses
ksft_ var arg msg functions as needed. Changed to ensure parent is the
one that increments test counters.
breakpoint_test, step_after_suspend_test, membarrier tests are changed
to use ksft_ var arg msg functions as needed.
This patch series depends on Paul Elder's
[PATCH v2 0/2] kselftest: make ksft_* output functions variadic
The v2 series doesn't append newline and makes it easier to use.
Shuah Khan (4):
selftests: breakpoint_test: use ksft_* var arg msg api
selftests: breakpoints: step_after_suspend_test use ksft_* var arg msg
api
selftests: breakpoints: breakpoint_test_arm64: convert test to use
TAP13
selftests: membarrier: use ksft_* var arg msg api
.../selftests/breakpoints/breakpoint_test.c | 28 ++++---
.../selftests/breakpoints/breakpoint_test_arm64.c | 94 +++++++++++++---------
.../breakpoints/step_after_suspend_test.c | 59 ++++++++------
.../testing/selftests/membarrier/membarrier_test.c | 91 ++++++++++-----------
4 files changed, 148 insertions(+), 124 deletions(-)
--
2.11.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] Convert to TAP13 using ksft_ var arg msg api Shuah Khan <shuahkh@osg.samsung.com> - 2017-06-30 01:20 +0200
[PATCH 3/4] selftests: breakpoints: breakpoint_test_arm64: convert test to use TAP13 Shuah Khan <shuahkh@osg.samsung.com> - 2017-06-30 01:20 +0200
[PATCH 1/4] selftests: breakpoint_test: use ksft_* var arg msg api Shuah Khan <shuahkh@osg.samsung.com> - 2017-06-30 01:20 +0200
[PATCH 4/4] selftests: membarrier: use ksft_* var arg msg api Shuah Khan <shuahkh@osg.samsung.com> - 2017-06-30 01:20 +0200
[PATCH 2/4] selftests: breakpoints: step_after_suspend_test use ksft_* var arg msg api Shuah Khan <shuahkh@osg.samsung.com> - 2017-06-30 01:20 +0200
Re: [PATCH 0/4] Convert to TAP13 using ksft_ var arg msg api Shuah Khan <shuah@kernel.org> - 2017-06-30 18:40 +0200
Re: [PATCH 0/4] Convert to TAP13 using ksft_ var arg msg api Shuah Khan <shuah@kernel.org> - 2017-06-30 19:10 +0200
csiph-web