[lit] Implement support of per test timeout in lit.
[oota-llvm.git] / utils / lit / lit / Test.py
index 701335541fb7c82c8e1a5db0d555e0a38e1dcc5b..ef0e7bfc2a37dd6ed674bf41fd0edb424e8c1bd0 100644 (file)
@@ -33,6 +33,7 @@ FAIL        = ResultCode('FAIL', True)
 XPASS       = ResultCode('XPASS', True)
 UNRESOLVED  = ResultCode('UNRESOLVED', True)
 UNSUPPORTED = ResultCode('UNSUPPORTED', False)
+TIMEOUT     = ResultCode('TIMEOUT', True)
 
 # Test metric values.