summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/timers/posix_timers.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-06selftests: timers: ksft_exit functions do not returnNathan Chancellor1-6/+6
2024-04-12selftests: timers: Fix abs() warning in posix_timers testJohn Stultz1-1/+1
2024-04-12selftests: timers: Fix posix_timers ksft_print_msg() warningJohn Stultz1-1/+1
2024-04-09selftests/timers/posix_timers: Reimplement check_timer_distribution()Oleg Nesterov1-56/+47
2023-10-06selftests: timers: Convert posix_timers test to generate KTAP outputMark Brown1-40/+41
2023-04-16selftests/timers/posix_timers: Test delivery of signals across threadsDmitry Vyukov1-0/+77
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166Thomas Gleixner1-2/+1
2016-09-20selftests/timers: Add missing error code assignment before testChristophe JAILLET1-2/+2
2015-03-12selftests/timers: Quiet warning due to lack of return check on brkJohn Stultz1-5/+4
2014-11-17selftests/timers: change test to use ksft frameworkShuah Khan1-6/+8
2013-10-17tools/testing/selftests: fix uninitialized variableFelipe Pena1-1/+1
2013-07-03selftests: add basic posix timers selftestsFrederic Weisbecker1-0/+221