aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/timers/mqueue-lat.c
AgeCommit message (Collapse)AuthorFilesLines
2019-05-21selftests/timers: Add missing fflush(stdout) callsKees Cook1-0/+1
When running under a pipe, some timer tests would not report output in real-time because stdout flushes were missing after printf()s that lacked a newline. This adds them to restore real-time status output that humans can enjoy. Signed-off-by: Kees Cook <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
2017-08-22selftests: timers: drop support for !KTEST caseShuah Khan1-11/+0
There is no need to keep timers tests in sync with external timers repo. Drop support for !KTEST to support for building and running timers tests without kselftest framework. Reference: https://lkml.org/lkml/2017/8/10/952 Signed-off-by: Shuah Khan <[email protected]> Acked-by: John Stultz <[email protected]>
2015-03-12selftests/timers: Add mqueue latency test from the timetest suiteJohn Stultz1-0/+124
Add test to validate mqueue timeout latency from the timetest suite Cc: Shuah Khan <[email protected]> Cc: Prarit Bhargava <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Richard Cochran <[email protected]> Signed-off-by: John Stultz <[email protected]> Tested-by: Prarit Bhargava <[email protected]> Signed-off-by: Shuah Khan <[email protected]>