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

Side by Side Diff: pkg/scheduled_test/CHANGELOG.md

Issue 524153002: Sharing metatest logic between unittest and scheduled_test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: status fixes Created 6 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 | Annotate | Revision Log
« no previous file with comments | « pkg/pkg.status ('k') | pkg/scheduled_test/pubspec.yaml » ('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.11.2+2
2
3 * Moved shared test utilities to `metatest` package.
4
1 ## 0.11.2+1 5 ## 0.11.2+1
2 6
3 * Fix a case where a `ScheduledProcess` could fail to log its output. 7 * Fix a case where a `ScheduledProcess` could fail to log its output.
4 8
5 ## 0.11.2 9 ## 0.11.2
6 10
7 * Add a `DirectoryDescriptor.fromFilesystem` constructor. 11 * Add a `DirectoryDescriptor.fromFilesystem` constructor.
8 12
9 ## 0.11.1 13 ## 0.11.1
10 14
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 61
58 * The `consumeThrough` and `consumeWhile` matchers for `ScheduledStream` now 62 * The `consumeThrough` and `consumeWhile` matchers for `ScheduledStream` now
59 take `StreamMatcher`s as well as normal `Matcher`s. 63 take `StreamMatcher`s as well as normal `Matcher`s.
60 64
61 ## 0.10.0 65 ## 0.10.0
62 66
63 * Convert `ScheduledProcess` to expose `stdout` and `stderr` as 67 * Convert `ScheduledProcess` to expose `stdout` and `stderr` as
64 `ScheduledStream`s. 68 `ScheduledStream`s.
65 69
66 * Add a `consumeWhile` matcher for `ScheduledStream`. 70 * Add a `consumeWhile` matcher for `ScheduledStream`.
OLDNEW
« no previous file with comments | « pkg/pkg.status ('k') | pkg/scheduled_test/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698