Changeset 217970 in webkit


Ignore:
Timestamp:
Jun 9, 2017 1:49:02 AM (7 years ago)
Author:
zandobersek@gmail.com
Message:

[WPE] Enable MEDIA_SOURCE for build-webkit builds
https://bugs.webkit.org/show_bug.cgi?id=173136

Reviewed by Xabier Rodriguez-Calvar.

Tools:

  • Scripts/webkitperl/FeatureList.pm: Enable the MEDIA_SOURCE feature for WPE.

LayoutTests:

  • platform/wpe/TestExpectations: Enable the media/media-source/ layout tests

for the WPE port, adding half a dozen failure or timeout expectations for
tests that are currently failing.

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r217966 r217970  
     12017-06-09  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        [WPE] Enable MEDIA_SOURCE for build-webkit builds
     4        https://bugs.webkit.org/show_bug.cgi?id=173136
     5
     6        Reviewed by Xabier Rodriguez-Calvar.
     7
     8        * platform/wpe/TestExpectations: Enable the media/media-source/ layout tests
     9        for the WPE port, adding half a dozen failure or timeout expectations for
     10        tests that are currently failing.
     11
    1122017-06-09  Xabier Rodriguez Calvar  <calvaris@igalia.com>
    213
  • trunk/LayoutTests/platform/wpe/TestExpectations

    r217899 r217970  
    537537# ENABLE_CSS_COMPOSITING
    538538Bug(WPE) transitions/blendmode-transitions.html [ Failure ]
     539
     540# ENABLE_MEDIA_SOURCE
     541media/media-source/ [ Pass ]
     542webkit.org/b/168373 media/media-source/media-source-error-crash.html [ Timeout ]
     543webkit.org/b/171726 media/media-source/media-source-init-segment-duration.html [ Failure ]
     544webkit.org/b/172816 media/media-source/media-source-paint-to-canvas.html [ Timeout ]
     545webkit.org/b/168373 media/media-source/media-source-resize.html [ Failure ]
     546webkit.org/b/165394 media/media-source/media-source-seek-detach-crash.html [ Timeout ]
     547webkit.org/b/168373 media/media-source/only-bcp47-language-tags-accepted-as-valid.html [ Timeout ]
  • trunk/Tools/ChangeLog

    r217963 r217970  
     12017-06-09  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        [WPE] Enable MEDIA_SOURCE for build-webkit builds
     4        https://bugs.webkit.org/show_bug.cgi?id=173136
     5
     6        Reviewed by Xabier Rodriguez-Calvar.
     7
     8        * Scripts/webkitperl/FeatureList.pm: Enable the MEDIA_SOURCE feature for WPE.
     9
    1102017-06-08  Carlos Garcia Campos  <cgarcia@igalia.com>
    211
  • trunk/Tools/Scripts/webkitperl/FeatureList.pm

    r217704 r217970  
    297297
    298298    { option => "media-source", desc => "Toggle Media Source support",
    299       define => "ENABLE_MEDIA_SOURCE", default => isGtk(), value => \$mediaSourceSupport },
     299      define => "ENABLE_MEDIA_SOURCE", default => (isGtk() || isWPE()), value => \$mediaSourceSupport },
    300300
    301301    { option => "media-statistics", desc => "Toggle Media Statistics support",
Note: See TracChangeset for help on using the changeset viewer.