Closed
Bug 1446391
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 10075 - Add memory of last SDP offer/answer created
Categories
(Core :: WebRTC, enhancement, P4)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
mozilla61
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 10075 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/w3c/web-platform-tests/pull/10075
Details from upstream follow.
Harald Alvestrand wrote:
> Add memory of last SDP offer/answer created
>
> This adds internal slots "LastOffer" and "LastAnswer", and uses
> those to check that SetLocalDescription uses an unchanged SDP offer/answer.
>
> Bug: chromium:819629
> Change-Id: I0c978d5ff3e63b0afab3ec02334c57a5aaa94cdd
> Reviewed-on: https://chromium-review.googlesource.com/966441
> WPT-Export-Revision: f0ee5086ae0ee611402b78d35d16d7e1ec167c37
| Reporter | ||
Updated•7 years ago
|
Component: web-platform-tests → WebRTC
Product: Testing → Core
| Reporter | ||
Comment 1•7 years ago
|
||
| Reporter | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=4c98e59bde5d877826919e3f1be084dcdcba525a
| Reporter | ||
Comment 3•7 years ago
|
||
Ran 1 tests and 7 subtests
OK : 1
PASS : 3
FAIL : 4
New tests that have failures or other problems:
/webrtc/RTCPeerConnection-setLocalDescription-offer.html
Creating and setting offer multiple times should succeed: FAIL[linux64-stylo-disabled-debug,linux64-stylo-disabled-opt]
Set created offer other than last offer should reject with InvalidModificationError: FAIL[linux64-stylo-disabled-debug,linux64-stylo-disabled-opt]
setLocalDescription with type offer and null sdp should use lastOffer generated from createOffer: FAIL[linux64-stylo-disabled-debug,linux64-stylo-disabled-opt]
setLocalDescription() with offer not created by own createOffer() should reject with InvalidModificationError: FAIL[linux64-stylo-disabled-debug,linux64-stylo-disabled-opt]
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/ea2668153d4a
[wpt PR 10075] - Add memory of last SDP offer/answer created, a=testonly
Comment 5•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Comment 6•7 years ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•