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

Unified Diff: dart/frog/scripts/buildbot_annotated_steps.py

Issue 9813012: Add "mock" compilation feature to dart2js and use it to improve test coverage. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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
Index: dart/frog/scripts/buildbot_annotated_steps.py
diff --git a/dart/frog/scripts/buildbot_annotated_steps.py b/dart/frog/scripts/buildbot_annotated_steps.py
index ffe89fc37c89ea8d53e4f689970c39d7c92fb4e3..beac752db710f4726c4d2b5f8131cfdb1a3a1913 100644
--- a/dart/frog/scripts/buildbot_annotated_steps.py
+++ b/dart/frog/scripts/buildbot_annotated_steps.py
@@ -180,7 +180,7 @@ def TestFrog(component, mode, system, browser, option, flags):
# isolate tests, so we're switching to use Chrome in the short term.
if browser == 'chrome' and system == 'linux':
TestStep('browser', mode, system, 'frogium', tests, flags)
- TestStep('browser', mode, system, 'legium', tests, flags)
+ TestStep('browser', mode, system, 'legium', [], flags)
ngeoffray 2012/03/22 07:54:03 I guess this run the default suite of tests. Thank
ahe 2012/03/22 09:59:39 I also added leg_only and frog_native.
else:
additional_flags = ['--browser=' + browser]
if system.startswith('win') and browser == 'ie':

Powered by Google App Engine
This is Rietveld 408576698