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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to