☠☠ backed out by 267cd03f6f5c ☠ ☠ | |
author | Stephen McGruer <smcgruer@chromium.org> |
Wed, 13 May 2020 09:48:49 +0000 | |
changeset 530114 | 38b803feeb5d4f80c107cbe275b405a3c461abe0 |
parent 530113 | 51e57a232c522ddcaffb29cd640028bf6f287e48 |
child 530115 | c958b21b43273eb43e9990825d3b64302232df1d |
push id | 116003 |
push user | wptsync@mozilla.com |
push date | Thu, 14 May 2020 19:04:08 +0000 |
treeherder | autoland@7baa72e0d62c [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | testonly |
bugs | 1636573, 23491, 1047818, 1079238, 1080608, 2191076, 766994 |
milestone | 78.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/testing/web-platform/tests/push-api/idlharness.https.any.js +++ b/testing/web-platform/tests/push-api/idlharness.https.any.js @@ -1,12 +1,13 @@ // META: global=window,worker // META: script=/resources/WebIDLParser.js // META: script=/resources/idlharness.js // META: script=/service-workers/service-worker/resources/test-helpers.sub.js +// META: timeout=long // https://w3c.github.io/push-api/ idl_test( ['push-api'], ['service-workers', 'html', 'dom'], async (idl_array, t) => { const isServiceWorker = 'ServiceWorkerGlobalScope' in self
--- a/testing/web-platform/tests/secure-contexts/idlharness.any.js +++ b/testing/web-platform/tests/secure-contexts/idlharness.any.js @@ -1,11 +1,12 @@ // META: global=window,worker // META: script=/resources/WebIDLParser.js // META: script=/resources/idlharness.js +// META: timeout=long // https://w3c.github.io/webappsec-secure-contexts/ 'use strict'; idl_test( ['secure-contexts'], ['html', 'dom'],