[Lldb-commits] [lldb] r220406 - Sort unit test failures by name - submitted for Vince Harron http://reviews.llvm.org/D5904
Shawn Best
sbest at blueshiftinc.com
Wed Oct 22 12:29:00 PDT 2014
Author: sbest
Date: Wed Oct 22 14:29:00 2014
New Revision: 220406
URL: http://llvm.org/viewvc/llvm-project?rev=220406&view=rev
Log:
Sort unit test failures by name - submitted for Vince Harron http://reviews.llvm.org/D5904
Modified:
lldb/trunk/test/dosep.py
Modified: lldb/trunk/test/dosep.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/dosep.py?rev=220406&r1=220405&r2=220406&view=diff
==============================================================================
--- lldb/trunk/test/dosep.py (original)
+++ lldb/trunk/test/dosep.py Wed Oct 22 14:29:00 2014
@@ -111,6 +111,7 @@ Run lldb test suite using a separate pro
print "Ran %d tests." % num_tests
if len(failed) > 0:
+ failed.sort()
print "Failing Tests (%d)" % len(failed)
for f in failed:
print "FAIL: LLDB (suite) :: %s (%s)" % (f, system_info)
More information about the lldb-commits
mailing list