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

Side by Side Diff: CHANGELOG.md

Issue 1206033004: Only load a certain number of test suites at once. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: 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/backend/suite.dart » ('j') | test/runner/signal_test.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.12.4
2
3 * Limit the number of test suites loaded at once. This helps ensure that the
4 test runner won't run out of memory when running many test suites that each
5 load a large amount of code.
6
1 ## 0.12.3+2 7 ## 0.12.3+2
2 8
3 * Improve the display of syntax errors in VM tests. 9 * Improve the display of syntax errors in VM tests.
4 10
5 * Work around a [Firefox bug][]. Computed styles now work in tests on Firefox. 11 * Work around a [Firefox bug][]. Computed styles now work in tests on Firefox.
6 12
7 [Firefox bug]: https://bugzilla.mozilla.org/show_bug.cgi?id=548397 13 [Firefox bug]: https://bugzilla.mozilla.org/show_bug.cgi?id=548397
8 14
9 * Fix a bug where VM tests would be loaded from the wrong URLs on Windows (or in 15 * Fix a bug where VM tests would be loaded from the wrong URLs on Windows (or in
10 special circumstances on other operating systems). 16 special circumstances on other operating systems).
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`, 198 * **NEW!** `expectAsyncUntil` replaces the now deprecated `expectAsyncUntil0`,
193 `expectAsyncUntil1` and `expectAsyncUntil2` 199 `expectAsyncUntil1` and `expectAsyncUntil2`
194 * `TestCase`: 200 * `TestCase`:
195 * Removed properties: `setUp`, `tearDown`, `testFunction` 201 * Removed properties: `setUp`, `tearDown`, `testFunction`
196 * `enabled` is now get-only 202 * `enabled` is now get-only
197 * Removed methods: `pass`, `fail`, `error` 203 * Removed methods: `pass`, `fail`, `error`
198 * `interactive_html_config.dart` has been removed. 204 * `interactive_html_config.dart` has been removed.
199 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and 205 * `runTests`, `tearDown`, `setUp`, `test`, `group`, `solo_test`, and
200 `solo_group` now throw a `StateError` if called while tests are running. 206 `solo_group` now throw a `StateError` if called while tests are running.
201 * `rerunTests` has been removed. 207 * `rerunTests` has been removed.
OLDNEW
« no previous file with comments | « no previous file | lib/src/backend/suite.dart » ('j') | test/runner/signal_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698