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

Unified Diff: test/runner/runner_test.dart

Issue 1659623002: Update the expected usage. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 4 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/runner/runner_test.dart
diff --git a/test/runner/runner_test.dart b/test/runner/runner_test.dart
index 8a69547cb25321cdd2c3b2616dabf1a0bed0b8d1..8fbd30390126ffb97e0f2b9611780d77fc0378f7 100644
--- a/test/runner/runner_test.dart
+++ b/test/runner/runner_test.dart
@@ -46,12 +46,16 @@ Usage: pub run test:test [files or directories...]
-h, --help Shows this usage information.
--version Shows the package's version.
+
+======== Selecting Tests
-n, --name A substring of the name of the test to run.
Regular expression syntax is supported.
-N, --plain-name A plain-text substring of the name of the test to run.
-t, --tags Run only tests with all of the specified tags.
-x, --exclude-tags Don't run tests with any of the specified tags.
+
+======== Running Tests
-p, --platform The platform(s) on which to run the tests.
$_browsers
@@ -59,10 +63,14 @@ Usage: pub run test:test [files or directories...]
(defaults to $_defaultConcurrency)
--pub-serve=<port> The port of a pub serve instance serving "test/".
+ --timeout The default test timeout. For example: 15s, 2x, none
+ (defaults to 30s)
+
--pause-after-load Pauses for debugging before any tests execute.
- Implies --concurrency=1.
+ Implies --concurrency=1 and --timeout=none.
Currently only supported for browser tests.
+======== Output
-r, --reporter The runner used to print test results.
[compact] A single line, updated continuously.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698