/external/igt-gpu-tools/runner/ |
D | job_list.c | 29 char **subtests, in add_job_list_entry() argument 39 entry->subtests = subtests; in add_job_list_entry() 50 char **subtests = NULL; in add_subtests() local 92 subtests = realloc(subtests, num_subtests * sizeof(*subtests)); in add_subtests() 93 subtests[num_subtests - 1] = strdup(subtestname); in add_subtests() 95 subtests = malloc(sizeof(*subtests)); in add_subtests() 96 *subtests = strdup(subtestname); in add_subtests() 97 add_job_list_entry(job_list, strdup(binary), subtests, 1); in add_subtests() 98 subtests = NULL; in add_subtests() 105 add_job_list_entry(job_list, strdup(binary), subtests, num_subtests); in add_subtests() [all …]
|
D | resultgen.c | 25 struct subtests struct 312 struct subtests *subtests, in fill_from_output() argument 351 if (subtests->size == 0) { in fill_from_output() 366 for (i = 0; i < subtests->size; i++) { in fill_from_output() 374 generate_piglit_name(binary, subtests->names[i], piglit_name, sizeof(piglit_name)); in fill_from_output() 377 begin_len = asprintf(&this_sub_begin, "%s%s\n", STARTING_SUBTEST, subtests->names[i]); in fill_from_output() 378 result_len = asprintf(&this_sub_result, "%s%s: ", SUBTEST_RESULT, subtests->names[i]); in fill_from_output() 457 parse_subtest_result(subtests->names[i], &resulttext, &time, beg, end); in fill_from_output() 607 struct subtests *subtests) in add_empty_dmesgs_where_missing() argument 613 for (i = 0; i < subtests->size; i++) { in add_empty_dmesgs_where_missing() [all …]
|
D | executor.c | 263 entry->subtests = realloc(entry->subtests, entry->subtest_count * sizeof(*entry->subtests)); in prune_subtest() 264 entry->subtests[0] = strdup("*"); in prune_subtest() 272 entry->subtests = realloc(entry->subtests, entry->subtest_count * sizeof(*entry->subtests)); in prune_subtest() 273 entry->subtests[entry->subtest_count - 1] = excl; in prune_subtest() 823 argsize = strlen(entry->subtests[0]); in execute_test_process() 825 strcpy(argv[2], entry->subtests[0]); in execute_test_process() 828 char *sub = entry->subtests[i]; in execute_test_process() 883 size += strlen(delim) + strlen(entry->subtests[i]); in entry_display_name() 887 strcat(ret, entry->subtests[i]); in entry_display_name()
|
/external/OpenCL-CTS/scripts/ |
D | test_opencl_cts.py | 26 args.subtests = args.subtests or [] 62 def get_subtests(binary_path: str, subtests: List[str]) -> List[str]: 64 if not subtests: 67 subtests = set(subtests) 68 selected_subtests = subtests & all_subtests 69 remaining_subtests = subtests - all_subtests 122 subtests = get_subtests(args.binary_path, args.subtests) 123 for subtest in subtests:
|
/external/igt-gpu-tools/docs/reference/igt-gpu-tools/ |
D | generate_description_xml.py | 93 subtests = get_subtests(testdir, test) 96 if subtests and not subtests[0].name: 97 ET.SubElement(test_section, "para").text = subtests[0].description 99 if len(subtests) > 100: 103 for name, description in subtests:
|
/external/autotest/server/site_tests/factory_Basic/ |
D | test_list.suspend_basic | 50 subtests=[ 54 subtests=[ 67 subtests=[ 72 subtests=[ 84 subtests=[
|
/external/igt-gpu-tools/scripts/ |
D | test_igt_gpu_tools.py | 54 subtests = run_command([self._path, "--list-subtests"]) 55 self._subtests = list(filter(lambda x: x != "", subtests.split("\n"))) 60 def subtests(self): member in IGTGpuToolsBinary 112 for subtest in binary.subtests():
|
/external/python/cpython3/Lib/test/ |
D | bisect_cmd.py | 137 subtests = random.sample(tests, ntest) 140 % (iteration, len(subtests), len(tests))) 143 exitcode = run_tests(args, subtests) 149 tests = subtests
|
/external/python/cpython2/Lib/test/ |
D | bisect_cmd.py | 139 subtests = random.sample(tests, ntest) 142 % (iteration, len(subtests), len(tests))) 145 exitcode = run_tests(args, subtests) 151 tests = subtests
|
/external/igt-gpu-tools/runner/json_tests_data/warnings/2/ |
D | dmesg.txt | 2 14,962,3216186123414,-;[IGT] no-subtests: executing 3 14,963,3216186125204,-;[IGT] no-subtests: exiting, ret=0
|
/external/igt-gpu-tools/runner/json_tests_data/normal-run/2/ |
D | dmesg.txt | 2 14,962,3216186123414,-;[IGT] no-subtests: executing 3 14,963,3216186125204,-;[IGT] no-subtests: exiting, ret=0
|
/external/igt-gpu-tools/runner/json_tests_data/piglit-style-dmesg/2/ |
D | dmesg.txt | 2 14,962,3216186123414,-;[IGT] no-subtests: executing 3 14,963,3216186125204,-;[IGT] no-subtests: exiting, ret=0
|
/external/igt-gpu-tools/runner/json_tests_data/warnings-with-dmesg-warns/2/ |
D | dmesg.txt | 2 14,962,3216186123414,-;[IGT] no-subtests: executing 3 14,963,3216186125204,-;[IGT] no-subtests: exiting, ret=0
|
/external/igt-gpu-tools/runner/json_tests_data/dmesg-results/2/ |
D | dmesg.txt | 2 14,962,3216186123414,-;[IGT] no-subtests: executing 4 14,963,3216186125204,-;[IGT] no-subtests: exiting, ret=0
|
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
D | rdonly_maps.c | 23 struct rdonly_map_subtest subtests[] = { in test_rdonly_maps() local 47 for (i = 0; i < ARRAY_SIZE(subtests); i++) { in test_rdonly_maps() 48 const struct rdonly_map_subtest *t = &subtests[i]; in test_rdonly_maps()
|
/external/igt-gpu-tools/runner/json_tests_data/notrun-results/ |
D | README.txt | 3 tests without subtests from tests where we attempt to execute all 4 subtests.
|
/external/igt-gpu-tools/runner/json_tests_data/notrun-results-multiple-mode/ |
D | README.txt | 3 tests without subtests from tests where we attempt to execute all 4 subtests.
|
D | joblist.txt | 3 no-subtests
|
/external/igt-gpu-tools/runner/json_tests_data/incomplete-before-any-subtests/ |
D | joblist.txt | 3 no-subtests
|
/external/igt-gpu-tools/runner/json_tests_data/warnings/ |
D | joblist.txt | 3 no-subtests
|
/external/igt-gpu-tools/runner/json_tests_data/normal-run/ |
D | joblist.txt | 3 no-subtests
|
/external/igt-gpu-tools/runner/json_tests_data/aborted-on-boot/ |
D | joblist.txt | 3 no-subtests
|
/external/igt-gpu-tools/runner/json_tests_data/piglit-style-dmesg/ |
D | joblist.txt | 3 no-subtests
|
/external/igt-gpu-tools/runner/json_tests_data/dmesg-results/ |
D | joblist.txt | 3 no-subtests
|
/external/igt-gpu-tools/runner/json_tests_data/aborted-after-a-test/ |
D | joblist.txt | 3 no-subtests
|