aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/kselftest.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-01selftests: kselftest_harness: separate diagnostic message with # in ksft_test_result_code()Jakub Kicinski1-0/+5
2024-03-01selftests: kselftest_harness: print test name for SKIPJakub Kicinski1-3/+4
2024-03-01selftests: kselftest: add ksft_test_result_code(), handling all exit codesJakub Kicinski1-0/+39
2023-10-18selftests:modify the incorrect print formatzhujun21-7/+7
2023-10-13selftests: Add printf attribute to kselftest printsMaciej Wieczor-Retman1-8/+10
2023-10-05kselftest: Add a ksft_perror() helperMark Brown1-0/+14
2023-08-18selftests: line buffer test program's stdoutRyan Roberts1-0/+9
2023-04-11kselftest: Support nolibcMark Brown1-0/+2
2022-04-25selftests: Provide local define of __cpuid_count()Reinette Chatre1-0/+15
2022-03-24selftests: kselftest framework: provide "finished" helperKees Cook1-0/+10
2021-12-10tools: fix ARRAY_SIZE defines in tools and selftests hdrsShuah Khan1-0/+4
2020-08-05Merge tag 'linux-kselftest-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-12/+94
2020-07-06selftests/harness: Switch to TAP outputKees Cook1-2/+3
2020-07-06selftests: Add header documentation and helpersKees Cook1-2/+71
2020-07-06kselftest: fix TAP output for skipped testsPaolo Bonzini1-8/+20
2020-07-06kselftest: ksft_test_num return type should be unsignedPaolo Bonzini1-1/+1
2019-07-30kselftest: save-and-restore errno to allow for %m formattingAleksa Sarai1-0/+15
2019-04-25selftests: Add test plan API to kselftest.h and adjust callersKees Cook1-2/+11
2019-04-25selftests: Move test output to diagnostic linesKees Cook1-1/+1
2019-04-25selftests: Add plan line and fix result line syntaxKees Cook1-2/+2
2019-02-13selftest: include stdio.h in kselftest.hTycho Andersen1-0/+1
2018-08-27selftests: kselftest: Remove outdated commentThiago Jung Bauermann1-1/+0
2018-05-30selftests: kselftest: change KSFT_SKIP=4 instead of KSFT_PASSShuah Khan (Samsung OSG)1-1/+1
2018-03-05selftests: kselftest framework: add handling for TAP header levelShuah Khan1-1/+2
2018-01-12selftests: kselftest.h: Add SPDX license identifierShuah Khan1-1/+1
2017-08-25selftests: kselftest framework: change skip exit code to 0Shuah Khan1-1/+2
2017-08-09selftests: kselftest framework: add error counterShuah Khan1-3/+18
2017-07-28selftests: kselftest framework: add API to return pass/fail/* countsShuah Khan1-0/+10
2017-06-30kselftest: add ksft_print_msg() function to output general informationPaul Elder1-0/+10
2017-06-30kselftest: make ksft_* output functions variadicPaul Elder1-12/+43
2017-06-15kselftest: make ksft_exit_skip() output a reason for skippingPaul Elder1-2/+5
2017-06-13kselftest: add TAP13 conformant versions of ksft_* functionsPaul Elder1-4/+48
2015-05-26kselftest: Add exit code definesDarren Hart1-5/+12
2014-11-17selftests: add kselftest framework for uniform test reportingShuah Khan1-0/+62