Home
last modified time | relevance | path

Searched refs:log_cmd (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
H A Dtest_file_based.py108 self.log_cmd(f"Run {name}: {logged_cmd}")
128 self.log_cmd(f"Failed by timeout after {params.timeout} sec\n{timeout_info}")
134 self.log_cmd(f"Failed with {ex}")
148 self.log_cmd(f"Output: '{report.output}'")
149 self.log_cmd(f"Error: '{report.error}'")
150 self.log_cmd(f"Return code: {report.return_code}")
H A Dtest_base.py75 def log_cmd(self, cmd: str) -> None: member in Test
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/
H A Dtest_sts_ts_subset.py113 self.log_cmd(f"Run compare outputs for {l_name} and {r_name}")
132 self.log_cmd(f"Output: '{self.report.output}'")
133 self.log_cmd(f"Error: '{self.report.error}'")
134 self.log_cmd(f"Return code: {self.report.return_code}")
/arkcompiler/ets_frontend/es2panda/test/
H A Drunner.py197 test_obj.log_cmd(cmd)
212 def log_cmd(self, cmd): member in Test
317 def log_cmd(self, cmd): member in TestAop
629 self.log_cmd(arkguard_cmd)
694 self.log_cmd(run_abc_cmd)
973 self.log_cmd(run_abc_cmd)
1170 self.log_cmd(gen_base_cmd)
1197 self.log_cmd(patch_test_cmd)
1383 self.log_cmd(cmd)

Completed in 4 milliseconds