[LNT] r218902 - Fix an assertion that was too strong

Chris Matthews cmatthews5 at apple.com
Thu Oct 2 13:06:45 PDT 2014


Author: cmatthews
Date: Thu Oct  2 15:06:44 2014
New Revision: 218902

URL: http://llvm.org/viewvc/llvm-project?rev=218902&view=rev
Log:
Fix an assertion that was too strong

Modified:
    lnt/trunk/lnt/tests/nt.py

Modified: lnt/trunk/lnt/tests/nt.py
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/lnt/tests/nt.py?rev=218902&r1=218901&r2=218902&view=diff
==============================================================================
--- lnt/trunk/lnt/tests/nt.py (original)
+++ lnt/trunk/lnt/tests/nt.py Thu Oct  2 15:06:44 2014
@@ -1238,7 +1238,7 @@ class PastRunData(object):
         assert self.compile_status is not None, msg
         assert self.execution_status is not None, msg
         assert self.compile_time is not None, msg
-        assert self.execution_time is not None, msg
+
         self.valid = True
 
     def is_rerunable(self):





More information about the llvm-commits mailing list