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

Unified Diff: frog/scripts/buildbot_annotated_steps.py

Issue 9418045: Support for native in leg, and start moving native tests to a specific test suite. (Closed) Base URL: http://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 | « frog/presubmit.py ('k') | frog/tests/frog/src/NativeClassAvoidsHiddenNameFrogTest.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
===================================================================
--- frog/scripts/buildbot_annotated_steps.py (revision 4390)
+++ frog/scripts/buildbot_annotated_steps.py (working copy)
@@ -147,7 +147,7 @@
if arch != 'frogium': # frog and frogsh
TestStep("frog", mode, system, arch, [], flags)
TestStep("frog_extra", mode, system,
- arch, ['frog', 'peg', 'css'], flags)
+ arch, ['frog', 'frog_native', 'peg', 'css'], flags)
if arch == 'frogsh':
# There is no need to run these tests both for frog and frogsh.
@@ -158,7 +158,8 @@
TestStep("leg_extra", mode, system, 'vm', ['leg'], flags)
else:
- tests = ['client', 'language', 'corelib', 'isolate', 'frog', 'peg', 'css']
+ tests = ['client', 'language', 'corelib', 'isolate', 'frog',
+ 'frog_native', 'peg', 'css']
# TODO(jmesserly): make DumpRenderTree more like other browser tests, so
# we don't have this translation step. See dartbug.com/1158.
« no previous file with comments | « frog/presubmit.py ('k') | frog/tests/frog/src/NativeClassAvoidsHiddenNameFrogTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698