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

Side by Side Diff: CHANGELOG.md

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

Powered by Google App Engine
This is Rietveld 408576698