Home
last modified time | relevance | path

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 Drunner_astchecker.py88 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 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/hermes/
H A Drunner_js_hermes.py54 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 Drunner_declgenparser.py71 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 Drunner_js_test262.py64 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 Drunner_ets.py90 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 Drunner_ets_system.py109 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 Drunner_base.py221 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 Dto_toml.py256 def create_test(test): function
/third_party/python/Lib/test/
H A Dtest_regrtest.py377 def create_test(self, name=None, code=None): member in BaseTestCase
[all...]

Completed in 7 milliseconds