summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests
AgeCommit message (Expand)AuthorLines
2025-05-22selftests: netfilter: nft_concat_range.sh: add coverage for 4bit group repres...Florian Westphal-4/+161
2025-05-22selftests/tc-testing: Add an HFSC qlen accounting testCong Wang-0/+27
2025-05-21selftests/sched_ext: Update test enq_select_cpu_failsAndrea Righi-105/+163
2025-05-21selftests: can: test_raw_filter.sh: add support of physical interfacesVincent Mailhol-2/+10
2025-05-21selftests: can: Import tst-filter from can-testsFelix Maurer-0/+456
2025-05-21selftests: harness: Stop using setjmp()/longjmp()Thomas Weißschuh-30/+15
2025-05-21selftests: harness: Add "variant" and "self" to test metadataThomas Weißschuh-0/+4
2025-05-21selftests: harness: Add teardown callback to test metadataThomas Weißschuh-6/+13
2025-05-21selftests: harness: Move teardown conditional into test metadataThomas Weißschuh-10/+11
2025-05-21selftests: harness: Don't set setup_completed for fixtureless testsThomas Weißschuh-1/+0
2025-05-21selftests: harness: Implement test timeouts through pidfdThomas Weißschuh-47/+25
2025-05-21selftests: harness: Remove dependency on libatomicThomas Weißschuh-2/+2
2025-05-21selftests: harness: Remove inline qualifier for wrappersThomas Weißschuh-2/+2
2025-05-21selftests: harness: Mark functions without prototypes staticThomas Weißschuh-6/+6
2025-05-21selftests: harness: Ignore unused variant argument warningThomas Weißschuh-1/+1
2025-05-21selftests: harness: Use C89 comment styleThomas Weißschuh-1/+1
2025-05-21selftests: harness: Add kselftest harness selftestThomas Weißschuh-0/+223
2025-05-21selftests/nolibc: drop include guards around standard headersThomas Weißschuh-7/+0
2025-05-21tools/nolibc: add fopen()Thomas Weißschuh-0/+24
2025-05-21tools/nolibc: add namespace functionalityThomas Weißschuh-0/+69
2025-05-21tools/nolibc: add difftime()Thomas Weißschuh-0/+12
2025-05-21tools/nolibc: add timerfd functionalityThomas Weißschuh-0/+48
2025-05-21tools/nolibc: add timer functionsThomas Weißschuh-0/+51
2025-05-21tools/nolibc: add clock_getres(), clock_gettime() and clock_settime()Thomas Weißschuh-0/+5
2025-05-21tools/nolibc: add support for access() and faccessat()Thomas Weißschuh-0/+2
2025-05-21tools/nolibc: add abs() and friendsThomas Weißschuh-0/+2
2025-05-21tools/nolibc: add getrandom()Thomas Weißschuh-0/+22
2025-05-21tools/nolibc: add mremap()Thomas Weißschuh-3/+11
2025-05-21tools/nolibc: add %m printf formatThomas Weißschuh-0/+18
2025-05-21tools/nolibc: add strstr()Thomas Weißschuh-0/+3
2025-05-21tools/nolibc: Add m68k supportDaniel Palmer-0/+10
2025-05-21selftests/nolibc: always run nolibc header checkThomas Weißschuh-1/+1
2025-05-21selftests/coredump: add tests for AF_UNIX coredumpsChristian Brauner-1/+466
2025-05-21selftests/pidfd: add PIDFD_INFO_COREDUMP infrastructureChristian Brauner-0/+22
2025-05-21selftests/futex: Fix spelling mistake "unitiliazed" -> "uninitialized"Colin Ian King-1/+1
2025-05-21tools headers: Synchronize prctl.h ABI headerSebastian Andrzej Siewior-10/+11
2025-05-21selftests/futex: Use TAP output in futex_numa_mpolSebastian Andrzej Siewior-33/+32
2025-05-21selftests/futex: Use TAP output in futex_priv_hashSebastian Andrzej Siewior-86/+62
2025-05-21Merge tag 'v6.15-rc7' into x86/core, to pick up fixesIngo Molnar-33/+158
2025-05-21KVM: riscv: selftests: Add vector extension testsAtish Patra-0/+132
2025-05-21KVM: riscv: selftests: Decode stval to identify exact exception typeAtish Patra-1/+32
2025-05-21KVM: riscv: selftests: Align the trap information wiht pt_regsAtish Patra-76/+83
2025-05-20selftests: net: Fix spellingsSumanth Gavini-2/+2
2025-05-20selftests: nci: Fix "Electrnoics" to "Electronics"Sumanth Gavini-1/+1
2025-05-20selftests: net: validate team flags propagationStanislav Fomichev-1/+82
2025-05-20selftests/bpf: Test multi-split BTFAlan Maguire-6/+52
2025-05-20selftests/sched_ext: Add test for scx_bpf_select_cpu_and() via test_runAndrea Righi-0/+50
2025-05-20selftests: seccomp: Fix "performace" to "performance"Sumanth Gavini-1/+1
2025-05-20selftests: ublk: add test for covering UBLK_AUTO_BUF_REG_FALLBACKMing Lei-13/+108
2025-05-20selftests: ublk: support UBLK_F_AUTO_BUF_REGMing Lei-29/+138