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

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

Issue 386563002: Add "point of interest" app for command-line testing of dart2js type information. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 5 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 | « dart/tests/try/web/test_try.dart ('k') | 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 fb0c1c9287159156aabc8e9dee69ea9867d4fa0a..616fc89dc70f66e39a57cb1370a37424bbb9bb90 100644
--- a/dart/tools/bots/compiler.py
+++ b/dart/tools/bots/compiler.py
@@ -278,7 +278,7 @@ def TestCompiler(runtime, mode, system, flags, is_buildbot, arch,
unit_test_flags = [flag for flag in flags if flag.startswith('--shard')]
# Run the unit tests in checked mode (the VM's checked mode).
unit_test_flags.append('--checked')
- TestStep("dart2js_unit", mode, system, 'none', 'vm', ['dart2js'],
+ TestStep("dart2js_unit", mode, system, 'none', 'vm', ['dart2js', 'try'],
unit_test_flags, arch)
if compiler == 'dart2js' and runtime in ['ie10', 'ie11']:
« no previous file with comments | « dart/tests/try/web/test_try.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698