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