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

Unified Diff: tests/stub-generator/testcfg.py

Issue 8403040: Don't wait unnecessarily. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years, 1 month 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 | « tests/stub-generator/stub-generator.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/stub-generator/testcfg.py
===================================================================
--- tests/stub-generator/testcfg.py (revision 1134)
+++ tests/stub-generator/testcfg.py (working copy)
@@ -39,6 +39,9 @@
(interface, _, implementation) = interface.partition('+')
return (interface, classes, implementation)
+ def IsFailureOutput(self, output):
+ return output.exit_code != 0 or not '##DONE##' in output.stdout
+
def BeforeRun(self):
if not self.context.generate:
return
« no previous file with comments | « tests/stub-generator/stub-generator.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698