Title: [205451] trunk
Revision
205451
Author
ph...@webkit.org
Date
2016-09-05 06:54:25 -0700 (Mon, 05 Sep 2016)

Log 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.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (205450 => 205451)


--- trunk/LayoutTests/ChangeLog	2016-09-05 11:02:37 UTC (rev 205450)
+++ trunk/LayoutTests/ChangeLog	2016-09-05 13:54:25 UTC (rev 205451)
@@ -1,3 +1,12 @@
+2016-09-05  Philippe Normand  <pnorm...@igalia.com>
+
+        WebRTC: Several media stream tests crashing
+        https://bugs.webkit.org/show_bug.cgi?id=161582
+
+        Reviewed by Alejandro G. Castro.
+
+        * platform/gtk/TestExpectations: Unskip now-passing tests.
+
 2016-09-05  Youenn Fablet  <you...@apple.com>
 
         CachedResourceLoader is not taking into account fetch options to use or not cached resources

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (205450 => 205451)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2016-09-05 11:02:37 UTC (rev 205450)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2016-09-05 13:54:25 UTC (rev 205451)
@@ -823,11 +823,6 @@
 
 webkit.org/b/153937 http/tests/misc/detach-during-notifyDone.html [ Crash Pass ]
 
-webkit.org/b/161582 fast/mediastream/apply-constraints-video.html [ Crash ]
-webkit.org/b/161582 fast/mediastream/MediaStream-video-element-displays-buffer.html [ Crash ]
-webkit.org/b/161582 fast/mediastream/MediaStream-video-element-video-tracks-disabled-then-enabled.html [ Crash ]
-webkit.org/b/161582 fast/mediastream/MediaStream-video-element-video-tracks-disabled.html [ Crash ]
-
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Crashing tests
 #////////////////////////////////////////////////////////////////////////////////////////

Modified: trunk/Tools/ChangeLog (205450 => 205451)


--- trunk/Tools/ChangeLog	2016-09-05 11:02:37 UTC (rev 205450)
+++ trunk/Tools/ChangeLog	2016-09-05 13:54:25 UTC (rev 205451)
@@ -1,3 +1,13 @@
+2016-09-05  Philippe Normand  <pnorm...@igalia.com>
+
+        WebRTC: Several media stream tests crashing
+        https://bugs.webkit.org/show_bug.cgi?id=161582
+
+        Reviewed by Alejandro G. Castro.
+
+        * gtk/jhbuild.modules: Bump to latest OpenWebRTC master fixing the crash on missing
+        glvideoflip GStreamer element.
+
 2016-09-05  Youenn Fablet  <you...@apple.com>
 
         W3C test importer should generate the list of resource files

Modified: trunk/Tools/gtk/jhbuild.modules (205450 => 205451)


--- trunk/Tools/gtk/jhbuild.modules	2016-09-05 11:02:37 UTC (rev 205450)
+++ trunk/Tools/gtk/jhbuild.modules	2016-09-05 13:54:25 UTC (rev 205451)
@@ -514,7 +514,7 @@
       <dep package="gst-plugins-openwebrtc"/>
       <dep package="libnice"/>
      </dependencies>
-    <branch repo="github.com" module="EricssonResearch/openwebrtc.git" checkoutdir="openwebrtc" tag="9b18c94a1c5e5cad16f241954613c267cb032c85"/>
+    <branch repo="github.com" module="EricssonResearch/openwebrtc.git" checkoutdir="openwebrtc" tag="c997bff14a9389582bc107e2aea7ce77fb700ed9"/>
   </autotools>
 
   <autotools id="llvm"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to