Title: [197752] trunk
Revision
197752
Author
[email protected]
Date
2016-03-08 02:36:41 -0800 (Tue, 08 Mar 2016)

Log Message

[GTK] [EFL] Avoid running mediastream tests by default until we compile by default
https://bugs.webkit.org/show_bug.cgi?id=153540

Reviewed by Philippe Normand.

After bumping gstreamer to 1.6.3 in r196804 we can enable again
Tools:

compilation of mediastream and running the tests.

* Scripts/run-gtk-tests:
(TestRunner): Enable again the UserMedia API test.
* Scripts/webkitperl/FeatureList.pm: Enable the compilation of the
mediastream by default.
* gtk/jhbuild-webrtc.modules: Removed the specific jhbuild modules
file.
* gtk/jhbuild.modules: Bumped the openwebrtc version to the one we
are currently using.

LayoutTests:

compilation of mediastream and running the tests. We have updated
the expectations accordingly.

* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (197751 => 197752)


--- trunk/LayoutTests/ChangeLog	2016-03-08 10:11:41 UTC (rev 197751)
+++ trunk/LayoutTests/ChangeLog	2016-03-08 10:36:41 UTC (rev 197752)
@@ -1,3 +1,17 @@
+2016-03-08  Alejandro G. Castro  <[email protected]>
+
+        [GTK] [EFL] Avoid running mediastream tests by default until we compile by default
+        https://bugs.webkit.org/show_bug.cgi?id=153540
+
+        Reviewed by Philippe Normand.
+
+        After bumping gstreamer to 1.6.3 in r196804 we can enable again
+        compilation of mediastream and running the tests. We have updated
+        the expectations accordingly.
+
+        * platform/efl/TestExpectations:
+        * platform/gtk/TestExpectations:
+
 2016-03-08  Youenn Fablet  <[email protected]>
 
         [Fetch API] Implement fetch skeleton

Modified: trunk/LayoutTests/platform/efl/TestExpectations (197751 => 197752)


--- trunk/LayoutTests/platform/efl/TestExpectations	2016-03-08 10:11:41 UTC (rev 197751)
+++ trunk/LayoutTests/platform/efl/TestExpectations	2016-03-08 10:36:41 UTC (rev 197752)
@@ -79,11 +79,6 @@
 # Need to implement font feature seeting for EFL port since r188146.
 css3/font-feature-settings-rendering.html [ Skip ]
 
-# Requires MEDIA_STREAM support.
-webkit.org/b/87662 fast/mediastream [ Skip ]
-webkit.org/b/87662 fast/events/constructors/media-stream-event-constructor.html [ Skip ]
-webkit.org/b/87662 http/tests/media/media-stream [ Skip ]
-
 # ----------------------------------------
 # Tests which also fail in other platforms
 # ----------------------------------------
@@ -1697,6 +1692,10 @@
 webkit.org/b/88080 pointer-lock [ Skip ]
 webkit.org/b/88080 http/tests/pointer-lock [ Skip ]
 
+# Requires MEDIA_STREAM support.
+webkit.org/b/87662 fast/mediastream [ Skip ]
+webkit.org/b/87662 fast/events/constructors/media-stream-event-constructor.html [ Skip ]
+
 # Requires INDIE_UI support
 webkit.org/b/111446 indieui [ Skip ]
 

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (197751 => 197752)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2016-03-08 10:11:41 UTC (rev 197751)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2016-03-08 10:36:41 UTC (rev 197752)
@@ -335,6 +335,37 @@
 webkit.org/b/85211 ietestcenter/css3/flexbox/flexbox-align-stretch-001.htm [ ImageOnlyFailure ]
 webkit.org/b/85212 ietestcenter/css3/flexbox/flexbox-layout-002.htm [ ImageOnlyFailure ]
 
