Home
last modified time | relevance | path

Searched refs:test_paths (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/reports/
Ddetailed_report.py93 test_paths = self.__get_paths(test.test_id)
99 for test_path in test_paths:
/arkcompiler/ets_frontend/es2panda/test/
Drunner.py713 def __init__(self, projects_path, project, test_paths, flags): argument
717 self.test_paths = test_paths
745 for test_path in self.test_paths:
829 for test_path in self.test_paths:
859 if "--cache-file" in new_flags and len(self.test_paths) == 1:
902 for test_path in self.test_paths:
980 for test_path in self.test_paths: