summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kselftest.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests: kselftest: Use strerror() on nolibczhang jiao2024-09-111-8/+0
* selftests:resctrl: Fix build failure on archs without __cpuid_count()Shuah Khan2024-09-061-0/+2
* selftests: kselftest: also use strerror() on nolibcThomas Weißschuh2024-06-291-8/+0
* selftests: kselftest: Make ksft_exit functions return void instead of intNathan Chancellor2024-05-061-6/+6
* selftests: Mark ksft_exit_fail_perror() as __noreturnMuhammad Usama Anjum2024-05-061-1/+1
* selftests: add ksft_exit_fail_perror()Muhammad Usama Anjum2024-05-061-0/+14
* kselftest: Add missing signature to the commentsMuhammad Usama Anjum2024-05-061-0/+1
* kselftest: Add mechanism for reporting a KSFT_ result codeMark Brown2024-05-061-0/+22
* Merge tag 'net-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-04-181-4/+6
|\
| * selftests: kselftest_harness: fix Clang warning about zero-length formatJakub Kicinski2024-04-181-4/+6
* | selftests: kselftest: Fix build failure with NOLIBCOleg Nesterov2024-04-121-0/+5
* | selftests: kselftest: Mark functions that unconditionally call exit() as __no...Nathan Chancellor2024-04-121-6/+9
* | selftests/timers/posix_timers: Reimplement check_timer_distribution()Oleg Nesterov2024-04-091-0/+13
|/
* selftests: kselftest_harness: separate diagnostic message with # in ksft_test...Jakub Kicinski2024-03-011-0/+5
* selftests: kselftest_harness: print test name for SKIPJakub Kicinski2024-03-011-3/+4
* selftests: kselftest: add ksft_test_result_code(), handling all exit codesJakub Kicinski2024-03-011-0/+39
* selftests:modify the incorrect print formatzhujun22023-10-181-7/+7
* selftests: Add printf attribute to kselftest printsMaciej Wieczor-Retman2023-10-131-8/+10
* kselftest: Add a ksft_perror() helperMark Brown2023-10-051-0/+14
* selftests: line buffer test program's stdoutRyan Roberts2023-08-181-0/+9
* kselftest: Support nolibcMark Brown2023-04-111-0/+2
* selftests: Provide local define of __cpuid_count()Reinette Chatre2022-04-251-0/+15
* selftests: kselftest framework: provide "finished" helperKees Cook2022-03-251-0/+10
* tools: fix ARRAY_SIZE defines in tools and selftests hdrsShuah Khan2021-12-111-0/+4
* Merge tag 'linux-kselftest-5.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-051-12/+94
|\
| * selftests/harness: Switch to TAP outputKees Cook2020-07-061-2/+3
| * selftests: Add header documentation and helpersKees Cook2020-07-061-2/+71
| * kselftest: fix TAP output for skipped testsPaolo Bonzini2020-07-061-8/+20
* | kselftest: ksft_test_num return type should be unsignedPaolo Bonzini2020-07-061-1/+1
|/
* kselftest: save-and-restore errno to allow for %m formattingAleksa Sarai2019-07-301-0/+15
* selftests: Add test plan API to kselftest.h and adjust callersKees Cook2019-04-251-2/+11
* selftests: Move test output to diagnostic linesKees Cook2019-04-251-1/+1
* selftests: Add plan line and fix result line syntaxKees Cook2019-04-251-2/+2
* selftest: include stdio.h in kselftest.hTycho Andersen2019-02-131-0/+1
* selftests: kselftest: Remove outdated commentThiago Jung Bauermann2018-08-271-1/+0
* selftests: kselftest: change KSFT_SKIP=4 instead of KSFT_PASSShuah Khan (Samsung OSG)2018-05-301-1/+1
* selftests: kselftest framework: add handling for TAP header levelShuah Khan2018-03-061-1/+2
* selftests: kselftest.h: Add SPDX license identifierShuah Khan2018-01-121-1/+1
* selftests: kselftest framework: change skip exit code to 0Shuah Khan2017-08-251-1/+2
* selftests: kselftest framework: add error counterShuah Khan2017-08-091-3/+18
* selftests: kselftest framework: add API to return pass/fail/* countsShuah Khan2017-07-281-0/+10
* kselftest: add ksft_print_msg() function to output general informationPaul Elder2017-07-011-0/+10
* kselftest: make ksft_* output functions variadicPaul Elder2017-07-011-12/+43
* kselftest: make ksft_exit_skip() output a reason for skippingPaul Elder2017-06-161-2/+5
* kselftest: add TAP13 conformant versions of ksft_* functionsPaul Elder2017-06-131-4/+48
* kselftest: Add exit code definesDarren Hart2015-05-261-5/+12
* selftests: add kselftest framework for uniform test reportingShuah Khan2014-11-171-0/+62