Index: test/dosep.py =================================================================== --- test/dosep.py +++ test/dosep.py @@ -111,6 +111,7 @@ 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)