[Lldb-commits] [PATCH] D13124: test runner: switch to pure-Python timeout mechanism

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 24 14:01:06 PDT 2015


tfiala added inline comments.

================
Comment at: test/curses_results.py:223
@@ -223,1 +222,3 @@
+                        # Greg - not sure why this is here.  It locks up on exit.
+                        # self.main_window.key_event_loop()
                         lldbcurses.terminate_curses()
----------------
tfiala wrote:
> Greg, let me know if there's something more sensible I can do here rather than comment it out.  It never seemed to return and just kept looping.
Greg got rid of this call this morning.  There was a 'q' command intended to be there that wasn't yet, which prevented us from exiting at the end.  For now we're just taking this out.


http://reviews.llvm.org/D13124





More information about the lldb-commits mailing list