Closed
Bug 1438459
Opened 7 years ago
Closed 7 years ago
[wpt-sync] PR 9516 - Make WPT webrtc/simplecall.html pass
Categories
(Core :: WebRTC, enhancement, P3)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
Details
(Whiteboard: [wptsync downstream])
The test was failing because passing a null ("end of candidates")
candidate to addIceCandidate is not permitted.
Spec link:
https://www.w3.org/TR/webrtc/#dom-rtcpeerconnection-addicecandidate
https://w3c.github.io/webrtc-pc/#dom-rtcpeerconnection-addicecandidate
Bug: none
Change-Id: I1f22d27393a482a882ebe9735488d8cb723b6e75
Reviewed-on: https://chromium-review.googlesource.com/918662
Reviewed-by: Henrik Boström <hbos@chromium.org>
Commit-Queue: Harald Alvestrand <hta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#536977}
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=25ba18b815716527057e4c9f7a4fc8a436d292e2
Reporter | ||
Comment 3•7 years ago
|
||
Ran 1 tests and 1 subtests
OK : 1
PASS : 1
Comment 5•7 years ago
|
||
This test already seems to pass on my linux box. I'm not sure what there is to do here.
Flags: needinfo?(mfroman)
Updated•7 years ago
|
Rank: 29
Priority: -- → P3
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/5186f2005eb6
[wpt PR 9516] - Make WPT webrtc/simplecall.html pass, a=testonly
Comment 7•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
You need to log in
before you can comment on or make changes to this bug.
Description
•