All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] selftests: rework RTC tests
@ 2018-04-19 12:50 ` alexandre.belloni
  0 siblings, 0 replies; 27+ messages in thread
From: Alexandre Belloni @ 2018-04-19 12:50 UTC (permalink / raw)
  To: Shuah Khan
  Cc: John Stultz, linux-kernel, linux-kselftest, linux-rtc, Alexandre Belloni

Hi,

This series separates tests using the RTC devices between the one
testing driver agnostic kernel facilities (timers) and the others that
are testing device drivers and hardware.

Then, rtctest is reworked to use the test harness and be much more
robust. Skipping tests is now easier and tests will not block
indefinitively.

I'm planning to send more improvements later this cycle.

Alexandre Belloni (4):
  selftests: timers: move PIE tests out of rtctest
  selftests: timers: rtcpie: restore previous PIE rate
  selftests: move RTC tests to rtc subfolder
  selftests: rtc: rework rtctest

 MAINTAINERS                                   |   2 +-
 tools/testing/selftests/Makefile              |   1 +
 tools/testing/selftests/rtc/.gitignore        |   2 +
 tools/testing/selftests/rtc/Makefile          |   9 +
 tools/testing/selftests/rtc/rtctest.c         | 238 +++++++++++
 .../rtctest_setdate.c => rtc/setdate.c}       |   0
 tools/testing/selftests/timers/.gitignore     |   3 +-
 tools/testing/selftests/timers/Makefile       |   4 +-
 tools/testing/selftests/timers/rtcpie.c       | 134 ++++++
 tools/testing/selftests/timers/rtctest.c      | 403 ------------------
 10 files changed, 388 insertions(+), 408 deletions(-)
 create mode 100644 tools/testing/selftests/rtc/.gitignore
 create mode 100644 tools/testing/selftests/rtc/Makefile
 create mode 100644 tools/testing/selftests/rtc/rtctest.c
 rename tools/testing/selftests/{timers/rtctest_setdate.c => rtc/setdate.c} (100%)
 create mode 100644 tools/testing/selftests/timers/rtcpie.c
 delete mode 100644 tools/testing/selftests/timers/rtctest.c

-- 
2.17.0

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

end of thread, other threads:[~2018-12-01  9:56 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-19 12:50 [PATCH 0/4] selftests: rework RTC tests Alexandre Belloni
2018-04-19 12:50 ` Alexandre Belloni
2018-04-19 12:50 ` alexandre.belloni
2018-04-19 12:50 ` [PATCH 1/4] selftests: timers: move PIE tests out of rtctest Alexandre Belloni
2018-04-19 12:50   ` Alexandre Belloni
2018-04-19 12:50   ` alexandre.belloni
2018-11-29 19:57   ` Rafael David Tinoco
2018-11-29 19:57     ` Rafael David Tinoco
2018-11-29 19:57     ` rafael.tinoco
2018-12-01  9:55     ` Alexandre Belloni
2018-12-01  9:55       ` Alexandre Belloni
2018-12-01  9:55       ` alexandre.belloni
2018-04-19 12:50 ` [PATCH 2/4] selftests: timers: rtcpie: restore previous PIE rate Alexandre Belloni
2018-04-19 12:50   ` Alexandre Belloni
2018-04-19 12:50   ` alexandre.belloni
2018-04-19 12:50 ` [PATCH 3/4] selftests: move RTC tests to rtc subfolder Alexandre Belloni
2018-04-19 12:50   ` Alexandre Belloni
2018-04-19 12:50   ` alexandre.belloni
2018-04-19 12:50 ` [PATCH 4/4] selftests: rtc: rework rtctest Alexandre Belloni
2018-04-19 12:50   ` Alexandre Belloni
2018-04-19 12:50   ` alexandre.belloni
2018-04-24 19:33 ` [PATCH 0/4] selftests: rework RTC tests Shuah Khan
2018-04-24 19:33   ` Shuah Khan
2018-04-24 19:33   ` shuah
2018-05-10 17:34   ` Shuah Khan
2018-05-10 17:34     ` Shuah Khan
2018-05-10 17:34     ` shuah

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.