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

Unified Diff: tools/bots/dart2js_dump_info.py

Issue 1412823002: dart2js-dump-info: Explicitly pass architecture to test script like already done for build script. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bots/dart2js_dump_info.py
diff --git a/tools/bots/dart2js_dump_info.py b/tools/bots/dart2js_dump_info.py
index e21395483f1e44275320d75f10019e55769c4c74..eb863858b8b591bf77d0a2e594e54dac87830b9a 100644
--- a/tools/bots/dart2js_dump_info.py
+++ b/tools/bots/dart2js_dump_info.py
@@ -43,6 +43,7 @@ def DumpSteps(build_info):
dump_compilations = os.path.join(temp_dir, 'dump')
normal_compilation_command = [sys.executable,
'./tools/test.py',
+ '--arch=ia32',
'--mode=%s' % build_info.mode,
'-cdart2js',
'-rnone',
« 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