Searched refs:testcases (Results 1 – 12 of 12) sorted by relevance
| /tools/testing/selftests/arm64/signal/ |
| 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
|
| 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
|
| /tools/testing/selftests/ftrace/ |
| 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.
|
| /tools/testing/selftests/tc-testing/ |
| A D | tdc_helper.py | 10 testcases = dict() 13 testcases[category] = list(filter(lambda x: category in x['category'], alltests)) 15 return(testcases)
|
| A D | tdc.py | 921 ucat, idlist, testcases, alltests = get_test_cases(args)
|
| /tools/testing/selftests/x86/ |
| 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() 738 int handle_uring(struct testcases *test) in handle_uring() 849 struct testcases *test = arg; in thread_fn_set_lam() 916 struct testcases *t = test + i; in run_test() 937 static struct testcases uring_cases[] = { 969 static struct testcases bits_cases[] = { 1019 static struct testcases mmap_cases[] = { 1210 int handle_pasid(struct testcases *test) in handle_pasid() [all …]
|
| /tools/testing/selftests/kvm/ |
| 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()
|
| /tools/testing/selftests/mm/ |
| 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()
|
| A D | uffd-wp-mremap.c | 259 static const struct testcase testcases[] = { variable 358 for (i = 0; i < ARRAY_SIZE(testcases); i++) in main() 359 plan += *testcases[i].nr_sizes; in main() 366 for (i = 0; i < ARRAY_SIZE(testcases); i++) { in main() 367 const struct testcase *tc = &testcases[i]; in main()
|
| /tools/testing/selftests/powerpc/stringloops/ |
| A D | memcmp.c | 153 static int testcases(void) in testcases() function 168 return test_harness(testcases, "memcmp"); in main()
|
| /tools/perf/tests/ |
| 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()
|
| 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()
|
Completed in 15 milliseconds