Searched refs:testcases (Results 1 - 10 of 10) sorted by relevance

/linux-master/tools/testing/selftests/arm64/signal/
H A DMakefile7 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
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc_helper.py10 testcases = dict()
13 testcases[category] = list(filter(lambda x: category in x['category'], alltests))
15 return(testcases)
H A Dtdc.py922 ucat, idlist, testcases, alltests = get_test_cases(args)
/linux-master/tools/testing/selftests/kvm/
H A Dguest_memfd_test.c100 } testcases[] = { local
116 for (i = 0; i < ARRAY_SIZE(testcases); i++) {
118 testcases[i].offset, testcases[i].len);
121 testcases[i].offset, testcases[i].len);
/linux-master/tools/testing/selftests/x86/
H A Dlam.c71 struct testcases { struct
77 int (*test_func)(struct testcases *test);
260 int handle_max_bits(struct testcases *test)
279 static int handle_malloc(struct testcases *test)
311 static int handle_mmap(struct testcases *test)
347 static int handle_syscall(struct testcases *test)
634 int handle_uring(struct testcases *test)
652 static int fork_test(struct testcases *test)
672 static int handle_execve(struct testcases *test)
708 static int handle_inheritance(struct testcases *tes
[all...]
/linux-master/tools/testing/selftests/powerpc/stringloops/
H A Dmemcmp.c153 static int testcases(void) function
168 return test_harness(testcases, "memcmp");
/linux-master/tools/testing/selftests/mm/
H A Dva_high_addr_switch.c62 static struct testcase testcases[] = { variable in typeref:struct:testcase
308 ret = run_test(testcases, ARRAY_SIZE(testcases));
/linux-master/drivers/of/unittest-data/
H A DMakefile2 obj-y += testcases.dtbo.o
/linux-master/tools/perf/tests/
H A Dhists_cumulate.c713 test_fn_t testcases[] = { local
739 for (i = 0; i < ARRAY_SIZE(testcases); i++) {
740 err = testcases[i](evsel, machine);
H A Dhists_output.c599 test_fn_t testcases[] = { local
626 for (i = 0; i < ARRAY_SIZE(testcases); i++) {
627 err = testcases[i](evsel, machine);

Completed in 193 milliseconds