Home
last modified time | relevance | path

Searched defs:create_test (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/hermes/
Drunner_js_hermes.py52 def create_test(self, test_file: str, flags: List[str], is_ignored: bool) -> TestJSHermes: member in RunnerJSHermes
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/test262/
Drunner_js_test262.py62 def create_test(self, test_file: str, flags: List[str], is_ignored: bool) -> TestJSTest262: member in RunnerJSTest262
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/declgenparser/
Drunner_declgenparser.py69 def create_test(self, test_file: str, flags: List[str], is_ignored: bool) -> TestDeclgenParser: member in RunnerDeclgenParser
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/astchecker/
Drunner_astchecker.py86 def create_test(self, test_file: str, flags: List[str], is_ignored: bool) -> TestASTChecker: member in RunnerASTChecker
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/parser/
Drunner_js_parser.py90 def create_test(self, test_file: str, flags: List[str], is_ignored: bool) -> TestJSParser: member in RunnerJSParser
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/
Drunner_ets.py87 def create_test(self, test_file: str, flags: List[str], is_ignored: bool) -> TestETS: member in RunnerETS
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/system/
Drunner_ets_system.py106 def create_test(self, test_file: str, flags: List[str], is_ignored: bool) -> TestETSSystem: member in RunnerETSSystem
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Drunner_base.py204 def create_test(self, test_file: str, flags: List[str], is_ignored: bool) -> Test: member in Runner