index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kselftest_harness.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-12
selftests/harness: order TEST_F and XFAIL_ADD constructors
Sun Jian
1
-2
/
+5
2026-03-12
kselftest/harness: Use helper to avoid zero-size memset warning
Wake Liu
1
-1
/
+7
2025-09-30
Merge tag 'locking-futex-2025-09-29' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+9
2025-09-20
selftests: kselftest: Create ksft_print_dbg_msg()
André Almeida
1
-4
/
+9
2025-08-20
selftests: harness: Rename is_signed_type() to avoid collision with overflow.h
Sean Christopherson
1
-2
/
+2
2025-05-21
selftests: harness: Stop using setjmp()/longjmp()
Thomas Weißschuh
1
-30
/
+15
2025-05-21
selftests: harness: Add "variant" and "self" to test metadata
Thomas Weißschuh
1
-0
/
+4
2025-05-21
selftests: harness: Add teardown callback to test metadata
Thomas Weißschuh
1
-6
/
+13
2025-05-21
selftests: harness: Move teardown conditional into test metadata
Thomas Weißschuh
1
-10
/
+11
2025-05-21
selftests: harness: Don't set setup_completed for fixtureless tests
Thomas Weißschuh
1
-1
/
+0
2025-05-21
selftests: harness: Implement test timeouts through pidfd
Thomas Weißschuh
1
-47
/
+25
2025-05-21
selftests: harness: Remove dependency on libatomic
Thomas Weißschuh
1
-2
/
+2
2025-05-21
selftests: harness: Remove inline qualifier for wrappers
Thomas Weißschuh
1
-2
/
+2
2025-05-21
selftests: harness: Mark functions without prototypes static
Thomas Weißschuh
1
-6
/
+6
2025-05-21
selftests: harness: Ignore unused variant argument warning
Thomas Weißschuh
1
-1
/
+1
2025-05-21
selftests: harness: Use C89 comment style
Thomas Weißschuh
1
-1
/
+1
2025-01-14
selftests: harness: fix printing of mismatch values in __EXPECT()
Dmitry V. Levin
1
-12
/
+12
2024-08-06
selftests: harness: rename __constructor_order for clarification
Masahiro Yamada
1
-6
/
+4
2024-08-06
selftests: harness: remove unneeded __constructor_order_last()
Masahiro Yamada
1
-9
/
+1
2024-06-28
selftests/harness: Fix tests timeout and race condition
Mickaël Salaün
1
-19
/
+24
2024-05-22
Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-8
/
+3
2024-05-20
Revert "selftests: Compile kselftest headers with -D_GNU_SOURCE"
Shuah Khan
1
-1
/
+1
2024-05-19
selftests/harness: use 1024 in place of LINE_MAX
Tao Su
1
-2
/
+1
2024-05-19
Revert "selftests/harness: remove use of LINE_MAX"
Tao Su
1
-8
/
+4
2024-05-14
Merge tag 'linux_kselftest-next-6.10-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-1
/
+1
2024-05-11
selftests/harness: Handle TEST_F()'s explicit exit codes
Mickaël Salaün
1
-1
/
+5
2024-05-11
selftests/harness: Fix vfork() side effects
Mickaël Salaün
1
-15
/
+51
2024-05-11
selftests/harness: Share _metadata between forked processes
Mickaël Salaün
1
-11
/
+15
2024-05-11
selftests/harness: Constify fixture variants
Mickaël Salaün
1
-2
/
+2
2024-05-11
selftests/harness: Fix interleaved scheduling leading to race conditions
Mickaël Salaün
1
-1
/
+14
2024-05-11
selftests/harness: Fix fixture teardown
Mickaël Salaün
1
-5
/
+9
2024-05-08
selftests: Compile kselftest headers with -D_GNU_SOURCE
Edward Liaw
1
-1
/
+1
2024-04-26
Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-4
/
+8
2024-04-24
selftests/harness: remove use of LINE_MAX
Edward Liaw
1
-4
/
+8
2024-04-18
Merge tag 'net-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-1
/
+1
2024-04-17
selftests: kselftest_harness: fix Clang warning about zero-length format
Jakub Kicinski
1
-1
/
+1
2024-04-04
selftests/harness: Prevent infinite loop due to Assert in FIXTURE_TEARDOWN
Shengyu Li
1
-1
/
+4
2024-03-06
selftests/harness: Fix TEST_F()'s vfork handling
Mickaël Salaün
1
-11
/
+17
2024-03-01
selftests: kselftest_harness: support using xfail
Jakub Kicinski
1
-1
/
+48
2024-03-01
selftests: kselftest_harness: let PASS / FAIL provide diagnostic
Jakub Kicinski
1
-5
/
+4
2024-03-01
selftests: kselftest_harness: separate diagnostic message with # in ksft_test...
Jakub Kicinski
1
-1
/
+1
2024-03-01
selftests: kselftest_harness: print test name for SKIP
Jakub Kicinski
1
-1
/
+2
2024-03-01
selftests: kselftest: add ksft_test_result_code(), handling all exit codes
Jakub Kicinski
1
-2
/
+7
2024-03-01
selftests: kselftest_harness: use exit code to store skip
Jakub Kicinski
1
-14
/
+5
2024-03-01
selftests: kselftest_harness: save full exit code in metadata
Jakub Kicinski
1
-21
/
+27
2024-03-01
selftests: kselftest_harness: generate test name once
Jakub Kicinski
1
-6
/
+10
2024-03-01
selftests: kselftest_harness: use KSFT_* exit codes
Jakub Kicinski
1
-6
/
+5
2024-03-01
selftests/harness: Merge TEST_F_FORK() into TEST_F()
Mickaël Salaün
1
-31
/
+25
2023-08-10
selftests/harness: Actually report SKIP for signal tests
Kees Cook
1
-6
/
+5
2023-06-15
selftests/harness: allow tests to be skipped during setup
Magali Lemes
1
-3
/
+3
[next]