[PATCH] Add per-test timeouts to lit

Jonathan Roelofs jonathan at codesourcery.com
Tue Dec 9 13:59:59 PST 2014


================
Comment at: lit/Test.py:222
@@ +221,3 @@
+
+class TimeoutException(Exception):
+    def __init__(self, duration):
----------------
Not sure this is the right place for this. Is there somewhere better it belongs?

http://reviews.llvm.org/D6584






More information about the llvm-commits mailing list