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

Unified Diff: tools/test.py

Issue 8566021: Made changes to the test architecture so that we can run frameworks other than (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
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 | « tests/language/language.status ('k') | tools/testing/architecture.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/test.py
===================================================================
--- tools/test.py (revision 1522)
+++ tools/test.py (working copy)
@@ -1168,7 +1168,7 @@
action='store_true')
result.add_option(
'--flag',
- help='Pass this additional flag to the VM',
+ help='Pass this additional flag to the VM or the program running the test',
default=[],
action='append')
result.add_option(
@@ -1219,8 +1219,7 @@
result.add_option(
'-c', '--component',
help='The component to test against '
- '(most, vm, dartc, frog, frogsh, leg, chromium, dartium, '
- 'webdriver)',
+ '(most, vm, dartc, frog, frogsh, leg, chromium, dartium, webdriver)',
metavar='[most,vm,dartc,chromium,dartium]',
default='vm')
return result
« no previous file with comments | « tests/language/language.status ('k') | tools/testing/architecture.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698