Changeset 202108 in webkit


Ignore:
Timestamp:
Jun 15, 2016 2:27:07 PM (8 years ago)
Author:
adam.bergkvist@ericsson.com
Message:

WebRTC: Add media setup test using the legacy callback APIs
https://bugs.webkit.org/show_bug.cgi?id=158736

Reviewed by Eric Carlson.

Add a test that sets up media using the legacy callback-based createOffer/Answer() and
setLocal/RemoteDescription() methods [1].

[1] https://w3c.github.io/webrtc-pc/archives/20160513/webrtc.html#legacy-interface-extensions

  • fast/mediastream/RTCPeerConnection-media-setup-callbacks-single-dialog-expected.txt: Added.
  • fast/mediastream/RTCPeerConnection-media-setup-callbacks-single-dialog.html: Added.
  • platform/mac/TestExpectations:

The mac port is not building with WEB_RTC yet.

Location:
trunk/LayoutTests
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r202104 r202108  
     12016-06-15  Adam Bergkvist  <adam.bergkvist@ericsson.com>
     2
     3        WebRTC: Add media setup test using the legacy callback APIs
     4        https://bugs.webkit.org/show_bug.cgi?id=158736
     5
     6        Reviewed by Eric Carlson.
     7
     8        Add a test that sets up media using the legacy callback-based createOffer/Answer() and
     9        setLocal/RemoteDescription() methods [1].
     10
     11        [1] https://w3c.github.io/webrtc-pc/archives/20160513/webrtc.html#legacy-interface-extensions
     12
     13        * fast/mediastream/RTCPeerConnection-media-setup-callbacks-single-dialog-expected.txt: Added.
     14        * fast/mediastream/RTCPeerConnection-media-setup-callbacks-single-dialog.html: Added.
     15        * platform/mac/TestExpectations:
     16        The mac port is not building with WEB_RTC yet.
     17
    1182016-06-15  Antti Koivisto  <antti@apple.com>
    219
  • trunk/LayoutTests/platform/mac/TestExpectations

    r202053 r202108  
    199199fast/mediastream/RTCPeerConnection-media-setup-single-dialog.html
    200200fast/mediastream/RTCPeerConnection-media-setup-two-dialogs.html
     201fast/mediastream/RTCPeerConnection-media-setup-callbacks-single-dialog.html
    201202
    202203# Asserts in debug.
Note: See TracChangeset for help on using the changeset viewer.