Closed
Bug 1517731
Opened 6 years ago
Closed 6 years ago
Enable mochitests for maxRetransmits and maxPacketLifeTime
Categories
(Core :: WebRTC, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: jeremy.laine, Assigned: jeremy.laine)
References
Details
Attachments
(1 file)
6.51 KB,
patch
|
dminor
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0
Steps to reproduce:
Some mochitests related to RTCDataChannel's maxRetransmits and maxPacketLifeTime are currently commented out saying these are not exposed in IDL.
This is no longer the case since bug 1464917 was resolved
Assignee | ||
Comment 1•6 years ago
|
||
Here the code should be uncommented and references to maxRetransmitTime changed to maxPacketLifeTime:
https://searchfox.org/mozilla-central/rev/0ee0b63732d35d16ba22d5a1120622e2e8d58c29/dom/media/tests/mochitest/dataChannel.js#134
Here we need accessors for ordered, maxRetransmits and maxPacketLifeTime:
https://searchfox.org/mozilla-central/rev/0ee0b63732d35d16ba22d5a1120622e2e8d58c29/dom/media/tests/mochitest/pc.js#684
Updated•6 years ago
|
Assignee: nobody → jeremy.laine
Rank: 25
Component: Untriaged → WebRTC
Priority: -- → P3
Product: Firefox → Core
Updated•6 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Attachment #9034404 -
Flags: review?(dminor)
Comment 3•6 years ago
|
||
Comment 4•6 years ago
|
||
Comment on attachment 9034404 [details] [diff] [review]
negotiated-datachannel.patch
Review of attachment 9034404 [details] [diff] [review]:
-----------------------------------------------------------------
lgtm
Attachment #9034404 -
Flags: review?(dminor) → review+
Updated•6 years ago
|
Keywords: checkin-needed
Pushed by nbeleuzu@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/af76ddce64a0
"Enable mochitests for maxRetransmits and maxPacketLifeTime". r=dminor
Keywords: checkin-needed
Comment 6•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 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
•