[Webkit-unassigned] [Bug 122848] New: Adding Mock class to test RTCPeerConnection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 15 11:42:31 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=122848

           Summary: Adding Mock class to test RTCPeerConnection
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: thiago.lacerda at openbossa.org


In order to run the RTCPeerConnection Layout tests, a mock class must be provided, so we don't depend on the user's platform.
This patch adds a mock class RTCPeerConnectionHandler. Then the following tests can be run:

    * RTCPeerConnection-createAnswer.html
    * RTCPeerConnection-createOffer.html
    * RTCPeerConnection-ice.html
    * RTCPeerConnection-localDescription.html
    * RTCPeerConnection-remoteDescription.html
    * RTCPeerConnection-state.html

Tests that require a MediaStream object, by invoking getUserMedia, are not ready to run yet.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list