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

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

Issue 10266011: Shoehorn dart2js into the SDK. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments 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
Index: dart/tools/testing/dart/test_options.dart
diff --git a/dart/tools/testing/dart/test_options.dart b/dart/tools/testing/dart/test_options.dart
index d730d728143f75fa7bd82ef03bda6fe713919675..ba4131f4b0a24c67a0691483c3b429241d7934a8 100644
--- a/dart/tools/testing/dart/test_options.dart
+++ b/dart/tools/testing/dart/test_options.dart
@@ -249,6 +249,18 @@ is 'dart file.dart' and you specify special command
[],
''),
new _TestOptionSpecification(
+ 'use_sdk',
+ '''Use compiler or runtime from the SDK.
+
+Normally, the compiler or runtimes in PRODUCT_DIR is tested, with this
+option, the compiler or runtime in PRODUCT_DIR/dart-sdk/bin is tested.
+
+Note: currently only implemented for dart2js.''',
+ ['--use-sdk'],
+ [],
+ false,
+ 'bool'),
+ new _TestOptionSpecification(
'noBatch',
'Do not run browser tests in batch mode',
['-n', '--nobatch'],

Powered by Google App Engine
This is Rietveld 408576698