aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/timers/posix_timers.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-30selftests:timers: posix_timers: Fix warn_unused_result in __fatal_error()Shuah Khan1-4/+8
2024-07-29selftests/timers/posix-timers: Validate overrun after unblockThomas Gleixner1-1/+60
2024-07-29selftests/timers/posix-timers: Validate timer_gettime()Thomas Gleixner1-1/+57
2024-07-29selftests/timers/posix-timers: Validate SIGEV_NONEThomas Gleixner1-1/+52
2024-07-29selftests/timers/posix_timers: Validate signal rulesThomas Gleixner1-1/+107
2024-07-29selftests/timers/posix_timers: Add SIG_IGN testThomas Gleixner1-2/+125
2024-07-29selftests/timers/posix_timers: Simplify error handlingThomas Gleixner1-99/+52
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-05selftests: 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-16tools/testing/selftests: fix uninitialized variableFelipe Pena1-1/+1
2013-07-03selftests: add basic posix timers selftestsFrederic Weisbecker1-0/+221