Home
last modified time | relevance | path

Searched defs:Test (Results 1 – 25 of 210) sorted by relevance

123456789

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/reports/
Dstandard_view.py45 def summarize_failures(fail_lists: Dict[FailKind, List[Test]]) -> None:
55 def summarize_passed_ignored(ignored_but_passed: List[Test]) -> None:
60 def display_summary(self, fail_lists: Dict[FailKind, List[Test]]) -> None:
76 def create_failures_report(self, fail_lists: Dict[FailKind, List[Test]]) -> None:
90 …def create_update_excluded(self, excluded_but_passed: List[Test], excluded_still_failed: List[Test…
100 … def create_time_report(self, results: List[Test], time_report_options: TimeReportOptions) -> None:
136 def __create_updated(self, tests: List[Test]) -> None:
140 def __create_passed(self, tests: List[Test]) -> None:
144 def __create_file(self, tests: List[Test], name: str, state: str) -> None:
Dxml_view.py47 def __get_failed_test_case(test_result: Test) -> List[str]:
71 def create_xml_report(self, results: List[Test], execution_time: float) -> None:
109 def create_ignore_list(self, tests: Set[Test]) -> None:
Dspec_report.py51 results: List[Test],
155 def __calculate_one_test(self, test: Test) -> None:
176 def __update_counters(self, test: Test, node: SpecNode) -> None:
190 def __update_last_node_counters(self, test: Test, node: SpecNode) -> None:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Drunner_file_based.py322 def _process_failed(self, test_result: TestFileBased, ignored_still_failed: List[Test],
323excluded_still_failed: List[Test], fail_lists: Dict[FailKind, List[Test]]) -> None:
337 def __generate_detailed_report(self, results: List[Test]) -> None:
346 def __generate_spec_report(self, results: List[Test]) -> None:
399 def __generate_xml_report(self, summary: Summary, results: List[Test]) -> None:
408 fail_lists: Dict[FailKind, List[Test]],
409 ignored_but_passed: List[Test],
410 excluded_but_passed: List[Test],
411 excluded_still_failed: List[Test],
412 results: List[Test]) -> None:
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DswitchCaseStatement.h37 [[nodiscard]] Expression *Test() noexcept in Test() function
42 [[nodiscard]] const Expression *Test() const noexcept in Test() function
DassertStatement.h37 const Expression *Test() const in Test() function
42 Expression *Test() in Test() function
DwhileStatement.h35 const Expression *Test() const in Test() function
40 Expression *Test() in Test() function
DdoWhileStatement.h45 const Expression *Test() const in Test() function
50 Expression *Test() in Test() function
DifStatement.h42 [[nodiscard]] const Expression *Test() const noexcept in Test() function
47 [[nodiscard]] Expression *Test() noexcept in Test() function
/arkcompiler/ets_frontend/es2panda/ir/statements/
DwhileStatement.h45 const Expression *Test() const in Test() function
50 Expression *Test() in Test() function
DdoWhileStatement.h55 const Expression *Test() const in Test() function
60 Expression *Test() in Test() function
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DconditionalExpression.h39 const Expression *Test() const in Test() function
44 Expression *Test() in Test() function
/arkcompiler/ets_runtime/test/jittest/intern_string_strict_equal_3/
Dintern_string_strict_equal_3.ts16 function Test(options) { function
/arkcompiler/ets_runtime/test/aottest/nested_if_try_emptycatch/
Dnested_if_try_emptycatch.ts16 function Test() { function
/arkcompiler/ets_runtime/test/jittest/bytecode_to_cir_with_insufficient_profile_002/
Dbytecode_to_cir_with_insufficient_profile_002.ts16 function Test(value) { function
/arkcompiler/ets_runtime/test/aottest/try_emptycatch_switch_case/
Dtry_emptycatch_switch_case.ts16 function Test(n) { function
/arkcompiler/ets_runtime/test/aottest/try_emptycatch_forloop/
Dtry_emptycatch_forloop.ts16 function Test() { function
/arkcompiler/runtime_core/libabckit/tests/stress/
Dstress_sts_with_runtime.py54 def run_single(self, test: Test) -> Result:
73 def run_ark(self, test: Test) -> Result:
Dstress_test.py26 class Test: class
44 def run(self, tests: List[Test]):
59 def run_single(self, test: Test) -> Result:
Dstress_sts.py54 def stress_single(test: Test, out_dir) -> Result:
88 def run_single(self, test: Test) -> Result:
154 def verify_single(self, test: Test) -> Result:
/arkcompiler/ets_runtime/test/jittest/exception/
Dexception.ts16 function Test() { function
/arkcompiler/ets_runtime/test/jittest/bytecode_to_cir_with_insufficient_profile_003/
Dbytecode_to_cir_with_insufficient_profile_003.ts46 function Test() { function
/arkcompiler/ets_runtime/test/jittest/bytecode_to_cir_with_insufficient_profile_008/
Dbytecode_to_cir_with_insufficient_profile_008.ts22 function Test(var_42, var_43, var_44, var_45, var_46) { function
/arkcompiler/ets_runtime/test/aottest/sync_representation/
Dsync_representation.ts16 function Test(a9, a10, a11) { function
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/classes/
Dtest-ts-class-auto-accessor-4.ts17 class Test { class

123456789