Changeset 201999 in webkit


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

WebRTC: Add test that verifies that RTCPeerConnection.addTrack can reuse an existing RTCRtpSender
https://bugs.webkit.org/show_bug.cgi?id=158621

Reviewed by Eric Carlson.

Add test to verify that RTCPeerConnection.addTrack reuses an existing RTCRtpSender
under the right circumstances.

  • fast/mediastream/RTCPeerConnection-addTrack-reuse-sender-expected.txt: Added.
  • fast/mediastream/RTCPeerConnection-addTrack-reuse-sender.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

    r201998 r201999  
     12016-06-13  Adam Bergkvist  <adam.bergkvist@ericsson.com>
     2
     3        WebRTC: Add test that verifies that RTCPeerConnection.addTrack can reuse an existing RTCRtpSender
     4        https://bugs.webkit.org/show_bug.cgi?id=158621
     5
     6        Reviewed by Eric Carlson.
     7
     8        Add test to verify that RTCPeerConnection.addTrack reuses an existing RTCRtpSender
     9        under the right circumstances.
     10
     11        * fast/mediastream/RTCPeerConnection-addTrack-reuse-sender-expected.txt: Added.
     12        * fast/mediastream/RTCPeerConnection-addTrack-reuse-sender.html: Added.
     13        * platform/mac/TestExpectations:
     14        The mac port is not building with WEB_RTC yet.
     15
    1162016-06-13  Adam Bergkvist  <adam.bergkvist@ericsson.com>
    217
  • trunk/LayoutTests/platform/mac/TestExpectations

    r201998 r201999  
    185185fast/mediastream/RTCPeerConnection-inspect-offer.html
    186186fast/mediastream/RTCPeerConnection-add-removeTrack.html
     187fast/mediastream/RTCPeerConnection-addTrack-reuse-sender.html
    187188fast/mediastream/RTCPeerConnection-closed-state.html
    188189fast/mediastream/RTCPeerConnection-overloaded-operations-params.html
Note: See TracChangeset for help on using the changeset viewer.