Home
last modified time | relevance | path

Searched defs:run_tests (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/scripts/intrusive-testing/
Dlocal_intrusive_testing.sh59 function run_tests() { function
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/astchecker/
Dutil_astchecker.py253 def run_tests(self, test_file: str, tests: List[_TestCase], ast: dict, error: str = '') -> bool: member in UtilASTChecker