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

Side by Side Diff: CHANGELOG.md

Issue 2184543002: Use the package_resolver package. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 4 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/browser/compiler_pool.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.15+2
2
3 * Support running without a `packages/` directory.
4
1 ## 0.12.15+1 5 ## 0.12.15+1
2 6
3 * Declare support for version 1.19 of the Dart SDK. 7 * Declare support for version 1.19 of the Dart SDK.
4 8
5 ## 0.12.15 9 ## 0.12.15
6 10
7 * Add a `skip` parameter to `expect()`. Marking a single expect as skipped will 11 * Add a `skip` parameter to `expect()`. Marking a single expect as skipped will
8 cause the test itself to be marked as skipped. 12 cause the test itself to be marked as skipped.
9 13
10 * Add a `--run-skipped` parameter and `run_skipped` configuration field that 14 * Add a `--run-skipped` parameter and `run_skipped` configuration field that
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, 534 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`,
531 `expectAsyncUntil1` and `expectAsyncUntil2` 535 `expectAsyncUntil1` and `expectAsyncUntil2`
532 * `TestCase`: 536 * `TestCase`:
533 * Removed properties: `setUp`, `tearDown`, `testFunction` 537 * Removed properties: `setUp`, `tearDown`, `testFunction`
534 * `enabled` is now get-only 538 * `enabled` is now get-only
535 * Removed methods: `pass`, `fail`, `error` 539 * Removed methods: `pass`, `fail`, `error`
536 * `interactive_html_config.dart` has been removed. 540 * `interactive_html_config.dart` has been removed.
537 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 541 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
538 `solo_group` now throw a `StateError` if called while tests are running. 542 `solo_group` now throw a `StateError` if called while tests are running.
539 * `rerunTests` has been removed. 543 * `rerunTests` has been removed.
OLDNEW
« no previous file with comments | « no previous file | lib/src/runner/browser/compiler_pool.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698