Searched refs:was_timeout (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/test_runner/test/ |
| H A D | test_process_control.py | 37 self.was_timeout = False 50 def on_process_exited(self, command, output, was_timeout, exit_status): argument 52 self.was_timeout = was_timeout 156 self.assertTrue(driver.was_timeout, "expected to end with a timeout") 196 self.assertTrue(driver.was_timeout, "expected to end with a timeout") 232 driver.was_timeout, "inferior should have completed normally")
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/test_runner/ |
| H A D | process_control.py | 492 def on_process_exited(self, command, output, was_timeout, exit_status): argument
|