Closed
Bug 1508914
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 14154 - Fix Feature Policy report output
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14154 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/14154
Details from upstream follow.
Ian Clelland <iclelland@chromium.org> wrote:
> Fix Feature Policy report output
>
> This brings the feature policy report format in line with the spec,
> and fixes the tests which were broken by WPT import.
>
> Bug: 907232
> Change-Id: If9d9469956221c18a1aa72ee39debb1340efc01f
>
> Reviewed-on: https://chromium-review.googlesource.com/1338167
> WPT-Export-Revision: e63e37e91eb64e11018222c9473dee73f477631d
Assignee | ||
Comment 1•7 years ago
|
||
PR 14154 applied with additional changes from upstream: 4751ce31389eebfd318b7c53f1d0ab63ac7c8e70, b39f5e0d0e0872cdd9b7592f0b9ff0b5c11bcef3, b8ac03b76dc36f29c66bef25bc69c322b85dc57c
Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Comment 3•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=01ea9ba49687fd51ae2ce26591704ab38cf0d735
Assignee | ||
Comment 4•7 years ago
|
||
Assignee | ||
Comment 5•7 years ago
|
||
Ran 38 tests and 52 subtests
OK : 25
PASS : 20
FAIL : 18
TIMEOUT: 24
ERROR : 1
NOTRUN : 2
New tests that have failures or other problems:
/feature-policy/experimental-features/layout-animations-disabled-violation-report-js-tentative.html: TIMEOUT
Verify that when 'layout-animations' is disabled, an 'element.animate' API including a keyframe that uses a blocked property generates violation report (inline scripts).: NOTRUN
Verify that when 'layout-animations' is disabled, an 'element.animate' API including a keyframe that uses a blocked property generates violation report (linked scripts).: TIMEOUT
/feature-policy/experimental-features/layout-animations-disabled-violation-report-keyframes-tentative.html: TIMEOUT
Verify that when 'layout-animations' is disabled, a keyframes which includes a blocked property generates violation report.: TIMEOUT
/feature-policy/reporting/camera-report-only.https.html: TIMEOUT
Camera report only mode: TIMEOUT
/feature-policy/reporting/document-write-report-only.html: TIMEOUT
Document-write report only mode: TIMEOUT
/feature-policy/reporting/encrypted-media-report-only.https.html: TIMEOUT
Encrypted Media report only mode: TIMEOUT
/feature-policy/reporting/fullscreen-report-only.html
Fullscreen report only mode: FAIL
/feature-policy/reporting/generic-sensor-report-only.https.html
Generic Sensor report only mode: FAIL
/feature-policy/reporting/geolocation-report-only.https.html: TIMEOUT
Geolocation report only mode: TIMEOUT
/feature-policy/reporting/microphone-report-only.https.html: TIMEOUT
Microphone report only mode: TIMEOUT
/feature-policy/reporting/midi-report-only.html: TIMEOUT
MIDI report only mode: TIMEOUT
/feature-policy/reporting/payment-report-only.https.html: TIMEOUT
PaymentRequest report only mode: TIMEOUT
/feature-policy/reporting/picture-in-picture-report-only.html
Picture-in-Picture report only mode: FAIL
/feature-policy/reporting/sync-xhr-report-only.html: TIMEOUT
Sync-xhr report only mode: TIMEOUT
/feature-policy/reporting/usb-report-only.https.html
USB report only mode: FAIL
/feature-policy/reporting/vr-report-only.https.html: TIMEOUT
VR report only mode: TIMEOUT
/feature-policy/reporting/xr-report-only.https.html
XR report only mode: FAIL
Assignee | ||
Comment 6•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=3ce037aeb5f3bde22175786d211284ba89a18901
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/b7f3db124039
[wpt PR 14154] - Fix Feature Policy report output, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/9f864e965fbd
[wpt PR 14154] - Update wpt metadata, a=testonly
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/8556efdd8bdb
[wpt PR 14154] - Fix Feature Policy report output, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/d1a615953247
[wpt PR 14154] - Update wpt metadata, a=testonly
Comment 9•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8556efdd8bdb
https://hg.mozilla.org/mozilla-central/rev/d1a615953247
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
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
•