Changeset 201998 in webkit


Ignore:
Timestamp:
Jun 13, 2016 12:38:37 PM (8 years ago)
Author:
adam.bergkvist@ericsson.com
Message:

WebRTC: Add media setup test with complete offer/answer dialog
https://bugs.webkit.org/show_bug.cgi?id=158620

Reviewed by Eric Carlson.

Test a complete SDP offer/answer dialog between two RTCPeerConnection instances in the same
page. Media is set up in both direction with a single dialog. Check the local- and
remoteDescription attributes and the RTCPeerConnection states.

  • fast/mediastream/RTCPeerConnection-media-setup-single-dialog-expected.txt: Added.
  • fast/mediastream/RTCPeerConnection-media-setup-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

    r201989 r201998  
     12016-06-13  Adam Bergkvist  <adam.bergkvist@ericsson.com>
     2
     3        WebRTC: Add media setup test with complete offer/answer dialog
     4        https://bugs.webkit.org/show_bug.cgi?id=158620
     5
     6        Reviewed by Eric Carlson.
     7
     8        Test a complete SDP offer/answer dialog between two RTCPeerConnection instances in the same
     9        page. Media is set up in both direction with a single dialog. Check the local- and
     10        remoteDescription attributes and the RTCPeerConnection states.
     11
     12        * fast/mediastream/RTCPeerConnection-media-setup-single-dialog-expected.txt: Added.
     13        * fast/mediastream/RTCPeerConnection-media-setup-single-dialog.html: Added.
     14        * platform/mac/TestExpectations:
     15        The mac port is not building with WEB_RTC yet.
     16
    1172016-06-13  Romain Bellessort  <romain.bellessort@crf.canon.fr>
    218
  • trunk/LayoutTests/platform/mac/TestExpectations

    r201978 r201998  
    195195fast/mediastream/RTCTrackEvent-constructor.html
    196196fast/mediastream/RTCPeerConnection-inspect-answer.html
     197fast/mediastream/RTCPeerConnection-media-setup-single-dialog.html
    197198
    198199# Asserts in debug.
Note: See TracChangeset for help on using the changeset viewer.