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

Unified Diff: frog/scripts/buildbot_annotated_steps.py

Issue 9447045: Hook up dartdoc tests to the frog buildbot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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 | utils/tests/dartdoc/dartdoc.status » ('j') | utils/tests/dartdoc/dartdoc.status » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/scripts/buildbot_annotated_steps.py
diff --git a/frog/scripts/buildbot_annotated_steps.py b/frog/scripts/buildbot_annotated_steps.py
index 1cb96ee19855eb45a00056bf2a671cd58290f2e0..f215d81be57ff19b80723776a4094cd82bdbe515 100644
--- a/frog/scripts/buildbot_annotated_steps.py
+++ b/frog/scripts/buildbot_annotated_steps.py
@@ -124,6 +124,8 @@ def TestFrog(arch, mode, system, browser, flags):
TestStep("frog", mode, system, arch, [], flags)
TestStep("frog_extra", mode, system,
arch, ['frog', 'frog_native', 'peg', 'css'], flags)
+ TestStep("sdk", mode, system,
+ 'vm', ['dartdoc'], flags)
if not '--checked' in flags:
TestStep("leg", mode, system, 'leg', [], flags)
« no previous file with comments | « no previous file | utils/tests/dartdoc/dartdoc.status » ('j') | utils/tests/dartdoc/dartdoc.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698