index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kselftest_harness.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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/linux/kernel/git/akpm/mm
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/linux/kernel/git/shuah/linux-kselftest
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/scm/linux/kernel/git/akpm/mm
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/netdev/net
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_result_code()
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
2023-01-26
testing: kselftest_harness: add filtering and enumerating tests
Jakub Kicinski
1
-5
/
+137
2022-04-04
selftests/harness: Pass variant to teardown
Willem de Bruijn
1
-5
/
+7
2022-04-04
selftests/harness: Run TEARDOWN for ASSERT failures
Kees Cook
1
-15
/
+34
2022-01-25
kselftest: signal all child processes
Li Zhijian
1
-1
/
+3
2021-12-10
tools: fix ARRAY_SIZE defines in tools and selftests hdrs
Shuah Khan
1
-0
/
+2
[next]