Searched refs:exec_command (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/test262/ |
| D | mix_compile.py | 62 return_code = exec_command(cmd) 77 return_code = exec_command(cmd)
|
| D | run_sunspider.py | 302 retcode = exec_command(cmd_args) 337 return exec_command(cmd_args) 343 return exec_command(cmd_args) 356 retcode = exec_command(cmd_args) 374 retcode = exec_command(cmd_args) 547 retcode = exec_command(cmd_args, custom_cwd = arkguard_path) 595 retcode = exec_command(cmd_args, 180000) 635 retcode = exec_command(cmd_args) 645 retcode = exec_command(cmd_args) 707 retcode = exec_command(cmd_args) [all …]
|
| D | utils.py | 76 def exec_command(cmd_args, timeout=DEFAULT_TIMEOUT, custom_cwd=None): function
|
| /arkcompiler/ets_runtime/test/regresstest/ |
| D | run_regress_test.py | 486 Utils.exec_command(command, test_report.test_id, step_result, self.args.timeout) 534 Utils.exec_command(command, test_report.test_id, step, self.args.timeout) 581 …def exec_command(cmd_args, test_id: str, step_result: StepResult, timeout=RegressTestConfig.DEFAUL… member in Utils 682 Utils.exec_command(command, test_report.test_id, step, self.args.timeout) 789 Utils.exec_command(command, test_report.test_id, step, self.args.timeout) 812 Utils.exec_command(command, test_report.test_id, step, self.args.timeout)
|