From: Frederic Weisbecker Date: Fri, 28 Jun 2013 00:06:43 +0000 (+0000) Subject: selftests: add basic posix timers selftests X-Git-Tag: v3.11-rc1~77^2~3^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bc4b0cf15708fca04095232c4e448634e94d029;p=pandora-kernel.git 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 Cc: Stanislaw Gruszka Cc: Thomas Gleixner Cc: Peter Zijlstra Cc: Steven Rostedt Cc: KOSAKI Motohiro Cc: Olivier Langlois Signed-off-by: Andrew Morton --- Reading git-diff-tree failed