Reviewers: Jakob,
Message:
You might want to mention in the wiki:
"If there are many fails in the unit tests, consider using Make
$arch.$mode.check TESTFLAGS="--progress dots 1>stdout 2>stderr" to print the
fail results in the stdout file".
The default progress indicator provides ClearLine functionality and will
print
\r in the redirected file which make the file hard to read.
Description:
Remove unused fields in test.py
Please review this at http://codereview.chromium.org/10833002/
SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/
Affected files:
M tools/test.py
Index: tools/test.py
===================================================================
--- tools/test.py (revision 12182)
+++ tools/test.py (working copy)
@@ -299,8 +299,6 @@
'status_line': "[%(mins)02i:%(secs)02i|%%%(remaining) 4d|+%(passed)
4d|-%(failed) 4d]: %(test)s",
'stdout': '%s',
'stderr': '%s',
- 'clear': lambda last_line_length: ("\r" + (" " * last_line_length)
+ "\r"),
- 'max_length': 78
}
super(MonochromeProgressIndicator, self).__init__(cases, templates)
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev