Open
Bug 850271
Opened 12 years ago
Updated 2 years ago
Create some mochitests that simulate non-typical handshake paths between two peer connections
Categories
(Core :: WebRTC, defect, P4)
Core
WebRTC
Tracking
()
NEW
backlog | webrtc/webaudio+ |
People
(Reporter: jsmith, Unassigned)
References
(Blocks 1 open bug)
Details
We need to add some mochitests that simulate non-typical paths for establishing handshakes between two peer connections. This means we want to try different combinations of commands involving the following functions:
- createOffer
- createAnswer
- setLocalDescription
- setRemoteDescription
Reporter | ||
Updated•12 years ago
|
Priority: -- → P3
Whiteboard: [WebRTC][blocking-webrtc-]
Reporter | ||
Comment 1•12 years ago
|
||
Adam's test in bug 834270 will end up fixing this bug.
Depends on: 834270
Whiteboard: [WebRTC][blocking-webrtc-] → [WebRTC][blocking-webrtc-][fixed by 834270]
Reporter | ||
Comment 2•12 years ago
|
||
(In reply to Jason Smith [:jsmith] from comment #1)
> Adam's test in bug 834270 will end up fixing this bug.
Let me retrack that actually. The test in bug 834270 adds partial coverage for the tests required in this bug. But there's more needed to close the bug out.
Whiteboard: [WebRTC][blocking-webrtc-][fixed by 834270] → [WebRTC][blocking-webrtc-]
Updated•11 years ago
|
QA Contact: jsmith → drno
Updated•10 years ago
|
backlog: --- → webRTC+
Rank: 35
Whiteboard: [WebRTC][blocking-webrtc-]
Comment 3•7 years ago
|
||
Mass change P3->P4 to align with new Mozilla triage process.
Priority: P3 → P4
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•