[PATCH] D14706: [lit] Implement support of per test timeout in lit.

Dan Liew via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 21 02:25:21 PST 2015


delcypher added inline comments.

================
Comment at: utils/lit/lit/TestRunner.py:584
@@ -473,3 +583,3 @@
     # convert to list before returning.
     return list(map(processLine, script))
 
----------------
jroelofs wrote:
> Oh cool, I've never noticed Phabricator highlighting rebase changes before.
I don't see anything different. Maybe that's because you added a comment?

That change (r253556) was a bug I found in lit while working on this patch. I committed that fix directly to trunk
because I thought it was trivial enough to not need reviewing.


http://reviews.llvm.org/D14706





More information about the llvm-commits mailing list