[PATCH] Add per-test timeouts to lit

Jonathan Roelofs jonathan at codesourcery.com
Tue Dec 9 17:10:44 PST 2014


================
Comment at: utils/lit/lit/run.py:179
@@ -177,1 +178,3 @@
+            output = 'Timeout after %d seconds\n' % (t.duration)
+            result = lit.Test.Result(lit.Test.FAIL, output)
         except:
----------------
More specifically, I mean, how do I grab the rest of the output that happened before the timeout here?

http://reviews.llvm.org/D6584






More information about the llvm-commits mailing list