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

Unified Diff: frog/presubmit.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 | « client/tests/dartc/dartc.status ('k') | frog/scripts/buildbot_annotated_steps.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/presubmit.py
diff --git a/frog/presubmit.py b/frog/presubmit.py
index 438afbae6648ed0d32b23fddcad19d158f0b28a9..cbc4f43cbaf1816f919ca6b04cd134cae282afc1 100755
--- a/frog/presubmit.py
+++ b/frog/presubmit.py
@@ -98,7 +98,8 @@ def main():
# Run frogium client tests. This is a pretty quick test but
# tends to uncover different issues due to the size/complexity
# of the DOM APIs.
- cmd = test_cmd + ['--compiler=frog', '--runtime=drt', 'client']
+ cmd = test_cmd + ['--compiler=frog', '--runtime=drt',
+ 'dom', 'html', 'json', 'benchmark_smoke']
RunCommand(*cmd, verbose=True)
# Run frog on most of the tests.
« no previous file with comments | « client/tests/dartc/dartc.status ('k') | frog/scripts/buildbot_annotated_steps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698