/linux/tools/testing/selftests/arm64/signal/ |
H A D | Makefile | 7 SRCS := $(filter-out testcases/testcases.c,$(wildcard testcases/*.c)) 25 COMMON_SOURCES := test_signals.c test_signals_utils.c testcases/testcases.c \ 27 COMMON_HEADERS := test_signals.h test_signals_utils.h testcases/testcases.h
|
H A D | README | 20 - New tests can be simply defined in testcases/ dir providing a proper struct 39 unrelated SEGV bugs in the testcases, it becomes extremely tricky to
|
/linux/tools/testing/selftests/x86/ |
H A D | lam.c | 80 struct testcases { struct 86 int (*test_func)(struct testcases *test); argument 288 int handle_max_bits(struct testcases *test) in handle_max_bits() 307 static int handle_malloc(struct testcases *test) in handle_malloc() 339 static int handle_mmap(struct testcases *test) in handle_mmap() 375 static int handle_syscall(struct testcases *test) in handle_syscall() 401 static int get_user_syscall(struct testcases *test) in get_user_syscall() 738 int handle_uring(struct testcases *test) in handle_uring() 756 static int fork_test(struct testcases *test) in fork_test() 776 static int handle_execve(struct testcases *tes in handle_execve() 87 msgtestcases global() argument [all...] |
/linux/tools/testing/selftests/ftrace/ |
H A D | README | 3 This is a collection of testcases for ftrace tracing feature in the Linux 7 Running the ftrace testcases 11 To run all testcases: 15 To run specific testcases: 19 Or you can also run testcases under given directory: 23 Contributing new testcases 36 * You can add a directory for your testcases under test.d/ if needed.
|
/linux/tools/testing/selftests/kvm/ |
H A D | guest_memfd_test.c | 98 } testcases[] = { in test_invalid_punch_hole() local 114 for (i = 0; i < ARRAY_SIZE(testcases); i++) { in test_invalid_punch_hole() 116 testcases[i].offset, testcases[i].len); in test_invalid_punch_hole() 119 testcases[i].offset, testcases[i].len); in test_invalid_punch_hole()
|
/linux/tools/testing/selftests/tc-testing/ |
H A D | tdc_helper.py | 10 testcases = dict() 13 testcases[category] = list(filter(lambda x: category in x['category'], alltests)) 15 return(testcases)
|
H A D | tdc.py | 921 ucat, idlist, testcases, alltests = get_test_cases(args)
|
/linux/tools/testing/selftests/mm/ |
H A D | va_high_addr_switch.c | 35 static struct testcase *testcases; variable 248 testcases = malloc(sizeof(t)); in testcases_init() 252 memcpy(testcases, t, sizeof(t)); in testcases_init() 332 ret = run_test(testcases, sz_testcases); in main()
|
/linux/tools/testing/selftests/powerpc/stringloops/ |
H A D | memcmp.c | 153 static int testcases(void) in testcases() function 168 return test_harness(testcases, "memcmp"); in main()
|
/linux/tools/perf/tests/ |
H A D | hists_cumulate.c | 713 test_fn_t testcases[] = { in test__hists_cumulate() local 739 for (i = 0; i < ARRAY_SIZE(testcases); i++) { in test__hists_cumulate() 740 err = testcases[i](evsel, machine); in test__hists_cumulate()
|
H A D | hists_output.c | 599 test_fn_t testcases[] = { in test__hists_output() local 626 for (i = 0; i < ARRAY_SIZE(testcases); i++) { in test__hists_output() 627 err = testcases[i](evsel, machine); in test__hists_output()
|
/linux/drivers/of/unittest-data/ |
H A D | Makefile | 2 obj-y += testcases.dtbo.o
|
/linux/Documentation/process/ |
H A D | botching-up-ioctls.rst | 81 * Have simple testcases for all of the above. 99 * Have simple testcases for every input validation failure case in your ioctl. 122 * Have testcases for the really tricky corner cases in your error recovery code 163 * Have testcases for corner-cases, especially whether the return values for
|
H A D | maintainer-kvm-x86.rst | 277 but dedicated KVM tests are preferred in all cases. Negative testcases in
|
/linux/Documentation/bpf/ |
H A D | cpumasks.rst | 384 selftest testcases to the cpumask selftest suite.
|
/linux/Documentation/locking/ |
H A D | robust-futexes.rst | 215 robust-mutex testcases.
|
/linux/Documentation/gpu/ |
H A D | drm-uapi.rst | 97 userspace project. For e.g. mesa this means piglit testcases and review on the 588 should have driver-agnostic testcases in IGT for that feature, if such a test
|