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

Issue 1704773002: Load web tests using the plugin infrastructure. (Closed)

Created:
4 years, 10 months ago by nweiz
Modified:
4 years, 10 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

Load web tests using the plugin infrastructure. Also, we now determine whether the user is debugging a given browser in BrowserManager rather than individual suites. R=kevmoo@google.com Committed: https://github.com/dart-lang/test/commit/dc2fbc50c04ca7f593290a2a4a43f227dba4847a

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+3047 lines, -3235 lines) Patch
M lib/pub_serve.dart View 2 chunks +20 lines, -15 lines 0 comments Download
M lib/src/runner.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/src/runner/browser/browser_manager.dart View 9 chunks +68 lines, -17 lines 2 comments Download
M lib/src/runner/browser/compiler_pool.dart View 1 chunk +10 lines, -6 lines 0 comments Download
D lib/src/runner/browser/iframe_listener.dart View 1 chunk +0 lines, -213 lines 0 comments Download
D lib/src/runner/browser/iframe_test.dart View 1 chunk +0 lines, -97 lines 0 comments Download
A + lib/src/runner/browser/platform.dart View 11 chunks +50 lines, -46 lines 0 comments Download
A lib/src/runner/browser/post_message_channel.dart View 1 chunk +44 lines, -0 lines 0 comments Download
D lib/src/runner/browser/server.dart View 1 chunk +0 lines, -427 lines 0 comments Download
M lib/src/runner/browser/static/host.dart View 4 chunks +25 lines, -13 lines 1 comment Download
M lib/src/runner/browser/static/host.dart.js View 309 chunks +2623 lines, -2057 lines 0 comments Download
D lib/src/runner/browser/suite.dart View 1 chunk +0 lines, -166 lines 0 comments Download
M lib/src/runner/loader.dart View 4 chunks +57 lines, -57 lines 0 comments Download
M lib/src/runner/plugin/platform.dart View 4 chunks +6 lines, -115 lines 0 comments Download
A lib/src/runner/plugin/platform_helpers.dart View 1 chunk +135 lines, -0 lines 0 comments Download
M lib/src/runner/runner_test.dart View 4 chunks +8 lines, -3 lines 0 comments Download
M lib/src/runner/vm/platform.dart View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
nweiz
4 years, 10 months ago (2016-02-17 02:03:28 UTC) #1
kevmoo
lgtm https://codereview.chromium.org/1704773002/diff/1/lib/src/runner/browser/browser_manager.dart File lib/src/runner/browser/browser_manager.dart (right): https://codereview.chromium.org/1704773002/diff/1/lib/src/runner/browser/browser_manager.dart#newcode155 lib/src/runner/browser/browser_manager.dart:155: _timer = new RestartableTimer(new Duration(seconds: 3), () { ...
4 years, 10 months ago (2016-02-17 16:22:48 UTC) #2
nweiz
https://codereview.chromium.org/1704773002/diff/1/lib/src/runner/browser/browser_manager.dart File lib/src/runner/browser/browser_manager.dart (right): https://codereview.chromium.org/1704773002/diff/1/lib/src/runner/browser/browser_manager.dart#newcode155 lib/src/runner/browser/browser_manager.dart:155: _timer = new RestartableTimer(new Duration(seconds: 3), () { On ...
4 years, 10 months ago (2016-02-17 21:52:04 UTC) #3
nweiz
4 years, 10 months ago (2016-02-17 21:53:06 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
dc2fbc50c04ca7f593290a2a4a43f227dba4847a (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698