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

Issue 23522009: test.py: Report info about how long it took until a browser tests started if it times out (Closed)

Created:
7 years, 3 months ago by kustermann
Modified:
7 years, 3 months ago
Reviewers:
ahe
CC:
reviews_dartlang.org, ricow1
Visibility:
Public.

Description

test.py: Report info about how long it took until a browser tests started if it times out R=ahe@google.com Committed: https://code.google.com/p/dart/source/detail?r=26910

Patch Set 1 #

Patch Set 2 : #

Total comments: 9

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -27 lines) Patch
M dart/tools/testing/dart/browser_controller.dart View 1 2 13 chunks +77 lines, -24 lines 0 comments Download
M dart/tools/testing/dart/test_runner.dart View 1 2 1 chunk +15 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
kustermann
7 years, 3 months ago (2013-08-30 11:46:22 UTC) #1
ahe
LGTM! https://codereview.chromium.org/23522009/diff/3001/dart/tools/testing/dart/browser_controller.dart File dart/tools/testing/dart/browser_controller.dart (right): https://codereview.chromium.org/23522009/diff/3001/dart/tools/testing/dart/browser_controller.dart#newcode946 dart/tools/testing/dart/browser_controller.dart:946: }, onError: (error) { print(error); }); You're ignoring ...
7 years, 3 months ago (2013-08-30 11:52:27 UTC) #2
kustermann
https://codereview.chromium.org/23522009/diff/3001/dart/tools/testing/dart/browser_controller.dart File dart/tools/testing/dart/browser_controller.dart (right): https://codereview.chromium.org/23522009/diff/3001/dart/tools/testing/dart/browser_controller.dart#newcode946 dart/tools/testing/dart/browser_controller.dart:946: }, onError: (error) { print(error); }); On 2013/08/30 11:52:27, ...
7 years, 3 months ago (2013-08-30 12:54:16 UTC) #3
kustermann
Thank you.
7 years, 3 months ago (2013-08-30 12:55:10 UTC) #4
kustermann
Committed patchset #3 manually as r26910 (presubmit successful).
7 years, 3 months ago (2013-08-30 12:55:41 UTC) #5
ahe
7 years, 3 months ago (2013-08-30 13:09:36 UTC) #6
Message was sent while issue was closed.
https://codereview.chromium.org/23522009/diff/3001/dart/tools/testing/dart/br...
File dart/tools/testing/dart/browser_controller.dart (right):

https://codereview.chromium.org/23522009/diff/3001/dart/tools/testing/dart/br...
dart/tools/testing/dart/browser_controller.dart:957: }, onError: (error) {
print(error); });
On 2013/08/30 12:54:16, kustermann wrote:
> On 2013/08/30 11:52:27, ahe wrote:
> > Ditto.
> 
> Here it's not that important. If we get to this point, then we already know
that
> the test started (we don't send any content from the browser).
> 
> If something went wrong, the test will eventually time out.

In that case, I recommend that you document this in the code.

Powered by Google App Engine
This is Rietveld 408576698