Searched refs:test_gen_path (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/ |
| D | preparation_step.py | 47 def __init__(self, test_source_path: Path, test_gen_path: Path, config: Config) -> None: 49 self.__test_gen_path = test_gen_path 57 def test_gen_path(self) -> Path: member in TestPreparationStep 70 ets_templates_generator = EtsTemplatesGenerator(self.test_source_path, self.test_gen_path) 75 …def __init__(self, test_source_path: Path, test_gen_path: Path, config: Config, extension: str) ->… 76 super().__init__(test_source_path, test_gen_path, config) 84 if self.test_gen_path.exists() and force_generated: 85 shutil.rmtree(self.test_gen_path) 86 self.test_gen_path.mkdir(exist_ok=True) 89 "--target", self.test_gen_path] [all …]
|
| D | ets_test_suite.py | 119 test_gen_path=self.test_root, 125 test_gen_path=self.test_root, 140 test_gen_path=self.test_root, 146 test_gen_path=self.test_root, 162 test_gen_path=self.test_root, 171 test_gen_path=self.test_root, 177 test_gen_path=self.test_root, 192 test_gen_path=self.test_root, 198 test_gen_path=self.test_root, 213 test_gen_path=self.test_root, [all …]
|