Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(695)

Unified Diff: test/message/testcfg.py

Issue 10809010: Android test runner: Rename "Error" to "ANDROID" (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/android-run.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/testcfg.py
===================================================================
--- test/message/testcfg.py (revision 12136)
+++ test/message/testcfg.py (working copy)
@@ -44,7 +44,7 @@
"""Ignore empty lines, valgrind output and Android output."""
if not str: return True
return (str.startswith('==') or str.startswith('**') or
- str.startswith('Error'))
+ str.startswith('ANDROID'))
def IsFailureOutput(self, output):
f = file(self.expected)
« no previous file with comments | « no previous file | tools/android-run.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698