[Lldb-commits] [PATCH] D24850: add hook for calling platform-dependent pre-kill action on a timed out test

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 23 01:45:42 PDT 2016


labath accepted this revision.
labath added a comment.

Sounds like a useful thing to have. I've found turning on logging very helpful when looking for these issues, as it can tell you what was happening in the past, in addition to the current state (also it allows you to compare the logs from a successful and unsuccessful run).


================
Comment at: packages/Python/lldbsuite/test/test_runner/process_control.py:514
@@ +513,3 @@
+        # to it later.
+        self.command = command
+
----------------
Is this actually used anywhere?


https://reviews.llvm.org/D24850





More information about the lldb-commits mailing list