kselftests: timers: set-timer-lat: Tweak reporting when timer fires early
authorGreg Hackmann <ghackmann@google.com>
Tue, 25 Jul 2017 21:36:25 +0000 (14:36 -0700)
committerJohn Stultz <john.stultz@linaro.org>
Thu, 17 Aug 2017 19:14:54 +0000 (12:14 -0700)
commita524b1184b8e86141d689fa78ad150fbf2db9b4c
treeebe21487f001389f797603090483e7cc2c233550
parent6cc636614e144b7cb4c6578bce5cc9b76b7c11e7
kselftests: timers: set-timer-lat: Tweak reporting when timer fires early

Rather than printing an error inside the alarm signal handler, set a
flag that we check later.  This keeps the test from spamming the console
every time the alarm fires early.  It also fixes the test exiting with
error code 0 if this was the only test failure.

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Miroslav Lichvar <mlichvar@redhat.com>
Cc: Richard Cochran <richardcochran@gmail.com>
Cc: Prarit Bhargava <prarit@redhat.com>
Cc: Stephen Boyd <stephen.boyd@linaro.org>
Cc: Shuah Khan <shuah@kernel.org>
Cc: linux-kselftest@vger.kernel.org
Signed-off-by: Greg Hackmann <ghackmann@google.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
tools/testing/selftests/timers/set-timer-lat.c