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

Unified Diff: dart/tools/bots/compiler.py

Issue 204713005: Piggyback dart2js bots for testing Try Dart! (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 9 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: dart/tools/bots/compiler.py
diff --git a/dart/tools/bots/compiler.py b/dart/tools/bots/compiler.py
index 955e15fc10bab60a5cfe959badd7fa23f1542974..df7af7d7c63bed221bc4bcb7219b8c59f4874684 100644
--- a/dart/tools/bots/compiler.py
+++ b/dart/tools/bots/compiler.py
@@ -282,6 +282,10 @@ def TestCompiler(runtime, mode, system, flags, is_buildbot, arch,
TestStep("dart2js_extra", mode, system, 'dart2js', runtime, extras,
extras_flags, arch)
+ TestStep("try_dart", mode, system, 'dart2js', runtime, ['try'],
+ extras_flags, arch)
+
+
def GetHasHardCodedCheckedMode(build_info):
# TODO(ricow): We currently run checked mode tests on chrome on linux and
# on the slow (all) IE windows bots. This is a hack and we should use the
« 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