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

Unified Diff: tools/test.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 | « tests/co19/testcfg.py ('k') | tools/testing/architecture.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/test.py
diff --git a/tools/test.py b/tools/test.py
index e3896d3f3ea7298ee180fa95cacf4faed1a08709..d81a973986627613a00d18ce02139ba769a06276 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -1225,8 +1225,6 @@ def ProcessOptions(options):
print 'Unknown arch %s' % arch
return False
options.flags = []
- if (arch == 'dartc' or arch == 'chromium') and mode == 'release':
- options.flags.append('--optimize')
options.flags.append('--ignore-unrecognized-flags')
if options.checked:
options.flags.append('--enable_asserts')
« no previous file with comments | « tests/co19/testcfg.py ('k') | tools/testing/architecture.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698