/linux-6.1.9/tools/testing/selftests/bpf/ ! |
D | testing_helpers.c | 96 tests[cnt].subtests = NULL; in parse_test_list() 111 tmp_subtests = realloc(tests[cnt].subtests, in parse_test_list() 116 tests[cnt].subtests = tmp_subtests; in parse_test_list() 118 tests[cnt].subtests[subtest_cnt] = in parse_test_list() 120 if (!tests[cnt].subtests[subtest_cnt]) in parse_test_list() 122 sprintf(tests[cnt].subtests[subtest_cnt], in parse_test_list() 152 free(tests[i].subtests[j]); in parse_test_list()
|
D | test_progs.c | 195 sel->blacklist.tests[i].subtests[j])) in should_run_subtest() 208 sel->whitelist.tests[i].subtests[j])) in should_run_subtest() 757 free((void *)set->tests[i].subtests[j]); in free_test_filter_set() 759 free((void *)set->tests[i].subtests); in free_test_filter_set()
|
D | test_progs.h | 51 char **subtests; member
|
D | README.rst | 217 The subtests ``btf_type_tag_user_{mod1, mod2, vmlinux}`` also requires
|
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/ ! |
D | arg_parsing.c | 18 free((void *)set->tests[i].subtests[j]); in free_test_filter_set() 19 free(set->tests[i].subtests); in free_test_filter_set() 66 ASSERT_OK(strcmp("arg_parsing", set.tests[0].subtests[0]), in test_parse_test_list() 84 ASSERT_OK(strcmp("arg_parsing", set.tests[0].subtests[0]), in test_parse_test_list() 98 ASSERT_OK(strcmp("*trace*", set.tests[0].subtests[0]), "subtest name"); in test_parse_test_list()
|
D | rdonly_maps.c | 20 struct rdonly_map_subtest subtests[] = { in test_rdonly_maps() local 44 for (i = 0; i < ARRAY_SIZE(subtests); i++) { in test_rdonly_maps() 45 const struct rdonly_map_subtest *t = &subtests[i]; in test_rdonly_maps()
|
/linux-6.1.9/tools/testing/kunit/ ! |
D | kunit_parser.py | 43 self.subtests = [] # type: List[Test] 602 subtests = test.subtests 605 for t in subtests: 675 subtests = [] 701 subtests.append(sub_test) 703 test.subtests = subtests 714 if parent_test and len(subtests) == 0:
|
D | kunit_tool_test.py | 169 self.assertEqual(0, len(result.subtests)) 194 self.assertEqual(0, len(result.subtests)) 204 self.assertEqual(0, len(result.subtests[0].subtests[0].subtests)) 207 result.subtests[0].subtests[0].status) 219 self.assertEqual(0, len(result.subtests)) 251 result.subtests[0].name) 254 result.subtests[1].name) 265 self.assertEqual('kunit-resource-test', result.subtests[0].name) 274 self.assertEqual('kunit-resource-test', result.subtests[0].name) 283 self.assertEqual('kunit-resource-test', result.subtests[0].name) [all …]
|
D | kunit_json.py | 34 for subtest in test.subtests: 35 if subtest.subtests:
|
/linux-6.1.9/arch/powerpc/lib/ ! |
D | test_emulate_step.c | 908 } subtests[MAX_SUBTESTS + 1]; member 919 .subtests = { 932 .subtests = { 958 .subtests = { 1043 .subtests = { 1130 .subtests = { 1223 .subtests = { 1318 .subtests = { 1348 .subtests = { 1378 .subtests = { [all …]
|
/linux-6.1.9/Documentation/dev-tools/ ! |
D | ktap.rst | 17 can have subtests), each of which can contain both diagnostic data -- e.g., log 45 Note that, in KTAP, subtests also begin with a version line, which denotes the 56 A test plan provides the number of tests (or subtests) in the KTAP output. 58 Plan lines must follow the format of "1..N" where N is the number of tests or subtests. 189 The "parent" test's result should consist of all of its subtests' results, 191 result. If one of the subtests fail, for example, the parent test should also 201 An example of a test with two nested subtests: 278 A single test called "main_test", which fails, and has three subtests: 283 - "example_test_2", which passes, and has two subtests: 288 - "example_test_3", which fails, and has three subtests [all …]
|
/linux-6.1.9/tools/perf/tests/ ! |
D | sdt.c | 79 static int test__sdt_event(struct test_suite *test __maybe_unused, int subtests __maybe_unused) in test__sdt_event() 117 static int test__sdt_event(struct test_suite *test __maybe_unused, int subtests __maybe_unused) in test__sdt_event()
|
/linux-6.1.9/drivers/dma-buf/ ! |
D | selftest.h | 25 #define subtests(T, data) \ macro
|
D | st-dma-resv.c | 311 r = subtests(tests, (void *)(unsigned long)usage); in dma_resv()
|
D | st-dma-fence-unwrap.c | 381 return subtests(tests, NULL); in dma_fence_unwrap()
|
D | st-dma-fence.c | 588 ret = subtests(tests, NULL); in dma_fence()
|
D | st-dma-fence-chain.c | 706 ret = subtests(tests, NULL); in dma_fence_chain()
|
/linux-6.1.9/Documentation/gpu/amdgpu/display/ ! |
D | display-manager.rst | 128 provides a set of subtests to verify plane alpha and blend mode properties.
|
/linux-6.1.9/Documentation/gpu/ ! |
D | vkms.rst | 87 You can also run subtests if you do not want to run the entire test::
|
/linux-6.1.9/Documentation/dev-tools/kunit/ ! |
D | style.rst | 126 results will show up as subtests of the suite's results.
|
/linux-6.1.9/tools/testing/selftests/net/mptcp/ ! |
D | mptcp_join.sh | 3073 for subtests in "${all_tests_sorted[@]}"; do 3120 for subtests in "${tests[@]}"; do 3121 "${subtests}"
|