+# Mediastream implementation is not complete yet.
+webkit.org/b/79203 fast/mediastream/MediaStream-MediaElement-srcObject.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/MediaStreamTrack.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/MediaStreamTrack-onended.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-AddRemoveStream.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-createAnswer.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-createOffer.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-datachannel.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-dtmf.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-events.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-getConfiguration.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-have-local-offer.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-have-local-pranswer.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-have-remote-offer.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-have-remote-pranswer.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-ice.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-localDescription.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-onnegotiationneeded.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-remoteDescription.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-stable.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-stats.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-statsSelector.html [ Skip ]
+webkit.org/b/79203 fast/events/constructors/media-stream-event-constructor.html [ Skip ]
+webkit.org/b/79203 webaudio/mediastreamaudiodestinationnode.html [ Skip ]
+webkit.org/b/79203 webaudio/mediastreamaudiosourcenode.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/MediaStream-video-element.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/MediaStream-video-element-track-stop.html [ Skip ]
+webkit.org/b/151344 fast/mediastream/MediaStream-add-ended-tracks.html [ Skip ]
+webkit.org/b/151344 fast/mediastream/MediaStream-add-remove-tracks.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/mock-media-source.html [ Skip ]
+
 # Text Autosizing is not yet enabled.
 webkit.org/b/99063 fast/text-autosizing [ Skip ]
 
@@ -633,10 +664,6 @@
 # WIRELESS_PLAYBACK_TARGET not enabled.
 media/airplay-target-availability.html
 
-# Mediastream implementation requires new Gstreamer/OpenWebRTC
-webkit.org/b/153540 fast/mediastream [ Skip ]
-webkit.org/b/153540 http/tests/media/media-stream [ Skip ]
-
 # Skip tests requiring UIScriptController
 webkit.org/b/153833 css3/touch-action/touch-action-manipulation-fast-clicks.html [ Skip ]
 webkit.org/b/153833 fast/events/can-click-element-on-page-with-active-pseudo-class-and-search-field.html [ Skip ]

Modified: trunk/Tools/ChangeLog (197751 => 197752)


--- trunk/Tools/ChangeLog	2016-03-08 10:11:41 UTC (rev 197751)
+++ trunk/Tools/ChangeLog	2016-03-08 10:36:41 UTC (rev 197752)
@@ -1,3 +1,22 @@
+2016-03-08  Alejandro G. Castro  <[email protected]>
+
+        [GTK] [EFL] Avoid running mediastream tests by default until we compile by default
+        https://bugs.webkit.org/show_bug.cgi?id=153540
+
+        Reviewed by Philippe Normand.
+
+        After bumping gstreamer to 1.6.3 in r196804 we can enable again
+        compilation of mediastream and running the tests.
+
+        * Scripts/run-gtk-tests:
+        (TestRunner): Enable again the UserMedia API test.
+        * Scripts/webkitperl/FeatureList.pm: Enable the compilation of the
+        mediastream by default.
+        * gtk/jhbuild-webrtc.modules: Removed the specific jhbuild modules
+        file.
+        * gtk/jhbuild.modules: Bumped the openwebrtc version to the one we
+        are currently using.
+
 2016-03-07  Jon Lee  <[email protected]>
 
         Update perf bot configuration for Animometer

Modified: trunk/Tools/Scripts/run-gtk-tests (197751 => 197752)


--- trunk/Tools/Scripts/run-gtk-tests	2016-03-08 10:11:41 UTC (rev 197751)
+++ trunk/Tools/Scripts/run-gtk-tests	2016-03-08 10:36:41 UTC (rev 197752)
@@ -82,7 +82,6 @@
         SkippedTest("WebKit2/TestWebKit2", "WebKit2.TerminateTwice", "Test causes crash on the next test", 121970),
         SkippedTest("WebKit2/TestWebKit2", "WebKit2.GeolocationTransitionToHighAccuracy", "Test causes crash on the next test", 125068),
         SkippedTest("WebKit2/TestWebKit2", "WebKit2.GeolocationTransitionToLowAccuracy", "Test causes crash on the next test", 125068),
-        SkippedTest("WebKit2/UserMedia", "WebKit2.UserMediaBasic", "We will not test by default until the upgrade gstreamer to 1.9", 153540),
     ]
 
     SLOW = [

Modified: trunk/Tools/Scripts/webkitperl/FeatureList.pm (197751 => 197752)


--- trunk/Tools/Scripts/webkitperl/FeatureList.pm	2016-03-08 10:11:41 UTC (rev 197751)
+++ trunk/Tools/Scripts/webkitperl/FeatureList.pm	2016-03-08 10:36:41 UTC (rev 197752)
@@ -338,7 +338,7 @@
       define => "ENABLE_MEDIA_STATISTICS", default => 0, value => \$mediaStatisticsSupport },
 
     { option => "media-stream", desc => "Toggle Media Stream support",
-      define => "ENABLE_MEDIA_STREAM", default => 0, value => \$mediaStreamSupport },
+      define => "ENABLE_MEDIA_STREAM", default => (isGtk() || isEfl()), value => \$mediaStreamSupport },
 
     { option => "meter-element", desc => "Toggle Meter Element support",
       define => "ENABLE_METER_ELEMENT", default => !isAppleWinWebKit(), value => \$meterElementSupport },

