Home
last modified time | relevance | path

Searched refs:run_es2panda (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/tools/
H A Des2panda.py103 self.run_es2panda(lib, abc, opts, bu)
106 res = self.run_es2panda(src, abc, self.opts, bu)
112 def run_es2panda(self, member in Tool
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/declgenparser/
H A Dtest_declgenparser.py35 self.passed, self.report, self.fail_kind = self.run_es2panda(
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/astchecker/
H A Dtest_astchecker.py52 passed, self.report, self.fail_kind = self.run_es2panda(
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/parser/
H A Dtest_js_parser.py46 self.passed, self.report, self.fail_kind = self.run_es2panda(
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/system/
H A Dtest_ets_system.py43 self.passed, self.report, self.fail_kind = self.run_es2panda(
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/hermes/
H A Dtest_js_hermes.py42 self.passed, self.report, self.fail_kind = self.run_es2panda(
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/test262/
H A Dtest_js_test262.py53 self.passed, self.report, self.fail_kind = self.run_es2panda(
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
H A Dtest_file_based.py154 def run_es2panda(self, flags: List[str], test_abc: str, result_validator: ResultValidator) \
155 -> Tuple[bool, TestReport, Optional[FailKind]]: global() member in TestFileBased
/arkcompiler/ets_runtime/test/jsperftest/
H A Drun_js_test.py273 def run_es2panda(abc_file: str, js_file: str) -> int: function
297 ret = run_es2panda(cur_abc_file, js_file_path)

Completed in 3 milliseconds