Closed
Bug 1509602
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 14216 - Media Capabilities: implement Blink shell of encrypted media support.
Categories
(Core :: WebRTC: Audio/Video, enhancement, P4)
Core
WebRTC: Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14216 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/14216
Details from upstream follow.
Mounir Lamouri <mlamouri@chromium.org> wrote:
> Media Capabilities: implement Blink shell of encrypted media support.
>
> This is adding the interface changes, the code checking for corectedness,
> does type conversion and checks for the edge cases mentioned in spec.
>
> This is also adding WPT.
>
> Bug: 907909
> Change-Id: Ieebe5b25202a403e50a09576ac283690c0f0ba55
> Reviewed-on: https://chromium-review.googlesource.com/1348972
> WPT-Export-Revision: 9c988ff8bd6ec30f90ec17380d6cef674a85c384
Assignee | ||
Comment 1•7 years ago
|
||
PR 14216 applied with additional changes from upstream: c7a5c87e5c315051c40c6769952214f5c819df93
Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → WebRTC: Audio/Video
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=59448d1727cc55b47a17a3fdf0707f29e7032f7d
Assignee | ||
Comment 4•7 years ago
|
||
Assignee | ||
Comment 5•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=e6c6e8c4a0124f1eafaa1a7f4638a05bf9bd6f8a
Assignee | ||
Comment 6•7 years ago
|
||
Ran 3 tests and 39 subtests
OK : 3
PASS : 28
FAIL : 11
Existing tests that now have a worse result (e.g. they used to PASS and now FAIL):
/media-capabilities/decodingInfo.html
Test that decodingInfo returns a valid MediaCapabilitiesInfo objects: FAIL
New tests that have failures or other problems:
/media-capabilities/decodingInfoEncryptedMedia.http.html
Test that decodingInfo() with a keySystemConfiguration fails on a non-secure context.: FAIL
/media-capabilities/decodingInfoEncryptedMedia.https.html
Test that decodingInfo returns a valid MediaCapabilitiesDecodingInfo objects with encrypted media: FAIL
Test that decodingInfo() rejects if distinctiveIdentifier isn't valid.: FAIL
Test that decodingInfo() rejects if persistentState isn't valid.: FAIL
Test that decodingInfo() rejects if robustness and configuration do not match (1).: FAIL
Test that decodingInfo() rejects if robustness and configuration do not match (2).: FAIL
Test that decodingInfo() rejects if robustness and configuration do not match (3).: FAIL
Test that decodingInfo() rejects if sessionTypes isn't a sequence.: FAIL
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/0b691a965306
[wpt PR 14216] - Media Capabilities: implement Blink shell of encrypted media support., a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/e57f1cff602f
[wpt PR 14216] - Update wpt metadata, a=testonly
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/fe29c3ae3531
[wpt PR 14216] - Media Capabilities: implement Blink shell of encrypted media support., a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/4e2570f0b60e
[wpt PR 14216] - Update wpt metadata, a=testonly
Comment 9•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/fe29c3ae3531
https://hg.mozilla.org/mozilla-central/rev/4e2570f0b60e
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•