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

Unified Diff: tools/testrunner/local/old_statusfile.py

Issue 17260002: Add new test suite for migrated blink tests. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebase. Created 7 years, 6 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 | « test/webkit/webkit.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testrunner/local/old_statusfile.py
diff --git a/tools/testrunner/local/old_statusfile.py b/tools/testrunner/local/old_statusfile.py
index a16941b83b9bcbfec90817d40e91d1979b6c9aa7..a9a62036ec48fcfcd68135e8c93358a163122a6c 100644
--- a/tools/testrunner/local/old_statusfile.py
+++ b/tools/testrunner/local/old_statusfile.py
@@ -386,7 +386,7 @@ class ConvertNotation(object):
self.init = True
def CloseGlobal(self):
- if not self.init: return
+ if not self.init: self.OpenGlobal()
print >> self.out, "]"
self.init = False
« no previous file with comments | « test/webkit/webkit.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698