Searched refs:testcases (Results 1 – 9 of 9) sorted by relevance
/tools/testing/selftests/arm64/signal/ |
D | Makefile | 7 SRCS := $(filter-out testcases/testcases.c,$(wildcard testcases/*.c)) 27 …ignals.c test_signals_utils.c testcases/testcases.c signals.S $$@.c test_signals.h test_signals_ut…
|
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/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 | 689 ucat, idlist, testcases, alltests = get_test_cases(args)
|
/tools/testing/selftests/vm/ |
D | va_128TBswitch.c | 42 static struct testcase testcases[] = { variable 285 ret = run_test(testcases, ARRAY_SIZE(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 | 700 test_fn_t testcases[] = { in test__hists_cumulate() local 726 for (i = 0; i < ARRAY_SIZE(testcases); i++) { in test__hists_cumulate() 727 err = testcases[i](evsel, machine); in test__hists_cumulate()
|
D | hists_output.c | 586 test_fn_t testcases[] = { in test__hists_output() local 613 for (i = 0; i < ARRAY_SIZE(testcases); i++) { in test__hists_output() 614 err = testcases[i](evsel, machine); in test__hists_output()
|