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

Side by Side Diff: CHANGELOG.md

Issue 1224423002: Properly report load errors caused by browsers. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Code review changes 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
« 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.3+6
2
3 * Properly report load errors caused by failing to start browsers.
4
1 ## 0.12.3+5 5 ## 0.12.3+5
2 6
3 * Fix a crash when skipping tests because their platforms don't match. 7 * Fix a crash when skipping tests because their platforms don't match.
4 8
5 ## 0.12.3+4 9 ## 0.12.3+4
6 10
7 * The compact reporter will update the timer every second, rather than only 11 * The compact reporter will update the timer every second, rather than only
8 updating it occasionally. 12 updating it occasionally.
9 13
10 * The compact reporter will now print the full, untruncated test name before any 14 * The compact reporter will now print the full, untruncated test name before any
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, 216 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`,
213 `expectAsyncUntil1` and `expectAsyncUntil2` 217 `expectAsyncUntil1` and `expectAsyncUntil2`
214 * `TestCase`: 218 * `TestCase`:
215 * Removed properties: `setUp`, `tearDown`, `testFunction` 219 * Removed properties: `setUp`, `tearDown`, `testFunction`
216 * `enabled` is now get-only 220 * `enabled` is now get-only
217 * Removed methods: `pass`, `fail`, `error` 221 * Removed methods: `pass`, `fail`, `error`
218 * `interactive_html_config.dart` has been removed. 222 * `interactive_html_config.dart` has been removed.
219 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 223 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
220 `solo_group` now throw a `StateError` if called while tests are running. 224 `solo_group` now throw a `StateError` if called while tests are running.
221 * `rerunTests` has been removed. 225 * `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