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

Issue 2875683002: Report IE11 timeouts in debug log, not as failing tests. (Closed)

Created:
3 years, 7 months ago by Bill Hesse
Modified:
3 years, 7 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Report IE11 timeouts in debug log, not as failing tests. BUG=https://github.com/dart-lang/sdk/issues/28955 R=sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/d6ca1a5defcbe3834d08a67511abc23bb902f073

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -5 lines) Patch
M tools/testing/dart/test_progress.dart View 1 chunk +1 line, -1 line 0 comments Download
M tools/testing/dart/test_runner.dart View 4 chunks +13 lines, -4 lines 2 comments Download

Messages

Total messages: 10 (3 generated)
Bill Hesse
3 years, 7 months ago (2017-05-10 14:32:19 UTC) #2
Siggi Cherem (dart-lang)
lgtm, thank you Bill. https://codereview.chromium.org/2875683002/diff/1/tools/testing/dart/test_runner.dart File tools/testing/dart/test_runner.dart (right): https://codereview.chromium.org/2875683002/diff/1/tools/testing/dart/test_runner.dart#newcode1073 tools/testing/dart/test_runner.dart:1073: command.browser == "ie11") { Since ...
3 years, 7 months ago (2017-05-10 15:05:45 UTC) #3
Bill Hesse
On 2017/05/10 15:05:45, Siggi Cherem (dart-lang) wrote: > lgtm, thank you Bill. > > https://codereview.chromium.org/2875683002/diff/1/tools/testing/dart/test_runner.dart ...
3 years, 7 months ago (2017-05-10 15:18:59 UTC) #4
Bill Hesse
Committed patchset #1 (id:1) manually as d6ca1a5defcbe3834d08a67511abc23bb902f073 (presubmit successful).
3 years, 7 months ago (2017-05-11 09:18:48 UTC) #6
karlklose
https://codereview.chromium.org/2875683002/diff/1/tools/testing/dart/test_runner.dart File tools/testing/dart/test_runner.dart (right): https://codereview.chromium.org/2875683002/diff/1/tools/testing/dart/test_runner.dart#newcode1075 tools/testing/dart/test_runner.dart:1075: return; This should return a boolean value.
3 years, 7 months ago (2017-05-11 11:25:41 UTC) #8
Bill Hesse
On 2017/05/11 11:25:41, karlklose wrote: > https://codereview.chromium.org/2875683002/diff/1/tools/testing/dart/test_runner.dart > File tools/testing/dart/test_runner.dart (right): > > https://codereview.chromium.org/2875683002/diff/1/tools/testing/dart/test_runner.dart#newcode1075 > ...
3 years, 7 months ago (2017-05-11 11:47:49 UTC) #9
Siggi Cherem (dart-lang)
3 years, 7 months ago (2017-05-11 18:00:30 UTC) #10
Message was sent while issue was closed.
On 2017/05/10 15:18:59, Bill Hesse wrote:
> On 2017/05/10 15:05:45, Siggi Cherem (dart-lang) wrote:
> > lgtm, thank you Bill.
> > 
> >
>
https://codereview.chromium.org/2875683002/diff/1/tools/testing/dart/test_run...
> > File tools/testing/dart/test_runner.dart (right):
> > 
> >
>
https://codereview.chromium.org/2875683002/diff/1/tools/testing/dart/test_run...
> > tools/testing/dart/test_runner.dart:1073: command.browser == "ie11") {
> > Since we have rarely seen ie11 timeout on win8, should we only do this
special
> > case on win7?
> 
> If we did see a timeout on win8, we would do the same thing we are currently
> doing on win7: nothing.
> Only data mining of the timeouts, to detect problem tests, will be effective
in
> finding a specific problem test,
> and we will run that on win8 as well as win7, so there is no reason not to
treat
> them the same.

Fair enough

Powered by Google App Engine
This is Rietveld 408576698