Home
last modified time | relevance | path

Searched refs:subtests (Results 1 – 25 of 60) sorted by relevance

123

/external/igt-gpu-tools/runner/
Djob_list.c29 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 …]
Dresultgen.c25 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 …]
Dexecutor.c263 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/
Dtest_opencl_cts.py26 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/
Dgenerate_description_xml.py93 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/
Dtest_list.suspend_basic50 subtests=[
54 subtests=[
67 subtests=[
72 subtests=[
84 subtests=[
/external/igt-gpu-tools/scripts/
Dtest_igt_gpu_tools.py54 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/
Dbisect_cmd.py137 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/
Dbisect_cmd.py139 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/
Ddmesg.txt2 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/
Ddmesg.txt2 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/
Ddmesg.txt2 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/
Ddmesg.txt2 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/
Ddmesg.txt2 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/
Drdonly_maps.c23 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/
DREADME.txt3 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/
DREADME.txt3 tests without subtests from tests where we attempt to execute all
4 subtests.
Djoblist.txt3 no-subtests
/external/igt-gpu-tools/runner/json_tests_data/incomplete-before-any-subtests/
Djoblist.txt3 no-subtests
/external/igt-gpu-tools/runner/json_tests_data/warnings/
Djoblist.txt3 no-subtests
/external/igt-gpu-tools/runner/json_tests_data/normal-run/
Djoblist.txt3 no-subtests
/external/igt-gpu-tools/runner/json_tests_data/aborted-on-boot/
Djoblist.txt3 no-subtests
/external/igt-gpu-tools/runner/json_tests_data/piglit-style-dmesg/
Djoblist.txt3 no-subtests
/external/igt-gpu-tools/runner/json_tests_data/dmesg-results/
Djoblist.txt3 no-subtests
/external/igt-gpu-tools/runner/json_tests_data/aborted-after-a-test/
Djoblist.txt3 no-subtests

123