[Lldb-commits] [PATCH] D12020: Print unexpected successes at the end of dosep.

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 13 16:35:50 PDT 2015


zturner added inline comments.

================
Comment at: test/dosep.py:500
@@ +499,3 @@
+        print "\nUnexpected Successes (%d)" % len(unexpected_successes)
+        for u in unexpected_successes:
+            print "UNEXPECTED SUCCESS: LLDB (suite) :: %s (%s)" % (u, system_info)
----------------
I thought about that.  But if we're going to do that, might as well go all the way and print each one inside the test.  Seems like a worthwhile thing to do, just didn't want to take that on quite yet.


http://reviews.llvm.org/D12020





More information about the lldb-commits mailing list