Closed
Bug 1517942
Opened 6 years ago
Closed 6 years ago
[wpt-sync] Sync PR 14730 - Fixing web platform tests for PeerConnection.setRemoteDescription().
Categories
(Core :: WebRTC, enhancement, P4)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
mozilla67
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14730 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/14730
Details from upstream follow.
Amit Hilbuch <amithi@chromium.org> wrote:
> Fixing web platform tests for PeerConnection.setRemoteDescription().
>
> Tests for PeerConnection.setRemoteDescription() did not call
> setLocalDescription() on the caller object after creating the offer.
> When the local description is not set, the PeerConnection can generate new MIDs
> for the existing media sections. This caused tests to fail because the offer
> was set on the callee causing the MIDs (and therefore media sections) not to
> match.
>
> Bug: None.
> Change-Id: I67e98e5abf76a97ab57fc0427672313b44f9c258
> Reviewed-on: https://chromium-review.googlesource.com/1396854
> WPT-Export-Revision: ebe979fa24af95487b6d2750e850afb3842d4d6b
| Assignee | ||
Updated•6 years ago
|
Component: web-platform-tests → WebRTC
Product: Testing → Core
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=df135dad649d623d73491141244c76618f1667b4
| Assignee | ||
Comment 3•6 years ago
|
||
| Assignee | ||
Comment 4•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=db3b4ff4cbcf02239436e0ed8f1ce129bf6a3d43
| Assignee | ||
Comment 5•6 years ago
|
||
Ran 1 tests and 5 subtests
OK : 1
PASS : 4
FAIL : 1
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/3e67c3142513
[wpt PR 14730] - Fixing web platform tests for PeerConnection.setRemoteDescription()., a=testonly
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/02828ac2fb87
[wpt PR 14730] - Fixing web platform tests for PeerConnection.setRemoteDescription()., a=testonly
Comment 8•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•