Changeset 225219 in webkit


Ignore:
Timestamp:
Nov 28, 2017 8:41:17 AM (6 years ago)
Author:
Michael Catanzaro
Message:

REGRESSION(r225098): [WPE] Some features have changed of value (70 new failures)
https://bugs.webkit.org/show_bug.cgi?id=180004

Reviewed by Alex Christensen.

.:

Turn on ENABLE_ENCRYPTED_MEDIA and ENABLE_WEBGL2 when building with
ENABLE_EXPERIMENTAL_FEATURES. Also, let's stop turning off ENABLE_USERSELECT_ALL, as I doubt
there's any good reason for that.

  • Source/cmake/OptionsWPE.cmake:

LayoutTests:

Remove failure expectations for layout tests that will stop failing once the buildbot master
is restarted. A restart is required for the build to begin using
-DENABLE_EXPERIMENTAL_FEATURES=ON.

  • platform/wpe/TestExpectations:
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r225191 r225219  
     12017-11-28  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        REGRESSION(r225098): [WPE] Some features have changed of value (70 new failures)
     4        https://bugs.webkit.org/show_bug.cgi?id=180004
     5
     6        Reviewed by Alex Christensen.
     7
     8        Turn on ENABLE_ENCRYPTED_MEDIA and ENABLE_WEBGL2 when building with
     9        ENABLE_EXPERIMENTAL_FEATURES. Also, let's stop turning off ENABLE_USERSELECT_ALL, as I doubt
     10        there's any good reason for that.
     11
     12        * Source/cmake/OptionsWPE.cmake:
     13
    1142017-11-27  Don Olmstead  <don.olmstead@sony.com>
    215
  • trunk/LayoutTests/ChangeLog

    r225216 r225219  
     12017-11-28  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        REGRESSION(r225098): [WPE] Some features have changed of value (70 new failures)
     4        https://bugs.webkit.org/show_bug.cgi?id=180004
     5
     6        Reviewed by Alex Christensen.
     7
     8        Remove failure expectations for layout tests that will stop failing once the buildbot master
     9        is restarted. A restart is required for the build to begin using
     10        -DENABLE_EXPERIMENTAL_FEATURES=ON.
     11
     12        * platform/wpe/TestExpectations:
     13
    1142017-11-28  Antoine Quint  <graouts@apple.com>
    215
  • trunk/LayoutTests/platform/wpe/TestExpectations

    r225169 r225219  
    10281028
    10291029webkit.org/b/179898 svg/animations/svglengthlist-animation-3.html [ Pass Failure ]
    1030 
    1031 # Some features have changed of value after r225098
    1032 webkit.org/b/180004 fast/canvas/webgl/webgl2-buffer-targets.html [ Failure ]
    1033 webkit.org/b/180004 fast/canvas/webgl/webgl2-context-creation.html [ Failure ]
    1034 webkit.org/b/180004 fast/canvas/webgl/webgl2-getActiveUniforms.html [ Failure ]
    1035 webkit.org/b/180004 fast/canvas/webgl/webgl2-runtime-flag.html [ Failure ]
    1036 webkit.org/b/180004 fast/canvas/webgl/webgl2-texStorage.html [ Failure ]
    1037 webkit.org/b/180004 fast/canvas/webgl/webgl2/constants.html [ Failure ]
    1038 webkit.org/b/180004 imported/w3c/web-platform-tests/dom/events/EventTarget-dispatchEvent.html [ Failure ]
    1039 webkit.org/b/180004 imported/w3c/web-platform-tests/dom/nodes/Document-createEvent.html [ Failure ]
    1040 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-check-initdata-type.html [ Failure ]
    1041 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-events-session-closed-event.html [ Failure ]
    1042 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-events.html [ Failure ]
    1043 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-generate-request-disallowed-input.html [ Failure ]
    1044 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-invalid-license.html [ Failure ]
    1045 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-keystatuses-multiple-sessions.html [ Failure ]
    1046 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-keystatuses.html [ Failure ]
    1047 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-destroy-persistent-license.html [ Failure ]
    1048 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-persistent-license-events.html [ Failure ]
    1049 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-persistent-license.html [ Failure ]
    1050 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-persistent-usage-record-events.html [ Failure ]
    1051 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-persistent-usage-record.html [ Failure ]
    1052 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-retrieve-destroy-persistent-license.html [ Failure ]
    1053 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-retrieve-persistent-license.html [ Failure ]
    1054 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-retrieve-persistent-usage-record.html [ Failure ]
    1055 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-encrypted-clear-sources.html [ Failure ]
    1056 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-encrypted-clear.html [ Failure ]
    1057 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-events.html [ Failure ]
    1058 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-multikey-sequential-readyState.html [ Failure ]
    1059 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-multikey-sequential.html [ Failure ]
    1060 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-multikey.html [ Failure ]
    1061 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-multisession.html [ Failure ]
    1062 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-setMediaKeys-after-src.html [ Failure ]
    1063 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-setMediaKeys-after-update.html [ Failure ]
    1064 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-setMediaKeys-immediately.html [ Failure ]
    1065 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-setMediaKeys-onencrypted.html [ Failure ]
    1066 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-two-videos.html [ Failure ]
    1067 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-waitingforkey.html [ Failure ]
    1068 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary.html [ Failure ]
    1069 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-requestmediakeysystemaccess.html [ Failure ]
    1070 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-reset-src-after-setmediakeys.html [ Failure ]
    1071 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-setmediakeys-again-after-playback.html [ Failure ]
    1072 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-setmediakeys-again-after-resetting-src.html [ Failure ]
    1073 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-setmediakeys-at-same-time.html [ Failure ]
    1074 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-setmediakeys-multiple-times-with-different-mediakeys.html [ Failure ]
    1075 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-setmediakeys-multiple-times-with-the-same-mediakeys.html [ Failure ]
    1076 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-setmediakeys-to-multiple-video-elements.html [ Failure ]
    1077 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-setmediakeys.html [ Failure ]
    1078 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-syntax-mediakeys.html [ Failure ]
    1079 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-syntax-mediakeysession.html [ Failure ]
    1080 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-syntax-mediakeysystemaccess.html [ Failure ]
    1081 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-unique-origin.html [ Failure ]
    1082 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-update-disallowed-input.html [ Failure ]
    1083 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-waiting-for-a-key.html [ Failure ]
    1084 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-not-callable-after-createsession.html [ Failure ]
    1085 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/clearkey-update-non-ascii-input.html [ Failure ]
    1086 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/encrypted-media-default-feature-policy.https.sub.html [ Failure ]
    1087 webkit.org/b/180004 imported/w3c/web-platform-tests/encrypted-media/idlharness.html [ Failure ]
    1088 webkit.org/b/180004 media/encrypted-media/mock-MediaKeySession-close.html [ Failure ]
    1089 webkit.org/b/180004 media/encrypted-media/mock-MediaKeySession-generateRequest.html [ Failure ]
    1090 webkit.org/b/180004 media/encrypted-media/mock-MediaKeySession-load.html [ Failure ]
    1091 webkit.org/b/180004 media/encrypted-media/mock-MediaKeySession-remove.html [ Failure ]
    1092 webkit.org/b/180004 media/encrypted-media/mock-MediaKeySession-update.html [ Failure ]
    1093 webkit.org/b/180004 media/encrypted-media/mock-MediaKeySystemAccess.html [ Failure ]
    1094 webkit.org/b/180004 media/encrypted-media/mock-MediaKeys-createSession.html [ Failure ]
    1095 webkit.org/b/180004 media/encrypted-media/mock-MediaKeys-setServerCertificate.html [ Failure ]
    1096 webkit.org/b/180004 webgl/webgl-vertex-array-object-defined.html [ Failure ]
    1097 webkit.org/b/180004 webgl/webgl2-rendering-context-defined.html [ Failure ]
    1098 webkit.org/b/180004 webgl/webgl2-rendering-context-obtain.html [ Failure ]
    1099 webkit.org/b/180004 fast/canvas/webgl/webgl2/bindings.html [ Timeout ]
    1100 webkit.org/b/180004 fast/canvas/webgl/webgl2/sequences.html [ Timeout ]
    1101 webkit.org/b/180004 media/encrypted-media/mock-navigator-requestMediaKeySystemAccess.html [ Timeout ]
  • trunk/Source/cmake/OptionsWPE.cmake

    r225105 r225219  
    1515# changing the value of the option.
    1616WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_ACCELERATED_2D_CANVAS PUBLIC OFF)
    17 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_ENCRYPTED_MEDIA PUBLIC OFF)
     17WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_ENCRYPTED_MEDIA PUBLIC ${ENABLE_EXPERIMENTAL_FEATURES})
    1818WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_JIT PUBLIC ON)
    1919WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEBDRIVER PUBLIC ON)
     
    3232WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_SMOOTH_SCROLLING PRIVATE OFF)
    3333WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_TOUCH_EVENTS PRIVATE ON)
    34 # FIXME: Should ENABLE_USERSELECT_ALL really be turned off?
    35 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_USERSELECT_ALL PRIVATE OFF)
     34WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEBGL2 PRIVATE ${ENABLE_EXPERIMENTAL_FEATURES})
    3635
    3736if (CMAKE_SYSTEM_NAME MATCHES "Linux")
Note: See TracChangeset for help on using the changeset viewer.