index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kselftest.h
Age
Commit message (
Expand
)
Author
2024-06-29
selftests: kselftest: also use strerror() on nolibc
Thomas Weißschuh
2024-05-06
selftests: kselftest: Make ksft_exit functions return void instead of int
Nathan Chancellor
2024-05-06
selftests: Mark ksft_exit_fail_perror() as __noreturn
Muhammad Usama Anjum
2024-05-06
selftests: add ksft_exit_fail_perror()
Muhammad Usama Anjum
2024-05-06
kselftest: Add missing signature to the comments
Muhammad Usama Anjum
2024-05-06
kselftest: Add mechanism for reporting a KSFT_ result code
Mark Brown
2024-04-18
Merge tag 'net-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2024-04-17
selftests: kselftest_harness: fix Clang warning about zero-length format
Jakub Kicinski
2024-04-12
selftests: kselftest: Fix build failure with NOLIBC
Oleg Nesterov
2024-04-12
selftests: kselftest: Mark functions that unconditionally call exit() as __no...
Nathan Chancellor
2024-04-09
selftests/timers/posix_timers: Reimplement check_timer_distribution()
Oleg Nesterov
2024-03-01
selftests: kselftest_harness: separate diagnostic message with # in ksft_test...
Jakub Kicinski
2024-03-01
selftests: kselftest_harness: print test name for SKIP
Jakub Kicinski
2024-03-01
selftests: kselftest: add ksft_test_result_code(), handling all exit codes
Jakub Kicinski
2023-10-18
selftests:modify the incorrect print format
zhujun2
2023-10-13
selftests: Add printf attribute to kselftest prints
Maciej Wieczor-Retman
2023-10-05
kselftest: Add a ksft_perror() helper
Mark Brown
2023-08-18
selftests: line buffer test program's stdout
Ryan Roberts
2023-04-11
kselftest: Support nolibc
Mark Brown
2022-04-25
selftests: Provide local define of __cpuid_count()
Reinette Chatre
2022-03-24
selftests: kselftest framework: provide "finished" helper
Kees Cook
2021-12-10
tools: fix ARRAY_SIZE defines in tools and selftests hdrs
Shuah Khan
2020-08-05
Merge tag 'linux-kselftest-5.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-07-06
selftests/harness: Switch to TAP output
Kees Cook
2020-07-06
selftests: Add header documentation and helpers
Kees Cook
2020-07-06
kselftest: fix TAP output for skipped tests
Paolo Bonzini
2020-07-06
kselftest: ksft_test_num return type should be unsigned
Paolo Bonzini
2019-07-30
kselftest: save-and-restore errno to allow for %m formatting
Aleksa Sarai
2019-04-25
selftests: Add test plan API to kselftest.h and adjust callers
Kees Cook
2019-04-25
selftests: Move test output to diagnostic lines
Kees Cook
2019-04-25
selftests: Add plan line and fix result line syntax
Kees Cook
2019-02-13
selftest: include stdio.h in kselftest.h
Tycho Andersen
2018-08-27
selftests: kselftest: Remove outdated comment
Thiago Jung Bauermann
2018-05-30
selftests: kselftest: change KSFT_SKIP=4 instead of KSFT_PASS
Shuah Khan (Samsung OSG)
2018-03-05
selftests: kselftest framework: add handling for TAP header level
Shuah Khan
2018-01-12
selftests: kselftest.h: Add SPDX license identifier
Shuah Khan
2017-08-25
selftests: kselftest framework: change skip exit code to 0
Shuah Khan
2017-08-09
selftests: kselftest framework: add error counter
Shuah Khan
2017-07-28
selftests: kselftest framework: add API to return pass/fail/* counts
Shuah Khan
2017-06-30
kselftest: add ksft_print_msg() function to output general information
Paul Elder
2017-06-30
kselftest: make ksft_* output functions variadic
Paul Elder
2017-06-15
kselftest: make ksft_exit_skip() output a reason for skipping
Paul Elder
2017-06-13
kselftest: add TAP13 conformant versions of ksft_* functions
Paul Elder
2015-05-26
kselftest: Add exit code defines
Darren Hart
2014-11-17
selftests: add kselftest framework for uniform test reporting
Shuah Khan