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

Issue 2500053002: Disable testharness.js timeout. (Closed)

Created:
4 years, 1 month ago by qyearsley
Modified:
4 years, 1 month ago
CC:
blink-reviews, blink-reviews-w3ctests_chromium.org, chromium-reviews, Dirk Pranke, jeffcarp, tfarina
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Disable testharness.js timeout. Reason: Our test runner has a separate timeout mechanism; currently whether the test result is Failure or Timeout depends on which happens first: hitting the testharness.js timeout or the run-webkit-tests timeout. Disabling the testharness.js timeout by default by setting explicit_timeout was suggested by tkent@. In some cases, this means that some tests that were hitting the testharness.js timeout in Debug builds will now be continuing to run longer, and either timing out or failing in a different way. BUG=664268 Committed: https://crrev.com/1a8851a5030c4e6dbb51c98db5c3600d742985be Cr-Commit-Position: refs/heads/master@{#432271}

Patch Set 1 #

Patch Set 2 : Change TIMEOUT baselines to Timeout expectations #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -125 lines) Patch
M third_party/WebKit/LayoutTests/SlowTests View 1 2 chunks +0 lines, -18 lines 0 comments Download
M third_party/WebKit/LayoutTests/TestExpectations View 1 1 chunk +18 lines, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/media-elements/playing-the-media-resource/pause-remove-from-document-networkState-expected.txt View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/resources/testharnessreport.js View 1 chunk +7 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/client-navigate.https-expected.txt View 1 1 chunk +0 lines, -8 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/clients-get-cross-origin.https-expected.txt View 1 1 chunk +0 lines, -6 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/clients-matchall-client-types.https-expected.txt View 1 1 chunk +0 lines, -6 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/fetch-canvas-tainting-cache.https-expected.txt View 1 1 chunk +0 lines, -6 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/fetch-canvas-tainting.https-expected.txt View 1 1 chunk +0 lines, -6 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/fetch-cors-xhr.https-expected.txt View 1 1 chunk +0 lines, -6 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/fetch-csp.https-expected.txt View 1 1 chunk +0 lines, -6 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/fetch-event-async-respond-with.https-expected.txt View 1 1 chunk +0 lines, -5 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/fetch-event-respond-with-stops-propagation.https-expected.txt View 1 1 chunk +0 lines, -5 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/fetch-request-css-base-url.https-expected.txt View 1 1 chunk +0 lines, -5 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/fetch-request-xhr.https-expected.txt View 1 1 chunk +0 lines, -6 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/fetch-response-xhr.https-expected.txt View 1 1 chunk +0 lines, -6 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/getregistrations.https-expected.txt View 1 1 chunk +0 lines, -11 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/invalid-blobtype.https-expected.txt View 1 1 chunk +0 lines, -6 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/invalid-header.https-expected.txt View 1 1 chunk +0 lines, -6 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/referer.https-expected.txt View 1 1 chunk +0 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/resources/testharnessreport.js View 1 chunk +7 lines, -1 line 0 comments Download

Messages

Total messages: 22 (10 generated)
qyearsley
4 years, 1 month ago (2016-11-14 18:33:03 UTC) #3
jsbell
Suggesting mek@ as another reviewer here, since he had opinions about how to address this.
4 years, 1 month ago (2016-11-14 19:00:57 UTC) #5
jsbell
On 2016/11/14 19:00:57, jsbell wrote: > Suggesting mek@ as another reviewer here, since he had ...
4 years, 1 month ago (2016-11-14 19:10:09 UTC) #6
tkent
lgtm
4 years, 1 month ago (2016-11-14 22:47:55 UTC) #7
Marijn Kruisselbrink
lgtm
4 years, 1 month ago (2016-11-14 22:49:18 UTC) #8
qyearsley
On 2016/11/14 at 22:49:18, mek wrote: > lgtm Alright, so there's a set of tests ...
4 years, 1 month ago (2016-11-14 23:41:37 UTC) #9
jsbell
On 2016/11/14 23:41:37, qyearsley wrote: > Alright, so there's a set of tests which had ...
4 years, 1 month ago (2016-11-15 00:01:57 UTC) #12
jsbell
On 2016/11/15 00:01:57, jsbell wrote: > third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/clients-matchall-client-types.https-expected.txt > is the only one that's not "harness_status.status ...
4 years, 1 month ago (2016-11-15 00:06:21 UTC) #13
qyearsley
On 2016/11/15 at 00:06:21, jsbell wrote: > On 2016/11/15 00:01:57, jsbell wrote: > > third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/clients-matchall-client-types.https-expected.txt ...
4 years, 1 month ago (2016-11-15 00:17:12 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2500053002/20001
4 years, 1 month ago (2016-11-15 22:14:21 UTC) #19
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 1 month ago (2016-11-15 22:30:29 UTC) #20
commit-bot: I haz the power
4 years, 1 month ago (2016-11-15 22:35:42 UTC) #22
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/1a8851a5030c4e6dbb51c98db5c3600d742985be
Cr-Commit-Position: refs/heads/master@{#432271}

Powered by Google App Engine
This is Rietveld 408576698