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

Unified Diff: tools/testing/dart/test_options.dart

Issue 15755017: Switch from DRT to content shell. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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 | « tools/testing/dart/drt_updater.dart ('k') | tools/testing/dart/test_runner.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_options.dart
diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
index 0a25eb9b77ce58ddd712bddffd99261a9cd38eff..b04f7317afa153f3a51013b52ba3a9b0410cbdaa 100644
--- a/tools/testing/dart/test_options.dart
+++ b/tools/testing/dart/test_options.dart
@@ -85,6 +85,7 @@ is 'dart file.dart' and you specify special command
['-c', '--compiler'],
['none', 'dart2dart', 'dart2js', 'dartc', 'dartanalyzer'],
'none'),
+ // TODO(antonm): fix the option drt.
new _TestOptionSpecification(
'runtime',
'''Where the tests should be run.
@@ -95,7 +96,7 @@ is 'dart file.dart' and you specify special command
jsshell: Run JavaScript from the command line using firefox js-shell.
drt: Run Dart or JavaScript in the headless version of Chrome,
- DumpRenderTree.
+ Content shell.
dartium: Run Dart or JavaScript in Dartium.
@@ -252,8 +253,8 @@ is 'dart file.dart' and you specify special command
[],
''),
new _TestOptionSpecification(
- 'drt',
- 'Path to DumpRenderTree executable',
+ 'drt', // TODO(antonm): fix the option name.
+ 'Path to content shell executable',
['--drt'],
[],
''),
« no previous file with comments | « tools/testing/dart/drt_updater.dart ('k') | tools/testing/dart/test_runner.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698