Chromium Code Reviews| 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. |