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

Side by Side Diff: CHANGELOG.md

Issue 1107743002: Support asynchronous main methods. (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/iframe_listener.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-rc.1 1 ### 0.12.0-rc.1
2 2
3 * Remove `handleExternalError`. This was never used in practice and its function 3 * Remove `handleExternalError`. This was never used in practice and its function
4 was unclear. 4 was unclear.
5 5
6 * If a test suite's `main()` method returns a `Future`, tests may be declared
7 until that `Future` returns.
8
6 ### 0.12.0-rc.0 9 ### 0.12.0-rc.0
7 10
8 * Tests, groups, and suites can now be configured on a platform-by-platform 11 * Tests, groups, and suites can now be configured on a platform-by-platform
9 basis. Tests and groups are configured using the `onPlatform` named argument; 12 basis. Tests and groups are configured using the `onPlatform` named argument;
10 suites are configured using the `@OnPlatform` annotation. See [the 13 suites are configured using the `@OnPlatform` annotation. See [the
11 README][onPlatform] for more information. 14 README][onPlatform] for more information.
12 15
13 [onPlatform]: https://github.com/dart-lang/test/blob/master/README.md#platform-s pecific-configuration 16 [onPlatform]: https://github.com/dart-lang/test/blob/master/README.md#platform-s pecific-configuration
14 17
15 * Add a `--reporter` flag and an expanded reporter that prints each test on its 18 * Add a `--reporter` flag and an expanded reporter that prints each test on its
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, 265 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`,
263 `expectAsyncUntil1` and `expectAsyncUntil2` 266 `expectAsyncUntil1` and `expectAsyncUntil2`
264 * `TestCase`: 267 * `TestCase`:
265 * Removed properties: `setUp`, `tearDown`, `testFunction` 268 * Removed properties: `setUp`, `tearDown`, `testFunction`
266 * `enabled` is now get-only 269 * `enabled` is now get-only
267 * Removed methods: `pass`, `fail`, `error` 270 * Removed methods: `pass`, `fail`, `error`
268 * `interactive_html_config.dart` has been removed. 271 * `interactive_html_config.dart` has been removed.
269 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 272 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
270 `solo_group` now throw a `StateError` if called while tests are running. 273 `solo_group` now throw a `StateError` if called while tests are running.
271 * `rerunTests` has been removed. 274 * `rerunTests` has been removed.
OLDNEW
« no previous file with comments | « no previous file | lib/src/runner/browser/iframe_listener.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698