Closed
Bug 1823871
Opened 2 years ago
Closed 2 years ago
[wpt-sync] Sync PR 39136 - WebRTC WPT: improve header extension control tests
Categories
(Core :: WebRTC, task, P4)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
114 Branch
Tracking | Status | |
---|---|---|
firefox114 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 39136 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/39136
Details from upstream follow.
Philipp Hancke <phancke@microsoft.com> wrote:
WebRTC WPT: improve header extension control tests
as well as the JS style.
BUG=chromium:1051821
Change-Id: Ie70c50cc239d7a7567f76c04878a502123e1fa9e
Reviewed-on: https://chromium-review.googlesource.com/4355141
WPT-Export-Revision: 302c05a9c3c2367e90a172c18b2317970e42b177
Assignee | ||
Comment 1•2 years ago
|
||
PR 39136 applied with additional changes from upstream: 35ae832f96760b175947c3cf556c60172029fd56
Assignee | ||
Updated•2 years ago
|
Component: web-platform-tests → WebRTC
Product: Testing → Core
Assignee | ||
Comment 2•2 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=c87d8a79767385caca7ca42c460bb785e8c02b91
Assignee | ||
Comment 3•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 16 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 16
Chrome
OK
: 1
PASS
: 16
Safari
OK
: 1
FAIL
: 16
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /webrtc-extensions/RTCRtpTransceiver-headerExtensionControl.html [wpt.fyi]:
OK
[GitHub
],SKIP
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
,Gecko-windows11-32-2009-qr-debug
,Gecko-windows11-32-2009-qr-opt
,Gecko-windows11-64-2009-qr-debug
,Gecko-windows11-64-2009-qr-opt
] (Chrome:OK
, Safari:OK
)- the audio transceiver.getHeaderExtensionsToNegotiate() includes mandatory extensions:
FAIL
(Chrome:PASS
, Safari:FAIL
) - the video transceiver.getHeaderExtensionsToNegotiate() includes mandatory extensions:
FAIL
(Chrome:PASS
, Safari:FAIL
) - setHeaderExtensionsToNegotiate throws TypeError on encountering missing URI:
FAIL
(Chrome:PASS
, Safari:FAIL
) - setHeaderExtensionsToNegotiate throws TypeError on encountering missing direction:
FAIL
(Chrome:PASS
, Safari:FAIL
) - setHeaderExtensionsToNegotiate throws InvalidModificationError on encountering unknown URI:
FAIL
(Chrome:PASS
, Safari:FAIL
) - setHeaderExtensionsToNegotiate throws InvalidModificationError when removing elements from the list:
FAIL
(Chrome:PASS
, Safari:FAIL
) - setHeaderExtensionsToNegotiate throws InvalidModificationError when adding elements to the list:
FAIL
(Chrome:PASS
, Safari:FAIL
) - setHeaderExtensionsToNegotiate throws InvalidModificationError when setting a mandatory header extension's direction to something else than "sendrecv":
FAIL
(Chrome:PASS
, Safari:FAIL
) - modified direction set by setHeaderExtensionsToNegotiate is visible in subsequent getHeaderExtensionsToNegotiate:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Unstopped extensions turn up in offer:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Stopped extensions do not turn up in offers:
FAIL
(Chrome:PASS
, Safari:FAIL
) - The set of negotiated extensions has the same size as the set of extensions to negotiate:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Header extensions can be reactivated in subsequent offers:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Header extensions can be deactivated on a per-mline basis:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Extensions not negotiated by the peer are
stopped
in getNegotiatedHeaderExtensions:FAIL
(Chrome:PASS
, Safari:FAIL
) - Prior to negotiation, getNegotiatedHeaderExtensions() returns
stopped
for all extensions.:FAIL
(Chrome:PASS
, Safari:FAIL
)
- the audio transceiver.getHeaderExtensionsToNegotiate() includes mandatory extensions:
Tests Disabled in Gecko Infrastructure
- /webrtc-extensions/RTCRtpTransceiver-headerExtensionControl.html [wpt.fyi]:
OK
[GitHub
],SKIP
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
,Gecko-windows11-32-2009-qr-debug
,Gecko-windows11-32-2009-qr-opt
,Gecko-windows11-64-2009-qr-debug
,Gecko-windows11-64-2009-qr-opt
] (Chrome:OK
, Safari:OK
)
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/eb24ba774f82
[wpt PR 39136] - Make RTP header extension capability direction and uri attributes required, a=testonly
Comment 5•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox114:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 114 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•