Searched defs:create_test (Results 1 - 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/astchecker/ |
| H A D | runner_astchecker.py | 88 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/ |
| H A D | runner_js_parser.py | 90 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/hermes/ |
| H A D | runner_js_hermes.py | 54 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/declgenparser/ |
| H A D | runner_declgenparser.py | 71 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/test262/ |
| H A D | runner_js_test262.py | 64 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/ets/ |
| H A D | runner_ets.py | 90 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/ |
| H A D | runner_ets_system.py | 109 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/ |
| H A D | runner_base.py | 221 def create_test(self, test_file: str, flags: List[str], is_ignored: bool) -> Test: member in Runner
|
| /third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-unittests/ |
| H A D | to_toml.py | 256 def create_test(test): function
|
| /third_party/python/Lib/test/ |
| H A D | test_regrtest.py | 377 def create_test(self, name=None, code=None): member in BaseTestCase [all...] |
Completed in 7 milliseconds