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

Side by Side Diff: CHANGELOG.md

Issue 1309493002: Add a hacky hook to override the loader behavior. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Code review changes Created 5 years, 4 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/hack_load_vm_file_hook.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+5
2
3 * Internal changes only.
4
1 ## 0.12.4+4 5 ## 0.12.4+4
2 6
3 * Widen the Dart SDK constraint to include `1.13.0`. 7 * Widen the Dart SDK constraint to include `1.13.0`.
4 8
5 ## 0.12.4+3 9 ## 0.12.4+3
6 10
7 * Make source maps work properly in the browser when not using `--pub-serve`. 11 * Make source maps work properly in the browser when not using `--pub-serve`.
8 12
9 ## 0.12.4+2 13 ## 0.12.4+2
10 14
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, 284 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`,
281 `expectAsyncUntil1` and `expectAsyncUntil2` 285 `expectAsyncUntil1` and `expectAsyncUntil2`
282 * `TestCase`: 286 * `TestCase`:
283 * Removed properties: `setUp`, `tearDown`, `testFunction` 287 * Removed properties: `setUp`, `tearDown`, `testFunction`
284 * `enabled` is now get-only 288 * `enabled` is now get-only
285 * Removed methods: `pass`, `fail`, `error` 289 * Removed methods: `pass`, `fail`, `error`
286 * `interactive_html_config.dart` has been removed. 290 * `interactive_html_config.dart` has been removed.
287 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 291 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
288 `solo_group` now throw a `StateError` if called while tests are running. 292 `solo_group` now throw a `StateError` if called while tests are running.
289 * `rerunTests` has been removed. 293 * `rerunTests` has been removed.
OLDNEW
« no previous file with comments | « no previous file | lib/src/runner/hack_load_vm_file_hook.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698