Home
last modified time | relevance | path

Searched full:reports (Results 1 – 25 of 121) sorted by relevance

12345

/arkcompiler/runtime_core/scripts/
Dmemusage.py17 A tool to get memory usage reports
169 def aggregate(reports): argument
170 """Aggregates memory usage reports"""
172 count = len(reports)
173 memusage = reports.pop(0)
174 while reports:
175 for left, right in zip(memusage, reports.pop(0)):
217 reports = []
220 reports.append(report)
227 reports.append(report)
[all …]
/arkcompiler/runtime_core/static_core/scripts/
Dmemusage.py17 A tool to get memory usage reports
169 def aggregate(reports): argument
170 """Aggregates memory usage reports"""
172 count = len(reports)
173 memusage = reports.pop(0)
174 while reports:
175 for left, right in zip(memusage, reports.pop(0)):
217 reports = []
220 reports.append(report)
227 reports.append(report)
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/scripts/testRunner/
Dcoverage_report.js20 const reports = require('istanbul-reports'); constant
52 const report = reports.create('html', {});
55 const report_text = reports.create('text', {});
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/
Drunner_file_based.py31 from runner.reports.detailed_report import DetailedReport
32 from runner.reports.html_view import HtmlView
33 from runner.reports.report_format import ReportFormat
34 from runner.reports.standard_view import StandardView
35 from runner.reports.summary import Summary
36 from runner.reports.xml_view import XmlView
Dtest_base.py31 from runner.reports.report import ReportGenerator
32 from runner.reports.report_format import ReportFormat
72 # Reports if generated. Key is ReportFormat.XXX. Value is a path to the generated report
73 self.reports: dict[ReportFormat, str] = {}
105 self.reports = report_generator.generate_reports(result)
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/reports/
Dstandard_view.py26 from runner.reports.report_format import ReportFormat
27 from runner.reports.summary import Summary
32 _LOGGER = logging.getLogger("runner.reports.standard_view")
80 report_path = test.reports[ReportFormat.MD] \
81 if ReportFormat.MD in test.reports \
82 else test.reports[ReportFormat.LOG]
Dhtml_view.py24 from runner.reports.report_format import ReportFormat
29 from runner.reports.summary import Summary
74 report_path = test.reports[ReportFormat.HTML][len(str(self.__report_root)) + 1:]
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/reports/
Dstandard_view.py25 from runner.reports.report_format import ReportFormat
26 from runner.reports.summary import Summary
48 …content: str = "\n".join([f"{test.test_id!s}: {test.reports[ReportFormat.LOG]}" for test in fail_l…
82 report_path = test.reports[ReportFormat.MD] \
83 if ReportFormat.MD in test.reports \
84 else test.reports[ReportFormat.LOG]
Dhtml_view.py24 from runner.reports.report_format import ReportFormat
25 from runner.reports.summary import Summary
71 report_path = test.reports[ReportFormat.HTML][len(str(self.__report_root)) + 1:]
/arkcompiler/runtime_core/static_core/irtoc/backend/
Doptions.yaml37 …short - reports only LLVM_SUFFIX compilation units without dynamic methods which were skipped by L…
38 full - reports only skipped by LLVM or compiled by Ark compilation units, and
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Dtest_base.py29 from runner.reports.report import ReportGenerator
30 from runner.reports.report_format import ReportFormat
69 # Reports if generated. Key is ReportFormat.XXX. Value is a path to the generated report
70 self.reports: Dict[ReportFormat, str] = {}
105 self.reports = report_generator.generate_fail_reports(result)
Drunner_file_based.py39 from runner.reports.detailed_report import DetailedReport
40 from runner.reports.html_view import HtmlView
41 from runner.reports.report_format import ReportFormat
42 from runner.reports.spec_report import SpecReport
43 from runner.reports.standard_view import StandardView
44 from runner.reports.summary import Summary
45 from runner.reports.xml_view import XmlView
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dldobj.64.yaml98 …description: Check that verifier reports error if source registers are not initialized in Panda co…
125 …description: Check that verifier reports error if source registers are not initialized in PandaAss…
211 …description: Check that verifier reports an error when the 1st operand is not a ref to an object (…
248 …description: Check that verifier reports an error when the 1st operand is not a ref to an object (…
282 …Check that verifier reports an error when the field doesn't resolve to a non-static valid object f…
337 …Check that verifier reports an error when the field doesn't resolve to a non-static valid object f…
393 …description: Check that verifier reports an error when the field resolves to a field with size or …
435 …description: Check that verifier reports an error when the field resolves to a field with size or …
497 description: Check that compiler reports an error when the register number is incorrect
Dldobj.v.64.yaml98 …description: Check that verifier reports error if source registers are not initialized in Panda co…
123 …description: Check that verifier reports error if source registers are not initialized in PandaAss…
209 …description: Check that verifier reports an error when the 2nd operand is not a ref to an object (…
247 …description: Check that verifier reports an error when the 2nd operand is not a ref to an object (…
282 …Check that verifier reports an error when the field doesn't resolve to a non-static valid object f…
337 …Check that verifier reports an error when the field doesn't resolve to a non-static valid object f…
393 …description: Check that verifier reports an error when the field resolves to a field with size or …
435 …description: Check that verifier reports an error when the field resolves to a field with size or …
497 description: Check that compiler reports an error when the register number is incorrect
Dstobj.v.64.yaml81 …description: Check that verifier reports error if a register is not initialized in PandaAssembly c…
122 …description: Check that verifier reports error if a register is not initialized in PandaAssembly c…
244 Check that verifier reports error when the 2nd operand is not a ref to an
286 Check that verifier reports error when the 2nd operand is not a ref to an
329 Check that verifier reports error when the field doesn't resolve to a non-static
384 Check that verifier reports error when the field doesn't resolve to a non-static
431 Check that verifier reports error when the field resolves to a field with size
484 Check that verifier reports error when the field resolves to a field with size
537 … Check that verifier reports error when the register contains a value of type not corresponding
632 Check that verifier reports error when the register contains
[all …]
Dstobj.64.yaml63 description: Check that verifier reports error if source registers are not initialized
145 …description: Check that verifier reports error when the 1st operand is not a ref to an object (oth…
188 …description: Check that verifier reports error when the field doesn't resolve to a non-static vali…
248 …description: Check that verifier reports error when the field resolves to a field with size that i…
301 …description: Check that verifier reports error when the accumulator contains a value of type not c…
396 description: Check that compiler reports error when the register number is out of 8 bit size
Dstobj.v.yaml82 …description: Check that verifier reports error if a register is not initialized in PandaAssembly c…
123 …description: Check that verifier reports error if a register is not initialized in PandaAssembly c…
271 …description: Check that verifier reports error when the 2nd register is not a ref to an object (ot…
325 …description: Check that verifier reports error when the 2nd register is not a ref to an object (ot…
374 Check that verifier reports error if the field doesn't resolve to
429 Check that verifier reports error if the field doesn't resolve to
476 Check that verifier reports error when the field resolves to a field with size
512 …description: Check that verifier reports error when the field resolves to a field with size that i…
591 …description: Check that verifier reports error when the register contains a value of type not corr…
673 Check that verifier reports error when the register contains
[all …]
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/
Dlinter.sh36 pylint --rcfile .pylintrc runner main.py --ignore=test262,config_test,reports,runner_file_based.py
37 …trc runner/extensions/generators/test262/ runner/test/config_test runner/reports runner/runner_fil…
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dstobj.64.yaml56 description: Check that verifier reports error if source registers are not initialized
132 …description: Check that verifier reports error when the 1st operand is not a ref to an object (oth…
174 …description: Check that verifier reports error when the field doesn't resolve to a non-static vali…
230 …description: Check that verifier reports error when the field resolves to a field with size that i…
282 …description: Check that verifier reports error when the accumulator contains a value of type not c…
376 description: Check that compiler reports error when the register number is out of 8 bit size
Dstobj.v.64.yaml51 description: Check that verifier reports error if a register is not initialized.
128 Check that verifier reports error when the 2nd operand is not a ref to an
169 Check that verifier reports error when the field doesn't resolve to a non-static
218 Check that verifier reports error when the field resolves to a field with size
270 … Check that verifier reports error when the register contains a value of type not corresponding
363 description: Check that compiler reports error when the register number is out of 4 bit size
Dldobj.64.yaml61 description: Check that verifier reports error if source registers are not initialized.
116 …description: Check that verifier reports an error when the 1st operand is not a ref to an object (…
153 …Check that verifier reports an error when the field doesn't resolve to a non-static valid object f…
203 …description: Check that verifier reports an error when the field resolves to a field with size or …
266 description: Check that compiler reports an error when the register number is incorrect.
Dldobj.obj.yaml59 description: Check that verifier reports error if source registers are not initialized
120 …description: Check that verifier reports error when the 1st operand is not a ref to an object (oth…
162 …description: Check that verifier reports error when the field doesn't resolve to a non-static obje…
238 …description: Check that verifier reports an error when the field resolves to a field with size or …
277 description: Check that compiler reports error when the register number is out of 8 bit size
Dldobj.v.obj.yaml59 description: Check that verifier reports error if source registers are not initialized
116 …description: Check that verifier reports error when the 2nd operand is not a ref to an object (oth…
153 …description: Check that verifier reports error when the field doesn't resolve to a non-static obje…
229 …description: Check that verifier reports an error when the field resolves to a field with size or …
268 description: Check that compiler reports error when the register number is out of 4 bit size
Dldobj.v.64.yaml61 description: Check that verifier reports error if source registers are not initialized.
114 …description: Check that verifier reports an error when the 2nd operand is not a ref to an object (…
152 …Check that verifier reports an error when the field doesn't resolve to a non-static valid object f…
202 …description: Check that verifier reports an error when the field resolves to a field with size or …
264 description: Check that compiler reports an error when the register number is incorrect
/arkcompiler/ets_frontend/test/scripts/auto_xts_test/
Dconfig.yaml14 path_xts_report : 'D:\\AutoXTSTest\\dayu200_xts\\suites\\acts\\acts\\reports'

12345