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

Issue 2515303002: Add expectAsyncX and expectAsyncUntilX methods, and deprecate the old methods. (Closed)

Created:
4 years, 1 month ago by floitsch
Modified:
4 years ago
Reviewers:
Leaf, nweiz, kevmoo
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add expectAsyncX and expectAsyncUntilX methods, and deprecate the old methods. Fixes #436. R=nweiz@google.com Committed: https://github.com/dart-lang/test/commit/7babd03969368b21e51de65a3e84d43925f6e009

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address comments. #

Patch Set 3 : Make '_Func' typedefs public. #

Total comments: 20

Patch Set 4 : Address comments. #

Patch Set 5 : Mark parameter types as Object. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+682 lines, -186 lines) Patch
M .analysis_options View 1 1 chunk +0 lines, -2 lines 0 comments Download
M CHANGELOG.md View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M README.md View 1 chunk +1 line, -1 line 0 comments Download
M lib/src/frontend/expect_async.dart View 1 2 3 4 8 chunks +543 lines, -53 lines 0 comments Download
M test/backend/declarer_test.dart View 16 chunks +37 lines, -37 lines 0 comments Download
M test/backend/invoker_test.dart View 6 chunks +7 lines, -7 lines 0 comments Download
M test/frontend/expect_async_test.dart View 20 chunks +24 lines, -24 lines 0 comments Download
M test/frontend/set_up_all_test.dart View 4 chunks +4 lines, -4 lines 0 comments Download
M test/frontend/tear_down_all_test.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M test/runner/configuration/top_level_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M test/runner/engine_test.dart View 6 chunks +9 lines, -9 lines 0 comments Download
M test/runner/load_suite_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M test/runner/pause_after_load_test.dart View 7 chunks +7 lines, -7 lines 0 comments Download
M test/runner/signal_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M test/util/forkable_stream_test.dart View 11 chunks +18 lines, -18 lines 0 comments Download
M test/util/one_off_handler_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M test/util/path_handler_test.dart View 3 chunks +5 lines, -5 lines 0 comments Download
M test/util/stream_queue_test.dart View 7 chunks +7 lines, -7 lines 0 comments Download
M test/utils.dart View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 16 (3 generated)
floitsch
Started work on changing the package. Some comments: 1. Tests weren't all successful, but I ...
4 years, 1 month ago (2016-11-21 16:18:50 UTC) #2
floitsch
On 2016/11/21 16:18:50, floitsch wrote: > Started work on changing the package. > > Some ...
4 years, 1 month ago (2016-11-21 16:49:52 UTC) #3
kevmoo
Also, there are some analysis errors w/ strong mode at 1.21.0-dev.7.0 – and some duplicate ...
4 years, 1 month ago (2016-11-21 16:54:01 UTC) #5
floitsch
On 2016/11/21 16:54:01, kevmoo wrote: > Also, there are some analysis errors w/ strong mode ...
4 years, 1 month ago (2016-11-21 17:10:29 UTC) #6
floitsch
https://codereview.chromium.org/2515303002/diff/1/pubspec.yaml File pubspec.yaml (right): https://codereview.chromium.org/2515303002/diff/1/pubspec.yaml#newcode2 pubspec.yaml:2: version: 0.13.0 On 2016/11/21 16:54:00, kevmoo wrote: > Since ...
4 years, 1 month ago (2016-11-21 17:10:38 UTC) #7
kevmoo
On 2016/11/21 17:10:38, floitsch wrote: > https://codereview.chromium.org/2515303002/diff/1/pubspec.yaml > File pubspec.yaml (right): > > https://codereview.chromium.org/2515303002/diff/1/pubspec.yaml#newcode2 > ...
4 years, 1 month ago (2016-11-21 17:28:43 UTC) #8
nweiz
https://codereview.chromium.org/2515303002/diff/40001/CHANGELOG.md File CHANGELOG.md (right): https://codereview.chromium.org/2515303002/diff/40001/CHANGELOG.md#newcode6 CHANGELOG.md:6: * `expectAsyncUntil0`, `expectAsyncUntil1`, ... `expectAsyncUntil6`. It would be nice ...
4 years, 1 month ago (2016-11-21 22:08:03 UTC) #9
floitsch
PTAL. Also, the analyzer is still complaining. @Leaf: do you have any idea why? https://codereview.chromium.org/2515303002/diff/40001/CHANGELOG.md ...
4 years, 1 month ago (2016-11-22 14:14:27 UTC) #10
vsm
On 2016/11/22 14:14:27, floitsch wrote: > PTAL. > > Also, the analyzer is still complaining. ...
4 years, 1 month ago (2016-11-22 14:33:38 UTC) #11
floitsch
On 2016/11/22 14:33:38, vsm wrote: > On 2016/11/22 14:14:27, floitsch wrote: > > PTAL. > ...
4 years, 1 month ago (2016-11-22 14:49:46 UTC) #12
vsm
On 2016/11/22 14:49:46, floitsch wrote: > On 2016/11/22 14:33:38, vsm wrote: > > On 2016/11/22 ...
4 years, 1 month ago (2016-11-22 15:25:40 UTC) #13
nweiz
LGTM!
4 years ago (2016-11-23 21:37:19 UTC) #14
floitsch
4 years ago (2016-11-24 10:47:48 UTC) #16
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
7babd03969368b21e51de65a3e84d43925f6e009 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698