Home
last modified time | relevance | path

Searched refs:exec_command (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/test262/
Dmix_compile.py62 return_code = exec_command(cmd)
77 return_code = exec_command(cmd)
Drun_sunspider.py302 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 …]
Dutils.py76 def exec_command(cmd_args, timeout=DEFAULT_TIMEOUT, custom_cwd=None): function
/arkcompiler/ets_runtime/test/regresstest/
Drun_regress_test.py486 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)