mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/4] Convert to TAP13 using ksft_ var arg msg api
@ 2017-06-29 23:18 Shuah Khan
  2017-06-29 23:18 ` [PATCH 1/4] selftests: breakpoint_test: use ksft_* " Shuah Khan
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Shuah Khan @ 2017-06-29 23:18 UTC (permalink / raw)
  To: shuah, alice.ferrazzi, gregkh, paul.elder, labath, panand, will.deacon
  Cc: Shuah Khan, linux-kselftest, linux-kernel

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-06-30 18:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-29 23:18 [PATCH 0/4] Convert to TAP13 using ksft_ var arg msg api Shuah Khan
2017-06-29 23:18 ` [PATCH 1/4] selftests: breakpoint_test: use ksft_* " Shuah Khan
2017-06-29 23:18 ` [PATCH 2/4] selftests: breakpoints: step_after_suspend_test " Shuah Khan
2017-06-29 23:18 ` [PATCH 3/4] selftests: breakpoints: breakpoint_test_arm64: convert test to use TAP13 Shuah Khan
2017-06-29 23:18 ` [PATCH 4/4] selftests: membarrier: use ksft_* var arg msg api Shuah Khan
2017-06-30 16:13 ` [PATCH 0/4] Convert to TAP13 using ksft_ " Paul Elder
2017-06-30 16:33   ` Shuah Khan
2017-06-30 16:52     ` Paul Elder
2017-06-30 17:06       ` Shuah Khan
2017-06-30 18:34         ` Paul Elder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome