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

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

Issue 2240193002: Add --packages flag to test.py, to specify a package spec file. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 4 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: tools/testing/dart/test_options.dart
diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
index c685988e2428f8f90546ef63c72e7ee0bcfd2630..922e386626eca19b8929230cdea8ed2530afbd1b 100644
--- a/tools/testing/dart/test_options.dart
+++ b/tools/testing/dart/test_options.dart
@@ -437,6 +437,12 @@ Note: currently only implemented for dart2js.''',
new _TestOptionSpecification('package_root',
'The package root to use for testing.', ['--package-root'], [], null),
new _TestOptionSpecification(
+ 'packages',
+ 'The package spec file to use for testing.',
+ ['--packages'],
+ [],
+ null),
+ new _TestOptionSpecification(
'exclude_suite',
'Exclude suites from default selector, only works when no'
' selector has been specified on the command line',

Powered by Google App Engine
This is Rietveld 408576698