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

Side by Side Diff: CHANGELOG.md

Issue 1228943005: Avoid an uncaught error. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 5 years, 5 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
OLDNEW
1 ## 0.12.4
2
3 * Fix an uncaught error that could crop up when killing the test runner process
4 at the wrong time.
5
1 ## 0.12.3+7 6 ## 0.12.3+7
2 7
3 * Add a missing dependency on the `collection` package. 8 * Add a missing dependency on the `collection` package.
4 9
5 ## 0.12.3+6 10 ## 0.12.3+6
6 11
7 **This version was unpublished due to [issue 287][].** 12 **This version was unpublished due to [issue 287][].**
8 13
9 * Properly report load errors caused by failing to start browsers. 14 * Properly report load errors caused by failing to start browsers.
10 15
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, 241 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`,
237 `expectAsyncUntil1` and `expectAsyncUntil2` 242 `expectAsyncUntil1` and `expectAsyncUntil2`
238 * `TestCase`: 243 * `TestCase`:
239 * Removed properties: `setUp`, `tearDown`, `testFunction` 244 * Removed properties: `setUp`, `tearDown`, `testFunction`
240 * `enabled` is now get-only 245 * `enabled` is now get-only
241 * Removed methods: `pass`, `fail`, `error` 246 * Removed methods: `pass`, `fail`, `error`
242 * `interactive_html_config.dart` has been removed. 247 * `interactive_html_config.dart` has been removed.
243 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 248 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
244 `solo_group` now throw a `StateError` if called while tests are running. 249 `solo_group` now throw a `StateError` if called while tests are running.
245 * `rerunTests` has been removed. 250 * `rerunTests` has been removed.
OLDNEW
« no previous file with comments | « no previous file | lib/src/runner/browser/browser_manager.dart » ('j') | lib/src/runner/browser/browser_manager.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698