Changeset 205451 in webkit


Ignore:
Timestamp:
Sep 5, 2016 6:54:25 AM (8 years ago)
Author:
Philippe Normand
Message:

WebRTC: Several media stream tests crashing
https://bugs.webkit.org/show_bug.cgi?id=161582

Reviewed by Alejandro G. Castro.

Tools:

  • gtk/jhbuild.modules: Bump to latest OpenWebRTC master fixing the crash on missing

glvideoflip GStreamer element.

LayoutTests:

  • platform/gtk/TestExpectations: Unskip now-passing tests.
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r205450 r205451  
     12016-09-05  Philippe Normand  <pnormand@igalia.com>
     2
     3        WebRTC: Several media stream tests crashing
     4        https://bugs.webkit.org/show_bug.cgi?id=161582
     5
     6        Reviewed by Alejandro G. Castro.
     7
     8        * platform/gtk/TestExpectations: Unskip now-passing tests.
     9
    1102016-09-05  Youenn Fablet  <youenn@apple.com>
    211
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r205423 r205451  
    823823
    824824webkit.org/b/153937 http/tests/misc/detach-during-notifyDone.html [ Crash Pass ]
    825 
    826 webkit.org/b/161582 fast/mediastream/apply-constraints-video.html [ Crash ]
    827 webkit.org/b/161582 fast/mediastream/MediaStream-video-element-displays-buffer.html [ Crash ]
    828 webkit.org/b/161582 fast/mediastream/MediaStream-video-element-video-tracks-disabled-then-enabled.html [ Crash ]
    829 webkit.org/b/161582 fast/mediastream/MediaStream-video-element-video-tracks-disabled.html [ Crash ]
    830825
    831826#////////////////////////////////////////////////////////////////////////////////////////
  • trunk/Tools/ChangeLog

    r205447 r205451  
     12016-09-05  Philippe Normand  <pnormand@igalia.com>
     2
     3        WebRTC: Several media stream tests crashing
     4        https://bugs.webkit.org/show_bug.cgi?id=161582
     5
     6        Reviewed by Alejandro G. Castro.
     7
     8        * gtk/jhbuild.modules: Bump to latest OpenWebRTC master fixing the crash on missing
     9        glvideoflip GStreamer element.
     10
    1112016-09-05  Youenn Fablet  <youenn@apple.com>
    212
  • trunk/Tools/gtk/jhbuild.modules

    r204409 r205451  
    515515      <dep package="libnice"/>
    516516     </dependencies>
    517     <branch repo="github.com" module="EricssonResearch/openwebrtc.git" checkoutdir="openwebrtc" tag="9b18c94a1c5e5cad16f241954613c267cb032c85"/>
     517    <branch repo="github.com" module="EricssonResearch/openwebrtc.git" checkoutdir="openwebrtc" tag="c997bff14a9389582bc107e2aea7ce77fb700ed9"/>
    518518  </autotools>
    519519
Note: See TracChangeset for help on using the changeset viewer.