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

Unified Diff: frog/scripts/buildbot_annotated_steps.py

Issue 10191033: test renaming overhaul: step 4 client tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 | « frog/presubmit.py ('k') | tests/benchmark_smoke/benchmark_base.dart » ('j') | no next file with comments »
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 4401d874e8e619023da68cd11c7332508080981e..549ee7520aa4a30f68520545d3812c0888432812 100644
--- a/frog/scripts/buildbot_annotated_steps.py
+++ b/frog/scripts/buildbot_annotated_steps.py
@@ -206,7 +206,8 @@ def TestFrog(compiler, runtime, mode, system, option, flags, bot_number=None):
TestStep("sdk", mode, system, 'none', 'vm', ['dartdoc'], flags)
else:
- tests = ['client', 'isolate', 'frog', 'css', 'corelib', 'language'
+ tests = ['dom', 'html', 'json', 'benchmark_smoke',
+ 'isolate', 'frog', 'css', 'corelib', 'language',
'frog_native', 'peg']
# TODO(efortuna): Move Mac back to DumpRenderTree when we have a more stable
@@ -228,7 +229,8 @@ def TestFrog(compiler, runtime, mode, system, option, flags, bot_number=None):
if bot_number == '2':
tests = ['corelib', 'language']
else:
- tests = ['client', 'isolate', 'frog', 'css', 'frog_native', 'peg']
+ tests = ['dom', 'html', 'json', 'benchmark_smoke',
+ 'isolate', 'frog', 'css', 'frog_native', 'peg']
TestStep(runtime, mode, system, compiler, runtime, tests,
flags + additional_flags)
« no previous file with comments | « frog/presubmit.py ('k') | tests/benchmark_smoke/benchmark_base.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698