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

Unified Diff: tools/bots/compiler.py

Issue 686453002: Pass builder-tag to test.py on dart2js bots. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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/compiler.py
diff --git a/tools/bots/compiler.py b/tools/bots/compiler.py
index 8789155310cc2eb6078ca5a6fd888c6b30fb7dd7..246e87fa7cef8b70b954661df8e01c55ccb93cba 100644
--- a/tools/bots/compiler.py
+++ b/tools/bots/compiler.py
@@ -349,6 +349,8 @@ def RunCompilerTests(build_info):
if build_info.minified: test_flags += ['--minified']
if build_info.host_checked: test_flags += ['--host-checked']
if build_info.batch: test_flags += ['--dart2js-batch']
+ if build_info.builder_tag: test_flags += ['--builder-tag=' +
+ build_info.builder_tag]
if build_info.dart2js_full:
compiler = build_info.compiler
« 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