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

Unified Diff: tools/bots/compiler.py

Issue 11519030: Safari hack to run tests in --nobatch mode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bots/compiler.py
diff --git a/tools/bots/compiler.py b/tools/bots/compiler.py
index c752f8da6ba23c83b1a2d2893090318e985ad2f2..e378b4d66f5281110c394f53c88c50fc732b44d4 100644
--- a/tools/bots/compiler.py
+++ b/tools/bots/compiler.py
@@ -121,6 +121,10 @@ def TestStep(name, mode, system, compiler, runtime, targets, flags):
'--use-sdk',
'--report'])
+ # TODO(ricow/kustermann): Issue 7339
+ if runtime == "safari":
+ cmd.append('--nobatch')
+
if user_test == 'yes':
cmd.append('--progress=color')
else:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698