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

Unified Diff: CHANGELOG.md

Issue 1096693005: Support @Skip as a suite-level annotation. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | README.md » ('j') | lib/src/runner/loader.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1cd35ffd5d5ddcc162c150e1d144e5473051a84d..5f13b12ffac57a6134fd22af47be4f754f70cf0a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@
[custom html]: https://github.com/dart-lang/test/blob/master/README.md#running-tests-with-custom-html
+* Tests, groups, and suites may be declared as skipped. Tests and groups are
+ skipped using the `skip` named argument; suites are skipped using the `@Skip`
+ annotation. See [the README][skip] for more information.
+
+[custom html]: https://github.com/dart-lang/test/blob/master/README.md#skipping-tests
kevmoo 2015/04/17 23:56:29 You mean [skip] here?
nweiz 2015/04/18 00:07:39 Done.
+
* Fix running VM tests against `pub serve`.
* More gracefully handle browser errors.
« no previous file with comments | « no previous file | README.md » ('j') | lib/src/runner/loader.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698