Closed
Bug 1567840
Opened 6 years ago
Closed 6 years ago
[wpt-sync] Sync PR 17969 - Add missing await to wpt/.../service-worker/update.https.html
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(firefox70 fixed)
RESOLVED
FIXED
mozilla70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 17969 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/17969
Details from upstream follow.
Makoto Shimazu <shimazu@chromium.org> wrote:
Add missing await to wpt/.../service-worker/update.https.html
promise_reject returns a promise and needs await.
Bug: n/a
Change-Id: Ida68b118be05268d9e74c9c22886f9064537e700
Reviewed-on: https://chromium-review.googlesource.com/1708663
WPT-Export-Revision: f1ae4b7d502ca0c98a67ec94bc44cc78360ac0b7
Assignee | ||
Comment 1•6 years ago
|
||
PR 17969 applied with additional changes from upstream: 76e1d9af317b2be67b30ec0d932bc3184d2324ad, 31a0954670ab6d49cf28f013dbde854942634067
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=746f21c6e6c25bb06072ec2e653d50b05a6450cb
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Comment 5•6 years ago
|
||
Assignee | ||
Comment 6•6 years ago
|
||
Ran 1 tests and 6 subtests
OK : 1
PASS : 5
FAIL : 1
New tests that have failures or other problems:
/service-workers/service-worker/update.https.html
update() should fail when a response for the main script is redirect.: FAIL
Assignee | ||
Comment 7•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=21cf5f26860c1e7d46370de03426bfa57976b618
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/0a111eb611cf
[wpt PR 17969] - Add missing await to wpt/.../service-worker/update.https.html, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/926f8e021791
[wpt PR 17969] - Update wpt metadata, a=testonly
Comment 9•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0a111eb611cf
https://hg.mozilla.org/mozilla-central/rev/926f8e021791
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•