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

Issue 1390883002: Make Suite contain a single Group. (Closed)

Created:
5 years, 2 months ago by nweiz
Modified:
5 years, 2 months ago
Reviewers:
kevmoo
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/test@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Make Suite contain a single Group. This is necessary for #18, since the root group may have setUpAll/tearDownAll metadata that needs to be preserved and shouldn't be shunted into the Suite. R=kevmoo@google.com Committed: https://github.com/dart-lang/test/commit/ef2a46e32b7d8208ad8b3d9a6b0a8238d06ec939

Patch Set 1 #

Total comments: 5

Patch Set 2 : Code review changes #

Total comments: 2

Patch Set 3 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+255 lines, -309 lines) Patch
M lib/src/backend/declarer.dart View 5 chunks +9 lines, -8 lines 0 comments Download
M lib/src/backend/group.dart View 1 1 chunk +13 lines, -10 lines 0 comments Download
A + lib/src/backend/group_entry.dart View 3 chunks +9 lines, -6 lines 0 comments Download
M lib/src/backend/suite.dart View 2 chunks +21 lines, -38 lines 0 comments Download
D lib/src/backend/suite_entry.dart View 1 chunk +0 lines, -34 lines 0 comments Download
M lib/src/backend/test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M lib/src/runner/browser/browser_manager.dart View 2 chunks +13 lines, -17 lines 0 comments Download
M lib/src/runner/browser/iframe_listener.dart View 1 3 chunks +23 lines, -27 lines 0 comments Download
M lib/src/runner/engine.dart View 3 chunks +18 lines, -11 lines 0 comments Download
M lib/src/runner/load_exception_suite.dart View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M lib/src/runner/load_suite.dart View 3 chunks +5 lines, -4 lines 0 comments Download
M lib/src/runner/loader.dart View 4 chunks +14 lines, -19 lines 0 comments Download
M lib/src/runner/runner_suite.dart View 2 chunks +7 lines, -12 lines 0 comments Download
M lib/src/runner/vm/isolate_listener.dart View 1 3 chunks +24 lines, -27 lines 0 comments Download
M test/backend/declarer_test.dart View 1 2 chunks +1 line, -2 lines 0 comments Download
M test/backend/invoker_test.dart View 2 chunks +2 lines, -1 line 0 comments Download
M test/runner/browser/loader_test.dart View 5 chunks +15 lines, -15 lines 0 comments Download
M test/runner/engine_test.dart View 1 7 chunks +24 lines, -33 lines 0 comments Download
M test/runner/isolate_listener_test.dart View 4 chunks +11 lines, -6 lines 0 comments Download
M test/runner/load_suite_test.dart View 8 chunks +28 lines, -24 lines 0 comments Download
M test/runner/loader_test.dart View 4 chunks +8 lines, -8 lines 0 comments Download
M test/utils.dart View 1 3 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
nweiz
5 years, 2 months ago (2015-10-06 22:29:16 UTC) #1
kevmoo
I see many calls to create Group(.root) with empty entries. Consider named arg + handle ...
5 years, 2 months ago (2015-10-07 00:59:52 UTC) #2
nweiz
Code review changes
5 years, 2 months ago (2015-10-07 19:20:20 UTC) #3
nweiz
> I see many calls to create Group(.root) with empty entries. > Consider named arg ...
5 years, 2 months ago (2015-10-07 19:22:18 UTC) #4
kevmoo
lgtm https://codereview.chromium.org/1390883002/diff/20001/lib/src/runner/load_exception_suite.dart File lib/src/runner/load_exception_suite.dart (right): https://codereview.chromium.org/1390883002/diff/20001/lib/src/runner/load_exception_suite.dart#newcode26 lib/src/runner/load_exception_suite.dart:26: super(new Group.root([ missing import for Group
5 years, 2 months ago (2015-10-07 19:24:45 UTC) #5
nweiz
Code review changes
5 years, 2 months ago (2015-10-07 21:48:57 UTC) #6
nweiz
https://codereview.chromium.org/1390883002/diff/20001/lib/src/runner/load_exception_suite.dart File lib/src/runner/load_exception_suite.dart (right): https://codereview.chromium.org/1390883002/diff/20001/lib/src/runner/load_exception_suite.dart#newcode26 lib/src/runner/load_exception_suite.dart:26: super(new Group.root([ On 2015/10/07 19:24:45, kevmoo wrote: > missing ...
5 years, 2 months ago (2015-10-07 21:49:02 UTC) #7
nweiz
5 years, 2 months ago (2015-10-07 21:49:17 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
ef2a46e32b7d8208ad8b3d9a6b0a8238d06ec939 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698