Changeset 197752 in webkit


Ignore:
Timestamp:
Mar 8, 2016 2:36:41 AM (8 years ago)
Author:
alex
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:
Location:
trunk
Files:
1 deleted
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r197748 r197752  
     12016-03-08  Alejandro G. Castro  <alex@igalia.com>
     2
     3        [GTK] [EFL] Avoid running mediastream tests by default until we compile by default
     4        https://bugs.webkit.org/show_bug.cgi?id=153540
     5
     6        Reviewed by Philippe Normand.
     7
     8        After bumping gstreamer to 1.6.3 in r196804 we can enable again
     9        compilation of mediastream and running the tests. We have updated
     10        the expectations accordingly.
     11
     12        * platform/efl/TestExpectations:
     13        * platform/gtk/TestExpectations:
     14
    1152016-03-08  Youenn Fablet  <youenn.fablet@crf.canon.fr>
    216
  • trunk/LayoutTests/platform/efl/TestExpectations

    r196574 r197752  
    7979# Need to implement font feature seeting for EFL port since r188146.
    8080css3/font-feature-settings-rendering.html [ Skip ]
    81 
    82 # Requires MEDIA_STREAM support.
    83 webkit.org/b/87662 fast/mediastream [ Skip ]
    84 webkit.org/b/87662 fast/events/constructors/media-stream-event-constructor.html [ Skip ]
    85 webkit.org/b/87662 http/tests/media/media-stream [ Skip ]
    8681
    8782# ----------------------------------------
     
    16971692webkit.org/b/88080 pointer-lock [ Skip ]
    16981693webkit.org/b/88080 http/tests/pointer-lock [ Skip ]
     1694
     1695# Requires MEDIA_STREAM support.
     1696webkit.org/b/87662 fast/mediastream [ Skip ]
     1697webkit.org/b/87662 fast/events/constructors/media-stream-event-constructor.html [ Skip ]
    16991698
    17001699# Requires INDIE_UI support
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r197351 r197752  
    336336webkit.org/b/85212 ietestcenter/css3/flexbox/flexbox-layout-002.htm [ ImageOnlyFailure ]
    337337
     338# Mediastream implementation is not complete yet.
     339webkit.org/b/79203 fast/mediastream/MediaStream-MediaElement-srcObject.html [ Skip ]
     340webkit.org/b/79203 fast/mediastream/MediaStreamTrack.html [ Skip ]
     341webkit.org/b/79203 fast/mediastream/MediaStreamTrack-onended.html [ Skip ]
     342webkit.org/b/79203 fast/mediastream/RTCPeerConnection-AddRemoveStream.html [ Skip ]
     343webkit.org/b/79203 fast/mediastream/RTCPeerConnection-createAnswer.html [ Skip ]
     344webkit.org/b/79203 fast/mediastream/RTCPeerConnection-createOffer.html [ Skip ]
     345webkit.org/b/79203 fast/mediastream/RTCPeerConnection-datachannel.html [ Skip ]
     346webkit.org/b/79203 fast/mediastream/RTCPeerConnection-dtmf.html [ Skip ]
     347webkit.org/b/79203 fast/mediastream/RTCPeerConnection-events.html [ Skip ]
     348webkit.org/b/79203 fast/mediastream/RTCPeerConnection-getConfiguration.html [ Skip ]
     349webkit.org/b/79203 fast/mediastream/RTCPeerConnection-have-local-offer.html [ Skip ]
     350webkit.org/b/79203 fast/mediastream/RTCPeerConnection-have-local-pranswer.html [ Skip ]
     351webkit.org/b/79203 fast/mediastream/RTCPeerConnection-have-remote-offer.html [ Skip ]
     352webkit.org/b/79203 fast/mediastream/RTCPeerConnection-have-remote-pranswer.html [ Skip ]
     353webkit.org/b/79203 fast/mediastream/RTCPeerConnection-ice.html [ Skip ]
     354webkit.org/b/79203 fast/mediastream/RTCPeerConnection-localDescription.html [ Skip ]
     355webkit.org/b/79203 fast/mediastream/RTCPeerConnection-onnegotiationneeded.html [ Skip ]
     356webkit.org/b/79203 fast/mediastream/RTCPeerConnection-remoteDescription.html [ Skip ]
     357webkit.org/b/79203 fast/mediastream/RTCPeerConnection-stable.html [ Skip ]
     358webkit.org/b/79203 fast/mediastream/RTCPeerConnection-stats.html [ Skip ]
     359webkit.org/b/79203 fast/mediastream/RTCPeerConnection-statsSelector.html [ Skip ]
     360webkit.org/b/79203 fast/events/constructors/media-stream-event-constructor.html [ Skip ]
     361webkit.org/b/79203 webaudio/mediastreamaudiodestinationnode.html [ Skip ]
     362webkit.org/b/79203 webaudio/mediastreamaudiosourcenode.html [ Skip ]
     363webkit.org/b/79203 fast/mediastream/MediaStream-video-element.html [ Skip ]
     364webkit.org/b/79203 fast/mediastream/MediaStream-video-element-track-stop.html [ Skip ]
     365webkit.org/b/151344 fast/mediastream/MediaStream-add-ended-tracks.html [ Skip ]
     366webkit.org/b/151344 fast/mediastream/MediaStream-add-remove-tracks.html [ Skip ]
     367webkit.org/b/79203 fast/mediastream/mock-media-source.html [ Skip ]
     368
    338369# Text Autosizing is not yet enabled.
    339370webkit.org/b/99063 fast/text-autosizing [ Skip ]
     
    633664# WIRELESS_PLAYBACK_TARGET not enabled.
    634665media/airplay-target-availability.html
    635 
    636 # Mediastream implementation requires new Gstreamer/OpenWebRTC
    637 webkit.org/b/153540 fast/mediastream [ Skip ]
    638 webkit.org/b/153540 http/tests/media/media-stream [ Skip ]
    639666
    640667# Skip tests requiring UIScriptController
  • trunk/Tools/ChangeLog

    r197719 r197752  
     12016-03-08  Alejandro G. Castro  <alex@igalia.com>
     2
     3        [GTK] [EFL] Avoid running mediastream tests by default until we compile by default
     4        https://bugs.webkit.org/show_bug.cgi?id=153540
     5
     6        Reviewed by Philippe Normand.
     7
     8        After bumping gstreamer to 1.6.3 in r196804 we can enable again
     9        compilation of mediastream and running the tests.
     10
     11        * Scripts/run-gtk-tests:
     12        (TestRunner): Enable again the UserMedia API test.
     13        * Scripts/webkitperl/FeatureList.pm: Enable the compilation of the
     14        mediastream by default.
     15        * gtk/jhbuild-webrtc.modules: Removed the specific jhbuild modules
     16        file.
     17        * gtk/jhbuild.modules: Bumped the openwebrtc version to the one we
     18        are currently using.
     19
    1202016-03-07  Jon Lee  <jonlee@apple.com>
    221
  • trunk/Tools/Scripts/run-gtk-tests

    r196006 r197752  
    8383        SkippedTest("WebKit2/TestWebKit2", "WebKit2.GeolocationTransitionToHighAccuracy", "Test causes crash on the next test", 125068),
    8484        SkippedTest("WebKit2/TestWebKit2", "WebKit2.GeolocationTransitionToLowAccuracy", "Test causes crash on the next test", 125068),
    85         SkippedTest("WebKit2/UserMedia", "WebKit2.UserMediaBasic", "We will not test by default until the upgrade gstreamer to 1.9", 153540),
    8685    ]
    8786
  • trunk/Tools/Scripts/webkitperl/FeatureList.pm

    r197058 r197752  
    339339
    340340    { option => "media-stream", desc => "Toggle Media Stream support",
    341       define => "ENABLE_MEDIA_STREAM", default => 0, value => \$mediaStreamSupport },
     341      define => "ENABLE_MEDIA_STREAM", default => (isGtk() || isEfl()), value => \$mediaStreamSupport },
    342342
    343343    { option => "meter-element", desc => "Toggle Meter Element support",
  • trunk/Tools/gtk/jhbuild.modules

    r197713 r197752  
    439439      <dep package="gstreamer"/>
    440440    </dependencies>
    441     <branch repo="freedesktop-git" module="libnice/libnice.git" tag="0.1.10" checkoutdir="libnice"/>
     441    <branch repo="freedesktop-git" module="libnice/libnice.git" tag="0.1.13" checkoutdir="libnice"/>
    442442  </autotools>
    443443
     
    447447      <dep package="libnice"/>
    448448     </dependencies>
    449     <branch repo="github.com" module="EricssonResearch/openwebrtc.git" checkoutdir="openwebrtc" tag="13516c7f79a0c48bb411464f7613d4b426c70f5b"/>
     449    <branch repo="github.com" module="EricssonResearch/openwebrtc.git" checkoutdir="openwebrtc" tag="f511ea1fa79a33fa3d52bfd1c0969c28084aeb35"/>
    450450  </autotools>
    451451
Note: See TracChangeset for help on using the changeset viewer.