Deleted: trunk/Tools/gtk/jhbuild-webrtc.modules (197751 => 197752)


--- trunk/Tools/gtk/jhbuild-webrtc.modules	2016-03-08 10:11:41 UTC (rev 197751)
+++ trunk/Tools/gtk/jhbuild-webrtc.modules	2016-03-08 10:36:41 UTC (rev 197752)
@@ -1,119 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE moduleset SYSTEM "moduleset.dtd">
-<?xml-stylesheet type="text/xsl" href=""
-<moduleset>
-
-  <repository type="git" name="github.com"
-      href=""
-  <repository type="tarball" name="github-tarball"
-      href=""
-  <repository type="git" name="freedesktop-git"
-      href=""
-
-  <autotools id="libsrtp" autogen-sh="configure">
-    <branch module="cisco/libsrtp/archive/v${version}.tar.gz" version="1.5.2"
-            checkoutdir="libsrtp-${version}"
-            repo="github-tarball"
-            hash="sha256:86e1efe353397c0751f6bdd709794143bd1b76494412860f16ff2b6d9c304eda"
-            md5sum="2309aa6027992810a4285b042c71e644">
-    </branch>
-  </autotools>
-
-  <autotools id="openh264" supports-non-srcdir-builds="no" autogen-sh="pseudo-configure">
-    <branch module="cisco/openh264/archive/v1.4.0.tar.gz" version="1.4.0"
-            checkoutdir="openh264-1.4.0"
-            repo="github-tarball">
-      <patch file="openh264-configure.patch" strip="0"/>
-    </branch>
-  </autotools>
-
-  <autotools id="gstreamer" autogenargs="--disable-gtk-doc">
-    <if condition-set="macos">
-      <autogenargs value="--disable-introspection"/>
-    </if>
-
-    <dependencies>
-      <dep package="orc"/>
-    </dependencies>
-    <branch repo="freedesktop-git" module="gstreamer/gstreamer" version="1.7" checkoutdir="gstreamer" tag="61a8c946acb077959dfec78fc6393a5bea17a260"/>
-  </autotools>
-
-  <autotools id="gst-plugins-base"
-             autogen-sh="autogen.sh"
-             autogenargs="--disable-examples --disable-gtk-doc">
-    <if condition-set="macos">
-      <autogenargs value="--disable-introspection"/>
-    </if>
-    <dependencies>
-      <dep package="gstreamer"/>
-      <dep package="orc"/>
-    </dependencies>
-    <branch repo="freedesktop-git" module="gstreamer/gst-plugins-base" version="1.7" checkoutdir="gst-plugins-base" tag="5f79ccb420d6b270d108892f1c7e3dedbd64b57a"/>
-  </autotools>
-
-  <autotools id="gst-plugins-good" autogenargs="--disable-examples --disable-soup --disable-gtk-doc">
-    <if condition-set="macos">
-      <autogenargs value="--disable-introspection"/>
-    </if>
-    <dependencies>
-      <dep package="gst-plugins-base"/>
-      <dep package="libvpx"/>
-    </dependencies>
-
-    <branch repo="freedesktop-git" module="gstreamer/gst-plugins-good" version="1.7" checkoutdir="gst-plugins-good" tag="0d4e3847f0c9106ed345f0316e4954f82332e250"/>
-  </autotools>
-
-  <autotools id="gst-plugins-bad" autogenargs="--disable-examples --disable-gtk-doc --enable-openh264 --enable-opus --enable-srtp -- PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$JHBUILD_PREFIX/lib/pkgconfig">
-    <if condition-set="macos">
-      <autogenargs value="--disable-introspection"/>
-    </if>
-    <dependencies>
-      <dep package="gst-plugins-base"/>
-      <dep package="libsrtp"/>
-      <dep package="openh264"/>
-    </dependencies>
-
-    <branch repo="freedesktop-git" module="gstreamer/gst-plugins-bad" version="1.7" checkoutdir="gst-plugins-bad" tag="3d5a1ccbf4e5b036164a02c6bd6b0b0ddab19880"/>
-  </autotools>
-
-  <autotools id="gst-libav" autogenargs="--with-libav-extra-configure='--disable-yasm' --disable-gtk-doc">
-    <dependencies>
-      <dep package="gst-plugins-base"/>
-    </dependencies>
-
-    <branch repo="freedesktop-git" module="gstreamer/gst-libav" version="1.5" checkoutdir="gst-libav" tag="1.5.2"/>
-  </autotools>
-
-  <autotools id="libusrsctp" supports-non-srcdir-builds="no" autogen-sh="./bootstrap; ./configure --disable-warnings-as-errors">
-    <branch repo="github.com" module="sctplab/usrsctp.git" checkoutdir="usrsctp" tag="c53d43ee76673ee281806497eb43750c239c145f"/>
-   </autotools>
-
-   <autotools id="gst-plugins-openwebrtc" supports-parallel-builds="no" supports-non-srcdir-builds="no" autogen-sh="./autogen.sh; ./configure">
-     <dependencies>
-       <dep package="gst-plugins-base"/>
-       <dep package="libusrsctp"/>
-     </dependencies>
-    <branch repo="github.com" module="EricssonResearch/openwebrtc-gst-plugins.git" checkoutdir="gst-plugins-openwebrtc" tag="5eb92d7e58a5aec82034d1a6d3f5ef66501172b7"/>
-   </autotools>
-
-   <autotools id="libnice" supports-non-srcdir-builds="no">
-    <dependencies>
-      <dep package="gstreamer"/>
-    </dependencies>
-    <branch repo="freedesktop-git" module="libnice/libnice.git" tag="0.1.13" checkoutdir="libnice"/>
-  </autotools>
-
-  <autotools id="libvpx" supports-non-srcdir-builds="no"
-	autogen-template="./configure --prefix=%(prefix)s --enable-shared --enable-pic --as=yasm --disable-unit-tests ">
-	<branch repo="github.com" module="webmproject/libvpx.git" checkoutdir="libvpx" tag="v1.4.0"/>
-  </autotools>
-
-  <autotools id="openwebrtc" autogenargs="--enable-bridge=no --enable-owr-gst=yes">
-    <dependencies>
-      <dep package="gst-plugins-openwebrtc"/>
-      <dep package="libnice"/>
-     </dependencies>
-    <branch repo="github.com" module="EricssonResearch/openwebrtc.git" checkoutdir="openwebrtc" tag="f511ea1fa79a33fa3d52bfd1c0969c28084aeb35"/>
-  </autotools>
-
-</moduleset>

