Searched refs:test_source_path (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/ |
| D | ets_test_suite.py | 128 test_source_path=self.__default_test_dir.root, 134 test_source_path=self.test_root, 149 test_source_path=self._ets_test_dir.gc_stress, 155 test_source_path=self.test_root, 170 test_source_path=self._ets_test_dir.ets_ts_subset, 176 test_source_path=self.test_root, 192 test_source_path=self.config.custom.test_root, 201 test_source_path=copy_source_path, 207 test_source_path=self.test_root, 222 test_source_path=self._ets_test_dir.ets_templates, [all …]
|
| D | preparation_step.py | 48 def __init__(self, test_source_path: Path, test_gen_path: Path, config: Config) -> None: 49 self.__test_source_path = test_source_path 54 def test_source_path(self) -> Path: member in TestPreparationStep 71 ets_templates_generator = EtsTemplatesGenerator(self.test_source_path, self.test_gen_path) 76 …def __init__(self, test_source_path: Path, test_gen_path: Path, config: Config, extension: str) ->… 77 super().__init__(test_source_path, test_gen_path, config) 90 "--source", self.test_source_path, 140 return self.generate_template_tests(self.test_source_path, self.test_gen_path) 168 return self.generate_template_tests(self.test_source_path, self.test_gen_path) 176 confs = list(glob(os.path.join(self.test_source_path, "**/*.yaml"), recursive=True)) [all …]
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/suites/ |
| D | preparation_step.py | 39 …def __init__(self, test_source_path: Path, *, test_gen_path: Path, config: Config, collection: Col… 41 self.__test_source_path = test_source_path 48 def test_source_path(self) -> Path: member in TestPreparationStep 61 …def __init__(self, test_source_path: Path, *, test_gen_path: Path, config: Config, collection: Col… 64 test_source_path=test_source_path, 101 … ets_templates_generator = generator_class(self.test_source_path, self.test_gen_path, self.config) 110 "--source", self.test_source_path, 138 if self.test_source_path != self.test_gen_path: 139 copy(self.test_source_path, self.test_gen_path, remove_if_exist=False) 153 def __init__(self, test_source_path: Path, *, test_gen_path: Path, config: Config, [all …]
|
| D | test_suite.py | 166 test_source_path=collection.test_root / collection.name, 196 test_source_path=file_path, 204 test_source_path=copy_source_path,
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/declgents2ets/ |
| D | declgents2ets_test_suite.py | 35 test_source_path=self._ts_test_dir.ts_templates,
|