History log of /external/lldb/test/progress.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a182573e1a56ac5f68c0f0a38e6da906dc93b238 09-Feb-2013 Enrico Granata <egranata@apple.com> The new progress bar mode was losing us information compared to the old dots mode in that we would have no way of knowing about test failures (short of peeking into the test result directory.. and you're not supposed to peek!)

Added a new line of information that reports the count of tests that pass, fail or have other things happen to them.

Again no flag to have the dots back. If you care, let us know!



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@174784 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/progress.py
bc0c5a6c53350736969f9e0c0a7a9d41742f54c9 09-Feb-2013 Enrico Granata <egranata@apple.com> <rdar://problem/13176279>

The LLDB test suite now shows a progress bar instead of dots when not in verbose mode
If you crave the dots, make your Terminal window smaller than 10 columns :-)
(or ask for a flag to have the dots come back on demand)



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@174777 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/progress.py