[PATCH] Add per-test timeouts to lit

Jonathan Roelofs jonathan at codesourcery.com
Tue Dec 9 16:01:05 PST 2014


================
Comment at: lit/util.py:170
@@ +169,3 @@
+
+    if timed_out[0]:
+      raise Test.TimeoutException(timeout)
----------------
Something here apparently doesn't work. Foolishly, I had only tested it with timeout=0. Currently debugging.

http://reviews.llvm.org/D6584






More information about the llvm-commits mailing list