Revision: 12218
Author:   [email protected]
Date:     Mon Jul 30 02:09:13 2012
Log:      Remove unused fields in test.py

Review URL: https://chromiumcodereview.appspot.com/10833002
Patch from Haitao Feng <[email protected]>.
http://code.google.com/p/v8/source/detail?r=12218

Modified:
 /branches/bleeding_edge/tools/test.py

=======================================
--- /branches/bleeding_edge/tools/test.py       Wed Jul 11 08:15:04 2012
+++ /branches/bleeding_edge/tools/test.py       Mon Jul 30 02:09:13 2012
@@ -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

Reply via email to