Closed
Bug 1468897
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 11515 - Use Referrer Policy IDL as dependency for fetch
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync upstream])
Sync web-platform-tests PR 11515 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/11515
Details from upstream follow.
Chris Nardi <christopherncarmel@hotmail.com> wrote:
> Use Referrer Policy IDL as dependency for fetch
>
> In newer versions of webidl2.js, empty enums are not allowed. We can easily switch to using the actual definition in the Referrer Policy spec to avoid running into any problems when upgrading webidl2.js.
>
> This change leads to the same number of passing/failing tests on Chrome.
Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=542117dba06db89eccce4860f170af79ebe5b6a3
Assignee | ||
Comment 3•7 years ago
|
||
Ran 4 tests and 3 subtests
OK : 3
FAIL : 3
TIMEOUT: 1
Existing tests that now have a worse result (e.g. they used to PASS and now FAIL):
/fetch/api/idl.any.html
Fetch Standard IDL: FAIL
/fetch/api/idl.any.sharedworker.html
Fetch Standard IDL: FAIL
/fetch/api/idl.any.worker.html
Fetch Standard IDL: FAIL
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/25e29cb96289
[wpt PR 11515] - Use Referrer Policy IDL as dependency for fetch, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/f4f4a5e0ccd1
[wpt PR 11515] - Update wpt metadata, a=testonly
Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream] → [wptsync upstream]
Comment 5•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/25e29cb96289
https://hg.mozilla.org/mozilla-central/rev/f4f4a5e0ccd1
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•