Searched refs:testcases (Results 1 – 11 of 11) sorted by relevance
| /tools/testing/selftests/arm64/signal/ |
| 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
|
| 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
|
| /tools/testing/selftests/ftrace/ |
| 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.
|
| /tools/testing/selftests/x86/ |
| D | lam.c | 71 struct testcases { struct 77 int (*test_func)(struct testcases *test); argument 260 int handle_max_bits(struct testcases *test) in handle_max_bits() 279 static int handle_malloc(struct testcases *test) in handle_malloc() 311 static int handle_mmap(struct testcases *test) in handle_mmap() 347 static int handle_syscall(struct testcases *test) in handle_syscall() 634 int handle_uring(struct testcases *test) in handle_uring() 652 static int fork_test(struct testcases *test) in fork_test() 672 static int handle_execve(struct testcases *test) in handle_execve() 708 static int handle_inheritance(struct testcases *test) in handle_inheritance() [all …]
|
| /tools/testing/selftests/tc-testing/ |
| D | tdc_helper.py | 10 testcases = dict() 13 testcases[category] = list(filter(lambda x: category in x['category'], alltests)) 15 return(testcases)
|
| D | tdc.py | 921 ucat, idlist, testcases, alltests = get_test_cases(args)
|
| /tools/testing/selftests/kvm/ |
| 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()
|
| /tools/testing/selftests/mm/ |
| 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()
|
| /tools/testing/selftests/powerpc/stringloops/ |
| D | memcmp.c | 153 static int testcases(void) in testcases() function 168 return test_harness(testcases, "memcmp"); in main()
|
| /tools/perf/tests/ |
| 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()
|
| 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()
|