Home
last modified time | relevance | path

Searched refs:report_path (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/
H A Dets_utils.py35 report_path = generated_folder / self.TEST_GENERATOR_REPORT
36 return os.path.isfile(report_path)
39 report_path = os.path.join(generated_folder, self.TEST_GENERATOR_REPORT)
50 with os.fdopen(os.open(report_path, os.O_WRONLY | os.O_CREAT, 0o755), "w", encoding="utf-8") as file_handle:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/reports/
H A Dhtml_view.py66 report_path = self.__report_root / f"{self.__summary.name}.report-{timestamp}.html"
67 write_2_file(report_path, report)
74 report_path = test.reports[ReportFormat.HTML][len(str(self.__report_root)) + 1:]
75 failed_tests.append((test.test_id, report_path))
H A Dreport.py50 report_path = path.join(report_root,
53 Log.all(_LOGGER, f"{self.__test_id}: Report is saved to {report_path}")
54 write_2_file(report_path, report.make_report())
55 reports_format_to_paths[report_format] = report_path
107 report_path = path.join(path.dirname(path.abspath(__file__)), "report_template.html")
108 with open(report_path, "r", encoding="utf-8") as file_pointer:
181 report_path = path.join(path.dirname(path.abspath(__file__)), "report_template.md")
182 with open(report_path, "r", encoding="utf-8") as file_pointer:
H A Ddetailed_report.py42 def __init__(self, results: List[Test], test_suite: str, report_path: Path, report_file: Optional[Path]):
48 self.report_file = path.join(report_path, f"{test_suite}_detailed-report.md")
H A Dspec_report.py53 report_path: Path,
61 str(md_report) if md_report else path.join(report_path, f"{test_suite}_spec-report.md")
64 str(yaml_report) if yaml_report else path.join(report_path, f"{test_suite}_spec-report.yaml")
H A Dstandard_view.py80 report_path = test.reports[ReportFormat.MD] \
83 flat_failed_tests.append((test.test_id, report_path))
/arkcompiler/ets_frontend/test/scripts/performance_test/
H A Dperformance_build.py170 def get_build_time(self, report_path, time_dic):
172 with open(report_path, 'r+', encoding='UTF-8') as report:
200 def collect_preview_build_data(self, report_path):
201 self.get_build_time(report_path, self.preview_all_time_dic)
203 def collect_build_data(self, is_debug, report_path):
204 self.get_build_time(report_path, self.all_time_dic)
216 report_path = (set(os.listdir(report_dir)) - set(reports_before)).pop()
217 return os.path.join(report_dir, report_path)
224 report_path = self.get_report_path(cmd_suffix)
225 self.collect_preview_build_data(report_path)
[all...]
/arkcompiler/ets_runtime/test/ffiworkloadtest/
H A Drun_ffi_workload_test.sh108 report_path=$2
109 python3 ./get_ffi_workload_report.py -w "$work_path" -o "$report_path"
/arkcompiler/ets_frontend/es2panda/test/parse_command/
H A Dparse_command.py131 self.report_path = os.path.join(self.test_root, DISCREPANCY_REPORT)
267 with os.fdopen(os.open(self.report_path + '.html', flags, mode), 'w') as f:
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/
H A Dsize_compare.py158 report_path = os.path.join(TEST_ROOT, SIZE_COMPARISON_REPORT)
184 with os.fdopen(os.open(report_path, flags, mode), 'w') as report:

Completed in 8 milliseconds