Searched full:general (Results 1 – 25 of 220) sorted by relevance
123456789
17 general:24 input-file: "${general.work-dir}/gen/${test-id}"25 output-file-ohos: "${general.work-dir}/intermediate/${test-id}.ohos.abc"26 output-file-panda: "${general.work-dir}/intermediate/${test-id}.panda.abc"63 - "${general.work-dir}/gen/${test-id}"64 - "${general.work-dir}/gen/${test-id}.ts"78 - "${general.work-dir}/gen/${test-id}.js"79 - "${general.work-dir}/gen/${test-id}.ts"83 executable-path: ${general.build}/arkcompiler/ets_frontend/es2abc89 - "${general.work-dir}/gen/${test-id}.js"[all …]
23 output-file: "${general.work-dir}/intermediate/${test-id}.abc"27 executable-path: ${general.build}/arkcompiler/ets_frontend/es2abc33 - "${general.work-dir}/gen/${test-id}"38 executable-path: ${general.build}/arkcompiler/ets_runtime/ark_js_vm45 - "${general.build}/thirdparty/icu:"46 - "${general.build}/thirdparty/zlib:"47 - "${general.build}/arkcompiler/ets_runtime"
50 # Part of `general.work-dir` property52 … # The full value of `general.work-dir` looks like: ${CONCURRENCY_TESTS_TEMP}/${custom.suite-name}57 # This is value of the `general.build` property61 # This is value of the `general.build` property70 general:
26 host-original: "${general.work-dir}/gen/${test-id}"27 host-output: "${general.work-dir}/intermediate/${test-id}.abc"43 executable-path: ${general.host-tools}/arkcompiler/ets_frontend/es2abc
78 @value(yaml_path="general.generate-config", cli_name="generate_config", cast_to_type=_to_path)83 @value(yaml_path="general.processes", cli_name="processes", cast_to_type=_to_processes)88 @value(yaml_path="general.build", cli_name="build_dir", cast_to_type=_to_path, required=True)93 @value(yaml_path="general.test-root", cli_name="test_root", cast_to_type=_to_path)98 @value(yaml_path="general.list-root", cli_name="list_root", cast_to_type=_to_path)103 @value(yaml_path="general.work-dir", cli_name="work_dir", cast_to_type=_to_path)108 @value(yaml_path="general.ets-stdlib-root", cli_name="ets_stdlib_root", cast_to_type=_to_path)113 @value(yaml_path="general.show-progress", cli_name="progress", cast_to_type=_to_bool)118 @value(yaml_path="general.gc_type", cli_name="gc_type")123 …@value(yaml_path="general.full-gc-bombing-frequency", cli_name="full_gc_bombing_frequency", cast_t…[all …]
41 yaml_path="general.coverage.use-llvm-cov",50 yaml_path="general.coverage.use-lcov",59 yaml_path="general.coverage.profdata-files-dir",68 yaml_path="general.coverage.coverage-html-report-dir",77 yaml_path="general.coverage.coverage-per-binary",86 yaml_path="general.coverage.llvm-cov-exclude",94 yaml_path="general.coverage.lcov-exclude",
90 general = GeneralOptions() variable in Config103 if self.general.generate_config is None:106 ConfigKeeper.get().save(self.general.generate_config, data)113 self.general.get_command_line(),133 "general": self.general.to_dict(),
53 self._list_root = config.general.list_root123 …lf.__default_test_dir = RuntimeDefaultEtsTestDir(config.general.static_core_root, config.general.t…144 self._ets_test_dir = EtsTestDir(config.general.static_core_root, config.general.test_root)165 self._ets_test_dir = EtsTestDir(config.general.static_core_root, config.general.test_root)217 self._ets_test_dir = EtsTestDir(config.general.static_core_root, config.general.test_root)238 self._ets_test_dir = EtsTestDir(config.general.static_core_root, config.general.test_root)269 self._ets_test_dir = EtsTestDir(config.general.static_core_root, config.general.test_root)295 self._ets_test_dir = EtsTestDir(config.general.static_core_root, config.general.test_root)
35 if config.general.coverage.use_lcov:60 if not config.general.generate_only:68 if config.general.coverage.use_llvm_cov or config.general.coverage.use_lcov:80 logger = Log.setup(config.general.verbose, config.general.work_dir)88 if config.general.processes == 1:
43 out: [{ message: 'general output log', isRead: true }],44 err: [{ message: 'general error log', isRead: false }],79 it('should select general output logs', () => {81 .toEqual([{ message: 'general output log', isRead: true }]);84 it('should select general error logs', () => {86 .toEqual([{ message: 'general error log', isRead: false }]);
77 - `--build-dir`/`general.build` - the path to the compiled project. Referenced as $BUILD in this …78 - `--work-dir`/`general.work-dir` - path to the working temp folder with gen, intermediate and re…139 - `--report-format`/`general.report-format` - specifies in what format to generate failure report…141 - `--show-progress`/`general.show-progress: True` - show progress bar during test execution147 - `--detailed-report`/`general.detailed-report: True` - if it's specified the report is generated148 - `general.detailed-report-file: FILE` - specifies file/path where the report should be saved to156 - in config file use `general.verbose` property with the save values.162 - in config file use `general.verbose-filter` property with the same values.166 - `--generate-only`/`general.generate-only` - only generate tests without running them. Tests are…242 executable-path: ${general.build}/arkcompiler/ets_frontend/es2abc # the binary to execute[all …]
37 self.general = GeneralOptions(args, self)38 self.test_suite = TestSuiteOptions(args, self.general)46 self.general.get_command_line(),
67 if not self.test_env.config.general.handle_timeout:102 coverage_per_binary = self.test_env.config.general.coverage.coverage_per_binary105 if self.test_env.config.general.coverage.use_lcov and coverage_per_binary:147 if self.test_env.config.general.coverage.use_llvm_cov and profdata_file and profraw_file:171 gdb_timeout=self.test_env.config.general.gdb_timeout,212 gdb_timeout=self.test_env.config.general.gdb_timeout,238 gdb_timeout=self.test_env.config.general.gdb_timeout,262 gdb_timeout=self.test_env.config.general.gdb_timeout,279 if not self.test_env.config.general.coverage.use_llvm_cov:282 if self.test_env.config.general.coverage.coverage_per_binary:
173 if config.general.qemu == QemuKind.ARM64:176 if config.general.qemu == QemuKind.ARM32:194 return WorkDir(self.config.general, self.default_work_dir_root)229 coverage_configs = self.test_env.config.general.coverage375 … symlink_frontend_test = Path(self.config.general.static_core_root) / "tools" / "es2panda" / "test"380 … self.config.general.static_core_root).parent.parent / "ets_frontend" / "ets2panda" / "test"418 f'--gc-type={self.config.general.gc_type}',419 f'--heap-verifier={self.config.general.heap_verifier}',420 f'--full-gc-bombing-frequency={self.config.general.full_gc_bombing_frequency}',423 if self.config.general.run_gc_in_place:[all …]
122 f'{self.test_env.config.general.static_core_root}/tests/tests-u-runner/runner.sh',138 verbose_filter = self.test_env.config.general.verbose_filter139 verbose = self.test_env.config.general.verbose160 verbose = self.test_env.config.general.verbose161 verbose_filter = self.test_env.config.general.verbose_filter
112 config.general.build,117 config.general.build,125 self.test_root = config.general.test_root131 …self.default_list_root = Path(config.general.static_core_root) / 'plugins' / 'ets' / 'tests' / 'te…132 self.list_root = config.general.list_root139 self.build_dir = config.general.build239 with multiprocessing.Pool(processes=self.config.general.processes,241 … results = pool.imap_unordered(run_test, self.tests, chunksize=self.config.general.chunksize)242 if self.config.general.show_progress:
30 config.general.static_core_root, config.general.test_root)
53 'general': {86 'general': {123 'general': {158 'general': {193 'general': {229 'general': {270 'general': {
25 def __init__(self, general: GeneralOptions, default_work_dir: Path):26 self.__general = general
75 if config.general.qemu == QemuKind.ARM64:78 if config.general.qemu == QemuKind.ARM32:130 standard_view.create_time_report(results, self.config.general.time_report)171 if self.config.general.detailed_report:176 self.config.general.detailed_report_file)
131 f'{self.test_env.config.general.static_core_root}/tests/tests-u-runner-2/runner.sh',147 verbose_filter = self.test_env.config.general.verbose_filter148 verbose = self.test_env.config.general.verbose169 verbose = self.test_env.config.general.verbose170 verbose_filter = self.test_env.config.general.verbose_filter
33 return self.root / self.__config.general.report_dir_name51 return CoverageDir(self.__config.general, self.root)
25 def __init__(self, general: GeneralOptions, work_dir: Path):26 self.__general = general
34 Path(config.general.static_core_root)39 self.list_root = Path(config.general.static_core_root).joinpath(
24 def __init__(self, general: GeneralOptions, work_dir: Path):25 self.__general = general