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

Side by Side Diff: CHANGELOG.md

Issue 1364893004: Run outer tearDown()s even if inner ones fail. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: More robust Created 5 years, 3 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/backend/group.dart » ('j') | lib/src/backend/group.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.12.4+9
2
3 * If a `tearDown()` callback throws an error, outer `tearDown()` callbacks are
4 still executed.
5
1 ## 0.12.4+8 6 ## 0.12.4+8
2 7
3 * Don't compile tests to JavaScript when running via `pub serve` on Dartium or 8 * Don't compile tests to JavaScript when running via `pub serve` on Dartium or
4 content shell. 9 content shell.
5 10
6 ## 0.12.4+7 11 ## 0.12.4+7
7 12
8 * Support `http_parser` 1.0.0. 13 * Support `http_parser` 1.0.0.
9 14
10 ## 0.12.4+6 15 ## 0.12.4+6
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, 302 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`,
298 `expectAsyncUntil1` and `expectAsyncUntil2` 303 `expectAsyncUntil1` and `expectAsyncUntil2`
299 * `TestCase`: 304 * `TestCase`:
300 * Removed properties: `setUp`, `tearDown`, `testFunction` 305 * Removed properties: `setUp`, `tearDown`, `testFunction`
301 * `enabled` is now get-only 306 * `enabled` is now get-only
302 * Removed methods: `pass`, `fail`, `error` 307 * Removed methods: `pass`, `fail`, `error`
303 * `interactive_html_config.dart` has been removed. 308 * `interactive_html_config.dart` has been removed.
304 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 309 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
305 `solo_group` now throw a `StateError` if called while tests are running. 310 `solo_group` now throw a `StateError` if called while tests are running.
306 * `rerunTests` has been removed. 311 * `rerunTests` has been removed.
OLDNEW
« no previous file with comments | « no previous file | lib/src/backend/group.dart » ('j') | lib/src/backend/group.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698