summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kselftest.h
AgeCommit message (Expand)Author
2024-05-06selftests: kselftest: Make ksft_exit functions return void instead of intNathan Chancellor
2024-05-06selftests: Mark ksft_exit_fail_perror() as __noreturnMuhammad Usama Anjum
2024-05-06selftests: add ksft_exit_fail_perror()Muhammad Usama Anjum
2024-05-06kselftest: Add missing signature to the commentsMuhammad Usama Anjum
2024-05-06kselftest: Add mechanism for reporting a KSFT_ result codeMark Brown
2024-04-18Merge tag 'net-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-04-17selftests: kselftest_harness: fix Clang warning about zero-length formatJakub Kicinski
2024-04-12selftests: kselftest: Fix build failure with NOLIBCOleg Nesterov
2024-04-12selftests: kselftest: Mark functions that unconditionally call exit() as __no...Nathan Chancellor
2024-04-09selftests/timers/posix_timers: Reimplement check_timer_distribution()Oleg Nesterov
2024-03-01selftests: kselftest_harness: separate diagnostic message with # in ksft_test...Jakub Kicinski
2024-03-01selftests: kselftest_harness: print test name for SKIPJakub Kicinski
2024-03-01selftests: kselftest: add ksft_test_result_code(), handling all exit codesJakub Kicinski
2023-10-18selftests:modify the incorrect print formatzhujun2
2023-10-13selftests: Add printf attribute to kselftest printsMaciej Wieczor-Retman
2023-10-05kselftest: Add a ksft_perror() helperMark Brown
2023-08-18selftests: line buffer test program's stdoutRyan Roberts
2023-04-11kselftest: Support nolibcMark Brown
2022-04-25selftests: Provide local define of __cpuid_count()Reinette Chatre
2022-03-24selftests: kselftest framework: provide "finished" helperKees Cook
2021-12-10tools: fix ARRAY_SIZE defines in tools and selftests hdrsShuah Khan
2020-08-05Merge tag 'linux-kselftest-5.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-07-06selftests/harness: Switch to TAP outputKees Cook
2020-07-06selftests: Add header documentation and helpersKees Cook
2020-07-06kselftest: fix TAP output for skipped testsPaolo Bonzini
2020-07-06kselftest: ksft_test_num return type should be unsignedPaolo Bonzini
2019-07-30kselftest: save-and-restore errno to allow for %m formattingAleksa Sarai
2019-04-25selftests: Add test plan API to kselftest.h and adjust callersKees Cook
2019-04-25selftests: Move test output to diagnostic linesKees Cook
2019-04-25selftests: Add plan line and fix result line syntaxKees Cook
2019-02-13selftest: include stdio.h in kselftest.hTycho Andersen
2018-08-27selftests: kselftest: Remove outdated commentThiago Jung Bauermann
2018-05-30selftests: kselftest: change KSFT_SKIP=4 instead of KSFT_PASSShuah Khan (Samsung OSG)
2018-03-05selftests: kselftest framework: add handling for TAP header levelShuah Khan
2018-01-12selftests: kselftest.h: Add SPDX license identifierShuah Khan
2017-08-25selftests: kselftest framework: change skip exit code to 0Shuah Khan
2017-08-09selftests: kselftest framework: add error counterShuah Khan
2017-07-28selftests: kselftest framework: add API to return pass/fail/* countsShuah Khan
2017-06-30kselftest: add ksft_print_msg() function to output general informationPaul Elder
2017-06-30kselftest: make ksft_* output functions variadicPaul Elder
2017-06-15kselftest: make ksft_exit_skip() output a reason for skippingPaul Elder
2017-06-13kselftest: add TAP13 conformant versions of ksft_* functionsPaul Elder
2015-05-26kselftest: Add exit code definesDarren Hart
2014-11-17selftests: add kselftest framework for uniform test reportingShuah Khan