[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 21:56:39 PDT 2015


tfiala added a comment.

> That's a good idea. I'm (somewhat slowly) attempting to work in some clean up each time I touch it. I'll hit that at some point. I'll start winding down on changes to the test infrastructure soon-ish. If I don't hit that by the time I stop heavy changes, definitely feel free to jump on it!


Okay, I couldn't help myself.  I'm taking a bit more time on this as I set it up much more nicely.  I'm pulling all the process management into another module and breaking out some platform-specific bits into a per-platform helper.

I won't have something up until tomorrow later on at the earliest.


http://reviews.llvm.org/D13124





More information about the lldb-commits mailing list