All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] selftests: timers: Convert some more of the timers tests to KTAP
@ 2023-09-27 10:18 Mark Brown
  2023-09-27 10:18 ` [PATCH 1/3] kselftest: Add a ksft_perror() helper Mark Brown
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Mark Brown @ 2023-09-27 10:18 UTC (permalink / raw)
  To: Shuah Khan, John Stultz, Thomas Gleixner, Stephen Boyd
  Cc: linux-kselftest, linux-kernel, Mark Brown

KTAP is the standard output format for selftests, providing a method for
systems running the selftests to get results from individual tests
rather than just a pass/fail for the test program as a whole.  While
many of the timers tests use KTAP some have custom output formats, let's
convert a few more to KTAP to make them work better in automation.

The posix_timers test made use of perror(), I've added a generic helper
to kselftest.h for that since it seems like it'll be useful elsewhere.

There are more tests that don't use KTAP, several of them just run a
single test so don't really benefit from KTAP and there were a couple
where the conversion was a bit more complex so I've left them for now.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
Mark Brown (3):
      kselftest: Add a ksft_perror() helper
      selftests: timers: Convert posix_timers test to generate KTAP output
      selftests: timers: Convert nsleep-lat test to generate KTAP output

 tools/testing/selftests/kselftest.h           | 14 +++++
 tools/testing/selftests/timers/nsleep-lat.c   | 26 ++++-----
 tools/testing/selftests/timers/posix_timers.c | 81 ++++++++++++++-------------
 3 files changed, 67 insertions(+), 54 deletions(-)
---
base-commit: 6465e260f48790807eef06b583b38ca9789b6072
change-id: 20230926-ktap-posix-timers-67e978466185

Best regards,
-- 
Mark Brown <broonie@kernel.org>


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

end of thread, other threads:[~2023-09-28  9:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-27 10:18 [PATCH 0/3] selftests: timers: Convert some more of the timers tests to KTAP Mark Brown
2023-09-27 10:18 ` [PATCH 1/3] kselftest: Add a ksft_perror() helper Mark Brown
2023-09-27 10:18 ` [PATCH 2/3] selftests: timers: Convert posix_timers test to generate KTAP output Mark Brown
2023-09-27 10:18 ` [PATCH 3/3] selftests: timers: Convert nsleep-lat " Mark Brown
2023-09-28  9:49 ` [PATCH 0/3] selftests: timers: Convert some more of the timers tests to KTAP Thomas Gleixner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.