]> git.karo-electronics.de Git - karo-tx-linux.git/commit
selftests: add basic posix timers selftests
authorFrederic Weisbecker <fweisbec@gmail.com>
Wed, 19 Jun 2013 00:05:32 +0000 (10:05 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 19 Jun 2013 07:12:45 +0000 (17:12 +1000)
commit2543a4bb1a608fccccfb32234e5917dc93b8060b
tree71475d44b8dc2cda9b89823a5074559855bad0cc
parent8ed17a9ad2def5543d5f584ac0fd918289ba7cff
selftests: add basic posix timers selftests

Add some initial basic tests on a few posix timers interface such as
setitimer() and timer_settime().

These simply check that expiration happens in a reasonable timeframe after
expected elapsed clock time (user time, user + system time, real time,
...).

This is helpful for finding basic breakages while hacking
on this subsystem.

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Stanislaw Gruszka <sgruszka@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
tools/testing/selftests/Makefile
tools/testing/selftests/timers/Makefile [new file with mode: 0644]
tools/testing/selftests/timers/posix_timers.c [new file with mode: 0644]