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

Side by Side Diff: CHANGELOG.md

Issue 1098763004: Fix running browser tests in subdirectories and release 0.12.0-beta.10. (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 unified diff | Download patch
« no previous file with comments | « no previous file | lib/src/runner/browser/server.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ### 0.12.0-beta.10
2
3 * Fix running browser tests in subdirectories.
4
1 ### 0.12.0-beta.9 5 ### 0.12.0-beta.9
2 6
3 * A browser test may use a custom HTML file. See [the README][custom html] for 7 * A browser test may use a custom HTML file. See [the README][custom html] for
4 more information. 8 more information.
5 9
6 [custom html]: https://github.com/dart-lang/test/blob/master/README.md#running-t ests-with-custom-html 10 [custom html]: https://github.com/dart-lang/test/blob/master/README.md#running-t ests-with-custom-html
7 11
8 * Tests, groups, and suites may be declared as skipped. Tests and groups are 12 * Tests, groups, and suites may be declared as skipped. Tests and groups are
9 skipped using the `skip` named argument; suites are skipped using the `@Skip` 13 skipped using the `skip` named argument; suites are skipped using the `@Skip`
10 annotation. See [the README][skip] for more information. 14 annotation. See [the README][skip] for more information.
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, 233 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`,
230 `expectAsyncUntil1` and `expectAsyncUntil2` 234 `expectAsyncUntil1` and `expectAsyncUntil2`
231 * `TestCase`: 235 * `TestCase`:
232 * Removed properties: `setUp`, `tearDown`, `testFunction` 236 * Removed properties: `setUp`, `tearDown`, `testFunction`
233 * `enabled` is now get-only 237 * `enabled` is now get-only
234 * Removed methods: `pass`, `fail`, `error` 238 * Removed methods: `pass`, `fail`, `error`
235 * `interactive_html_config.dart` has been removed. 239 * `interactive_html_config.dart` has been removed.
236 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 240 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
237 `solo_group` now throw a `StateError` if called while tests are running. 241 `solo_group` now throw a `StateError` if called while tests are running.
238 * `rerunTests` has been removed. 242 * `rerunTests` has been removed.
OLDNEW
« no previous file with comments | « no previous file | lib/src/runner/browser/server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698