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

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
Index: frog/scripts/buildbot_annotated_steps.py
diff --git a/frog/scripts/buildbot_annotated_steps.py b/frog/scripts/buildbot_annotated_steps.py
index bb3df7516a27ac699f1325281b9579fd076a378c..107a48d08761a8de1cdd5595a6c7cb555eba5efa 100644
--- a/frog/scripts/buildbot_annotated_steps.py
+++ b/frog/scripts/buildbot_annotated_steps.py
@@ -202,7 +202,8 @@ def TestFrog(compiler, runtime, mode, system, option, flags):
TestStep("sdk", mode, system, 'none', 'vm', ['dartdoc'], flags)
else:
- tests = ['client', 'language', 'corelib', 'isolate', 'frog',
+ tests = ['dom', 'html', 'json', 'benchmark_smoke',
+ 'language', 'corelib', 'isolate', 'frog',
'frog_native', 'peg', 'css']
# TODO(efortuna): Move Mac back to DumpRenderTree when we have a more stable

Powered by Google App Engine
This is Rietveld 408576698