Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/
Dets_test_suite.py118 test_source_path=self.__default_test_dir.root,
124 test_source_path=self.test_root,
139 test_source_path=self._ets_test_dir.gc_stress,
145 test_source_path=self.test_root,
161 test_source_path=self.config.custom.test_root,
170 test_source_path=copy_source_path,
176 test_source_path=self.test_root,
191 test_source_path=self._ets_test_dir.ets_templates,
197 test_source_path=self.test_root,
212 test_source_path=self._ets_test_dir.stdlib_templates,
[all …]
Dpreparation_step.py47 def __init__(self, test_source_path: Path, test_gen_path: Path, config: Config) -> None:
48 self.__test_source_path = test_source_path
53 def test_source_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)
88 "--source", self.test_source_path,
136 return self.generate_template_tests(self.test_source_path, self.test_gen_path)
144 confs = list(glob(os.path.join(self.test_source_path, "**/*.yaml"), recursive=True))
181 utils.copy(self.test_source_path, self.test_gen_path, remove_if_exist=False)
[all …]