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

Side by Side Diff: CHANGELOG.md

Issue 1172213002: Improve the capture and display of syntax errors in VM tests. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Code review changes Created 5 years, 6 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/load_exception.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.4
2
3 * Improve the display of syntax errors in VM tests.
4
1 ## 0.12.3+1 5 ## 0.12.3+1
2 6
3 * Fix a bug that caused the test runner to crash on Windows because symlink 7 * Fix a bug that caused the test runner to crash on Windows because symlink
4 resolution failed. 8 resolution failed.
5 9
6 ## 0.12.3 10 ## 0.12.3
7 11
8 * If a future matched against the `completes` or `completion()` matcher throws 12 * If a future matched against the `completes` or `completion()` matcher throws
9 an error, that error is printed directly rather than being wrapped in a 13 an error, that error is printed directly rather than being wrapped in a
10 string. This allows such errors to be captured using the Zone API and improves 14 string. This allows such errors to be captured using the Zone API and improves
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, 185 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`,
182 `expectAsyncUntil1` and `expectAsyncUntil2` 186 `expectAsyncUntil1` and `expectAsyncUntil2`
183 * `TestCase`: 187 * `TestCase`:
184 * Removed properties: `setUp`, `tearDown`, `testFunction` 188 * Removed properties: `setUp`, `tearDown`, `testFunction`
185 * `enabled` is now get-only 189 * `enabled` is now get-only
186 * Removed methods: `pass`, `fail`, `error` 190 * Removed methods: `pass`, `fail`, `error`
187 * `interactive_html_config.dart` has been removed. 191 * `interactive_html_config.dart` has been removed.
188 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 192 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
189 `solo_group` now throw a `StateError` if called while tests are running. 193 `solo_group` now throw a `StateError` if called while tests are running.
190 * `rerunTests` has been removed. 194 * `rerunTests` has been removed.
OLDNEW
« no previous file with comments | « no previous file | lib/src/runner/load_exception.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698