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

Unified Diff: tests/co19/testcfg.py

Issue 8341066: Fixes problem with running test.py --arch dartc --mode release,debug (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: style change Created 9 years, 2 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/test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/co19/testcfg.py
diff --git a/tests/co19/testcfg.py b/tests/co19/testcfg.py
index 484c20cc25f0920e53951972aaf2ff8518667c35..786e9917646c51197b05b3b613edc476652898ae 100644
--- a/tests/co19/testcfg.py
+++ b/tests/co19/testcfg.py
@@ -50,6 +50,7 @@ class Co19TestCase(test.TestCase):
# Combine everything into a command array and return it.
command = self.context.GetDart(self.mode, self.arch)
command += self.context.flags
+ if self.mode == 'release': command += ['--optimize']
if vm_options: command += vm_options
if dart_options: command += dart_options
else:
« no previous file with comments | « no previous file | tools/test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698