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

Issue 12208081: Add a scheduled test library. (Closed)

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

Description

Add a scheduled test library.

Patch Set 1 #

Total comments: 29
Unified diffs Side-by-side diffs Delta from patch set Stats (+1518 lines, -0 lines) Patch
A pkg/scheduled_test/lib/scheduled_test.dart View 1 chunk +284 lines, -0 lines 13 comments Download
pkg/scheduled_test/lib/src/schedule.dart View 1 chunk +235 lines, -0 lines 8 comments Download
A pkg/scheduled_test/lib/src/schedule_error.dart View 1 chunk +72 lines, -0 lines 2 comments Download
A pkg/scheduled_test/lib/src/task.dart View 1 chunk +49 lines, -0 lines 2 comments Download
A pkg/scheduled_test/lib/src/utils.dart View 1 chunk +53 lines, -0 lines 2 comments Download
A pkg/scheduled_test/pubspec.yaml View 1 chunk +13 lines, -0 lines 0 comments Download
A pkg/scheduled_test/test/metatest.dart View 1 chunk +204 lines, -0 lines 2 comments Download
A pkg/scheduled_test/test/scheduled_test_test.dart View 1 chunk +608 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
nweiz
This is a minimum-viable sort of thing; there are a lot of additions that need ...
7 years, 10 months ago (2013-02-08 03:37:21 UTC) #1
Bob Nystrom
LGTM. Lots of questions and suggestions, and I only skimmed the metatest stuff, but I'd ...
7 years, 10 months ago (2013-02-08 16:15:37 UTC) #2
nweiz
https://codereview.chromium.org/12208081/diff/1/pkg/scheduled_test/lib/scheduled_test.dart File pkg/scheduled_test/lib/scheduled_test.dart (right): https://codereview.chromium.org/12208081/diff/1/pkg/scheduled_test/lib/scheduled_test.dart#newcode121 pkg/scheduled_test/lib/scheduled_test.dart:121: /// all of its [wrapAsync]-wrapped functions have been called. ...
7 years, 10 months ago (2013-02-08 22:14:38 UTC) #3
Bob Nystrom
7 years, 10 months ago (2013-02-11 18:46:14 UTC) #4
Double plus LGTM.

Powered by Google App Engine
This is Rietveld 408576698