Modified: trunk/Tools/gtk/jhbuild.modules (197751 => 197752)


--- trunk/Tools/gtk/jhbuild.modules	2016-03-08 10:11:41 UTC (rev 197751)
+++ trunk/Tools/gtk/jhbuild.modules	2016-03-08 10:36:41 UTC (rev 197752)
@@ -438,7 +438,7 @@
     <dependencies>
       <dep package="gstreamer"/>
     </dependencies>
-    <branch repo="freedesktop-git" module="libnice/libnice.git" tag="0.1.10" checkoutdir="libnice"/>
+    <branch repo="freedesktop-git" module="libnice/libnice.git" tag="0.1.13" checkoutdir="libnice"/>
   </autotools>
 
   <autotools id="openwebrtc" autogenargs="--enable-bridge=no --enable-owr-gst=yes">
@@ -446,7 +446,7 @@
       <dep package="gst-plugins-openwebrtc"/>
       <dep package="libnice"/>
      </dependencies>
-    <branch repo="github.com" module="EricssonResearch/openwebrtc.git" checkoutdir="openwebrtc" tag="13516c7f79a0c48bb411464f7613d4b426c70f5b"/>
+    <branch repo="github.com" module="EricssonResearch/openwebrtc.git" checkoutdir="openwebrtc" tag="f511ea1fa79a33fa3d52bfd1c0969c28084aeb35"/>
   </autotools>
 
   <autotools id="gsettings-desktop-schemas" autogen-sh="configure">
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to