index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kselftest_harness.h
Age
Commit message (
Expand
)
Author
2025-05-21
selftests: harness: Stop using setjmp()/longjmp()
Thomas Weißschuh
2025-05-21
selftests: harness: Add "variant" and "self" to test metadata
Thomas Weißschuh
2025-05-21
selftests: harness: Add teardown callback to test metadata
Thomas Weißschuh
2025-05-21
selftests: harness: Move teardown conditional into test metadata
Thomas Weißschuh
2025-05-21
selftests: harness: Don't set setup_completed for fixtureless tests
Thomas Weißschuh
2025-05-21
selftests: harness: Implement test timeouts through pidfd
Thomas Weißschuh
2025-05-21
selftests: harness: Remove dependency on libatomic
Thomas Weißschuh
2025-05-21
selftests: harness: Remove inline qualifier for wrappers
Thomas Weißschuh
2025-05-21
selftests: harness: Mark functions without prototypes static
Thomas Weißschuh
2025-05-21
selftests: harness: Ignore unused variant argument warning
Thomas Weißschuh
2025-05-21
selftests: harness: Use C89 comment style
Thomas Weißschuh
2025-01-14
selftests: harness: fix printing of mismatch values in __EXPECT()
Dmitry V. Levin
2024-08-06
selftests: harness: rename __constructor_order for clarification
Masahiro Yamada
2024-08-06
selftests: harness: remove unneeded __constructor_order_last()
Masahiro Yamada
2024-06-28
selftests/harness: Fix tests timeout and race condition
Mickaël Salaün
2024-05-22
Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-05-20
Revert "selftests: Compile kselftest headers with -D_GNU_SOURCE"
Shuah Khan
2024-05-19
selftests/harness: use 1024 in place of LINE_MAX
Tao Su
2024-05-19
Revert "selftests/harness: remove use of LINE_MAX"
Tao Su
2024-05-14
Merge tag 'linux_kselftest-next-6.10-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2024-05-11
selftests/harness: Handle TEST_F()'s explicit exit codes
Mickaël Salaün
2024-05-11
selftests/harness: Fix vfork() side effects
Mickaël Salaün
2024-05-11
selftests/harness: Share _metadata between forked processes
Mickaël Salaün
2024-05-11
selftests/harness: Constify fixture variants
Mickaël Salaün
2024-05-11
selftests/harness: Fix interleaved scheduling leading to race conditions
Mickaël Salaün
2024-05-11
selftests/harness: Fix fixture teardown
Mickaël Salaün
2024-05-08
selftests: Compile kselftest headers with -D_GNU_SOURCE
Edward Liaw
2024-04-26
Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...
Linus Torvalds
2024-04-24
selftests/harness: remove use of LINE_MAX
Edward Liaw
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-04
selftests/harness: Prevent infinite loop due to Assert in FIXTURE_TEARDOWN
Shengyu Li
2024-03-06
selftests/harness: Fix TEST_F()'s vfork handling
Mickaël Salaün
2024-03-01
selftests: kselftest_harness: support using xfail
Jakub Kicinski
2024-03-01
selftests: kselftest_harness: let PASS / FAIL provide diagnostic
Jakub Kicinski
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
2024-03-01
selftests: kselftest_harness: use exit code to store skip
Jakub Kicinski
2024-03-01
selftests: kselftest_harness: save full exit code in metadata
Jakub Kicinski
2024-03-01
selftests: kselftest_harness: generate test name once
Jakub Kicinski
2024-03-01
selftests: kselftest_harness: use KSFT_* exit codes
Jakub Kicinski
2024-03-01
selftests/harness: Merge TEST_F_FORK() into TEST_F()
Mickaël Salaün
2023-08-10
selftests/harness: Actually report SKIP for signal tests
Kees Cook
2023-06-15
selftests/harness: allow tests to be skipped during setup
Magali Lemes
2023-01-26
testing: kselftest_harness: add filtering and enumerating tests
Jakub Kicinski
2022-04-04
selftests/harness: Pass variant to teardown
Willem de Bruijn
2022-04-04
selftests/harness: Run TEARDOWN for ASSERT failures
Kees Cook
2022-01-25
kselftest: signal all child processes
Li Zhijian
2021-12-10
tools: fix ARRAY_SIZE defines in tools and selftests hdrs
Shuah Khan
[next]