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

Side by Side Diff: CHANGELOG.md

Issue 1230983002: Substantially increase browser timeouts. (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
« no previous file with comments | « no previous file | lib/src/runner/browser/browser_manager.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 1 ## 0.12.3+6
2 2
3 * Properly report load errors caused by failing to start browsers. 3 * Properly report load errors caused by failing to start browsers.
4 4
5 * Substantially increase browser timeouts. These timeouts are the cause of a lot
6 of flakiness, and now that they don't block test running there's less harm in
7 making them longer.
8
5 ## 0.12.3+5 9 ## 0.12.3+5
6 10
7 * Fix a crash when skipping tests because their platforms don't match. 11 * Fix a crash when skipping tests because their platforms don't match.
8 12
9 ## 0.12.3+4 13 ## 0.12.3+4
10 14
11 * The compact reporter will update the timer every second, rather than only 15 * The compact reporter will update the timer every second, rather than only
12 updating it occasionally. 16 updating it occasionally.
13 17
14 * The compact reporter will now print the full, untruncated test name before any 18 * 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
216 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, 220 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`,
217 `expectAsyncUntil1` and `expectAsyncUntil2` 221 `expectAsyncUntil1` and `expectAsyncUntil2`
218 * `TestCase`: 222 * `TestCase`:
219 * Removed properties: `setUp`, `tearDown`, `testFunction` 223 * Removed properties: `setUp`, `tearDown`, `testFunction`
220 * `enabled` is now get-only 224 * `enabled` is now get-only
221 * Removed methods: `pass`, `fail`, `error` 225 * Removed methods: `pass`, `fail`, `error`
222 * `interactive_html_config.dart` has been removed. 226 * `interactive_html_config.dart` has been removed.
223 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 227 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
224 `solo_group` now throw a `StateError` if called while tests are running. 228 `solo_group` now throw a `StateError` if called while tests are running.
225 * `rerunTests` has been removed. 229 * `rerunTests` has been removed.
OLDNEW
« no previous file with comments | « no previous file | lib/src/runner/browser/browser_manager.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698