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

Unified Diff: dart/tools/test.py

Issue 8462004: Integrate leg as a component in test.py. Also update presubmit script to run tests with leg. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 9 years, 1 month 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 | « dart/tests/language/language.status ('k') | dart/tools/testing/architecture.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/test.py
===================================================================
--- dart/tools/test.py (revision 1186)
+++ dart/tools/test.py (working copy)
@@ -1217,7 +1217,7 @@
result.add_option(
'-c', '--component',
help='The component to test against '
- '(most, vm, dartc, frog, frogsh, chromium, dartium)',
+ '(most, vm, dartc, frog, frogsh, leg, chromium, dartium)',
metavar='[most,vm,dartc,chromium,dartium]',
default='vm')
return result
@@ -1256,7 +1256,7 @@
print 'Unknown arch %s' % arch
return False
for component in options.component:
- if not component in ['vm', 'dartc', 'frog', 'frogsh',
+ if not component in ['vm', 'dartc', 'frog', 'frogsh', 'leg',
'chromium', 'dartium']:
print 'Unknown component %s' % component
return False
« no previous file with comments | « dart/tests/language/language.status ('k') | dart/tools/testing/architecture.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698