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

Issue 12288061: Support nested tasks in scheduled_test. (Closed)

Created:
7 years, 10 months ago by nweiz
Modified:
7 years, 10 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Support nested tasks in scheduled_test. BUG=8511 Committed: https://code.google.com/p/dart/source/detail?r=18800

Patch Set 1 #

Total comments: 29

Patch Set 2 : Code review changes #

Patch Set 3 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+476 lines, -18 lines) Patch
M pkg/scheduled_test/lib/scheduled_test.dart View 1 4 chunks +40 lines, -2 lines 0 comments Download
A pkg/scheduled_test/lib/src/future_group.dart View 1 chunk +49 lines, -0 lines 0 comments Download
M pkg/scheduled_test/lib/src/schedule.dart View 1 10 chunks +67 lines, -8 lines 0 comments Download
M pkg/scheduled_test/lib/src/schedule_error.dart View 2 chunks +10 lines, -3 lines 0 comments Download
M pkg/scheduled_test/lib/src/task.dart View 1 2 3 chunks +54 lines, -5 lines 0 comments Download
M pkg/scheduled_test/test/scheduled_test_test.dart View 1 2 3 chunks +256 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
nweiz
7 years, 10 months ago (2013-02-19 22:25:22 UTC) #1
Bob Nystrom
https://codereview.chromium.org/12288061/diff/1/pkg/scheduled_test/lib/scheduled_test.dart File pkg/scheduled_test/lib/scheduled_test.dart (right): https://codereview.chromium.org/12288061/diff/1/pkg/scheduled_test/lib/scheduled_test.dart#newcode145 pkg/scheduled_test/lib/scheduled_test.dart:145: /// ensures that the task quque doesn't complete until ...
7 years, 10 months ago (2013-02-19 23:15:04 UTC) #2
nweiz
https://codereview.chromium.org/12288061/diff/1/pkg/scheduled_test/lib/scheduled_test.dart File pkg/scheduled_test/lib/scheduled_test.dart (right): https://codereview.chromium.org/12288061/diff/1/pkg/scheduled_test/lib/scheduled_test.dart#newcode145 pkg/scheduled_test/lib/scheduled_test.dart:145: /// ensures that the task quque doesn't complete until ...
7 years, 10 months ago (2013-02-20 00:23:12 UTC) #3
Bob Nystrom
LGTM. https://codereview.chromium.org/12288061/diff/1/pkg/scheduled_test/lib/src/task.dart File pkg/scheduled_test/lib/src/task.dart (right): https://codereview.chromium.org/12288061/diff/1/pkg/scheduled_test/lib/src/task.dart#newcode23 pkg/scheduled_test/lib/src/task.dart:23: /// empty if this task is itself a ...
7 years, 10 months ago (2013-02-20 17:30:25 UTC) #4
nweiz
https://codereview.chromium.org/12288061/diff/1/pkg/scheduled_test/lib/src/task.dart File pkg/scheduled_test/lib/src/task.dart (right): https://codereview.chromium.org/12288061/diff/1/pkg/scheduled_test/lib/src/task.dart#newcode23 pkg/scheduled_test/lib/src/task.dart:23: /// empty if this task is itself a child ...
7 years, 10 months ago (2013-02-20 23:54:58 UTC) #5
nweiz
7 years, 10 months ago (2013-02-20 23:57:39 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r18800 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698