Changeset 227528 in webkit


Ignore:
Timestamp:
Jan 24, 2018 10:04:53 AM (6 years ago)
Author:
Ms2ger@igalia.com
Message:

WPE-focused test gardening.
https://bugs.webkit.org/show_bug.cgi?id=182051

Unreviewed test gardening.

Tools:

  • TestWebKitAPI/glib/TestExpectations.json: TestWebKitFindController failure was fixed in r227418.

LayoutTests:

  • TestExpectations:
    • Remove expectation for css3/parse-alignment-of-root-elements.html (rebaselined in r227432).
  • css3/flexbox/csswg/flexbox_flex-natural-mixed-basis-auto.html: Started failing in r226404; this applies the change from https://github.com/w3c/web-platform-tests/commit/b4fa639477ba204f175fd242a335be888ce91371 to make it pass again.
  • platform/gtk/TestExpectations:
    • Add expectation for http/wpt/fetch/response-opaque-clone.html (failing since the test change in r227339).
  • platform/wpe/TestExpectations:
    • Remove expectation for fast/canvas/fallback-content.html (started passing in r226814-r226837, inclusive).
    • Override generic failure expectation for imported/w3c/web-platform-tests/2dcontext/transformations/canvas_transformations_reset_001.html (it has been passing for as long as it has run).
    • Update path for imported/w3c/web-platform-tests/css/css-grid/grid-items/grid-items-sizing-alignment-001.html after r225561.
    • Remove expectation for fast/events/tabindex-focus-blur-all.html (started passing in r226814-r226837, inclusive).
    • Add expectation for http/wpt/fetch/response-opaque-clone.html (failing since the test change in r227339).
    • Add expectation for http/wpt/webrtc/third-party-frame-ice-candidate-filtering.html (failing since it was added).
    • Add expectation for fast/canvas/webgl/simulated-vertexAttrib0-invalid-indicies.html (failing since it was added).
    • Skip fast/text/user-installed-fonts/ (the feature is not supported).
    • Remove expectation for imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-unique-origin.html (rebaselined in r226965).
    • Remove expectation for imported/w3c/web-platform-tests/encrypted-media/clearkey-generate-request-disallowed-input.html (rebaselined in r226965).
    • Mark perf/show-hide-table-rows.html as flaky (as was intended).
Location:
trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r227526 r227528  
     12018-01-24  Ms2ger  <Ms2ger@igalia.com>
     2
     3        WPE-focused test gardening.
     4        https://bugs.webkit.org/show_bug.cgi?id=182051
     5
     6        Unreviewed test gardening.
     7
     8        * TestExpectations:
     9          - Remove expectation for css3/parse-alignment-of-root-elements.html (rebaselined in r227432).
     10        * css3/flexbox/csswg/flexbox_flex-natural-mixed-basis-auto.html:
     11          Started failing in r226404; this applies the change from
     12          https://github.com/w3c/web-platform-tests/commit/b4fa639477ba204f175fd242a335be888ce91371
     13          to make it pass again.
     14        * platform/gtk/TestExpectations:
     15          - Add expectation for http/wpt/fetch/response-opaque-clone.html (failing since the test change in r227339).
     16        * platform/wpe/TestExpectations:
     17          - Remove expectation for fast/canvas/fallback-content.html (started passing in r226814-r226837, inclusive).
     18          - Override generic failure expectation for imported/w3c/web-platform-tests/2dcontext/transformations/canvas_transformations_reset_001.html
     19            (it has been passing for as long as it has run).
     20          - Update path for imported/w3c/web-platform-tests/css/css-grid/grid-items/grid-items-sizing-alignment-001.html after r225561.
     21          - Remove expectation for fast/events/tabindex-focus-blur-all.html (started passing in r226814-r226837, inclusive).
     22          - Add expectation for http/wpt/fetch/response-opaque-clone.html (failing since the test change in r227339).
     23          - Add expectation for http/wpt/webrtc/third-party-frame-ice-candidate-filtering.html (failing since it was added).
     24          - Add expectation for fast/canvas/webgl/simulated-vertexAttrib0-invalid-indicies.html (failing since it was added).
     25          - Skip fast/text/user-installed-fonts/ (the feature is not supported).
     26          - Remove expectation for imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-unique-origin.html (rebaselined in r226965).
     27          - Remove expectation for imported/w3c/web-platform-tests/encrypted-media/clearkey-generate-request-disallowed-input.html (rebaselined in r226965).
     28          - Mark perf/show-hide-table-rows.html as flaky (as was intended).
     29
    1302018-01-24  Chris Fleizach  <cfleizach@apple.com>
    231
  • trunk/LayoutTests/TestExpectations

    r227521 r227528  
    513513imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/allow-scripts-flag-changing-1.html [ Pass Failure ]
    514514imported/w3c/web-platform-tests/html/semantics/document-metadata/the-meta-element/pragma-directives/attr-meta-http-equiv-refresh/allow-scripts-flag-changing-2.html [ Pass Failure ]
    515 
    516 # css alignment tests
    517 webkit.org/b/172711 css3/parse-alignment-of-root-elements.html [ Failure ]
    518515
    519516# selectors
  • trunk/LayoutTests/css3/flexbox/csswg/flexbox_flex-natural-mixed-basis-auto.html

    r180441 r227528  
    1111        background: blue;
    1212        height: 8em;
    13         width: 35ex;
     13        width: 35em;
    1414
    1515        display: flex;
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r227523 r227528  
    33033303webkit.org/b/181662 fast/forms/auto-fill-button/input-strong-confirmation-password-auto-fill-button.html [ Missing Failure ]
    33043304
     3305webkit.org/b/182050 http/wpt/fetch/response-opaque-clone.html [ Failure ]
     3306
    33053307#////////////////////////////////////////////////////////////////////////////////////////
    33063308# End of non-crashing, non-flaky tests failing
  • trunk/LayoutTests/platform/wpe/TestExpectations

    r227521 r227528  
    160160fast/canvas/canvas-toDataURL-webp.html [ Failure ]
    161161fast/canvas/drawImage-with-negative-source-destination.html [ Failure ]
    162 fast/canvas/fallback-content.html [ Failure ]
    163162fast/canvas/toDataURL-supportedTypes.html [ Failure ]
    164163fast/canvas/webgl/antialiasing-enabled.html [ Failure ]
     
    214213
    215214
     215# WPT: 2dcontext
     216# ==============
     217imported/w3c/web-platform-tests/2dcontext/transformations/canvas_transformations_reset_001.html [ Pass ]
     218
     219
    216220# WPT: cors
    217221# =========
     
    222226# WPT: css
    223227# ========
    224 imported/w3c/web-platform-tests/css/css-grid-1/grid-items/grid-items-sizing-alignment-001.html [ Pass ]
     228imported/w3c/web-platform-tests/css/css-grid/grid-items/grid-items-sizing-alignment-001.html [ Pass ]
    225229
    226230imported/w3c/web-platform-tests/css/css-pseudo/first-letter-002.html [ Pass ]
     
    695699webkit.org/b/173419 fast/events/shadow-event-path.html [ Failure ]
    696700webkit.org/b/173419 fast/events/special-key-events-in-input-text.html [ Failure ]
    697 webkit.org/b/173419 fast/events/tabindex-focus-blur-all.html [ Failure ]
    698701webkit.org/b/173419 fast/events/touch/basic-multi-touch-events-limited.html [ Failure ]
    699702webkit.org/b/173419 fast/events/touch/basic-multi-touch-events.html [ Failure ]
     
    10091012webkit.org/b/177873 http/wpt/beacon/beacon-async-error-logging.html [ Failure ]
    10101013
     1014webkit.org/b/182050 http/wpt/fetch/response-opaque-clone.html [ Failure ]
    10111015webkit.org/b/177872 http/wpt/fetch/response-status-text.html [ Failure ]
    10121016webkit.org/b/180749 http/wpt/offscreen-canvas/transferToImageBitmap-webgl.html [ ImageOnlyFailure ]
     
    10151019webkit.org/b/177871 http/wpt/resource-timing/rt-shared-resource-in-workers.html [ Failure ]
    10161020webkit.org/b/168357 http/wpt/resource-timing/rt-initiatorType-media.html [ Pass ]
     1021webkit.org/b/181661 http/wpt/webrtc/third-party-frame-ice-candidate-filtering.html [ Failure ]
    10171022
    10181023Bug(WPE) contentfiltering/ [ Skip ]
     
    11361141webkit.org/b/179759 js/dom/removing-Cf-characters.html [ Pass Crash ]
    11371142
     1143webkit.org/b/181659 fast/canvas/webgl/simulated-vertexAttrib0-invalid-indicies.html [ Failure ]
    11381144webkit.org/b/179760 fast/canvas/webgl/texImage2D-mse-flipY-false.html [ Timeout ]
    11391145webkit.org/b/179760 fast/canvas/webgl/texImage2D-mse-flipY-true.html [ Timeout ]
     
    11501156
    11511157# User-installed font infrastructure is ony present on certain OSes.
    1152 webkit.org/b/180062 fast/text/user-installed-fonts/ [ ImageOnlyFailure ]
     1158webkit.org/b/180062 fast/text/user-installed-fonts/ [ Skip ]
    11531159
    11541160webkit.org/b/181224 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-playback-temporary-setMediaKeys-after-update.html [ Crash ]
     
    11581164webkit.org/b/175189 http/tests/resourceLoadStatistics/grandfathering.html [ Failure ]
    11591165
    1160 webkit.org/b/181532 imported/w3c/web-platform-tests/encrypted-media/clearkey-mp4-unique-origin.html [ Failure ]
    1161 webkit.org/b/181532 imported/w3c/web-platform-tests/encrypted-media/clearkey-generate-request-disallowed-input.html [ Timeout ]
    1162 
    11631166webkit.org/b/181533 imported/w3c/web-platform-tests/fetch/api/cors/cors-filtering.html [ Pass Failure ]
    11641167
    1165 webkit.org/b/181534 imported/w3c/web-platform-tests/fetch/api/cors/cors-filtering.html [ Pass Failure ]
     1168webkit.org/b/181534 perf/show-hide-table-rows.html [ Pass Failure ]
  • trunk/Tools/ChangeLog

    r227527 r227528  
     12018-01-24  Ms2ger  <Ms2ger@igalia.com>
     2
     3        WPE-focused test gardening.
     4        https://bugs.webkit.org/show_bug.cgi?id=182051
     5
     6        Unreviewed test gardening.
     7
     8        * TestWebKitAPI/glib/TestExpectations.json: TestWebKitFindController failure was fixed in r227418.
     9
    1102018-01-23  Mark Lam  <mark.lam@apple.com>
    211
  • trunk/Tools/TestWebKitAPI/glib/TestExpectations.json

    r227405 r227528  
    4040            }
    4141        }
    42     },
    43     "TestWebKitFindController": {
    44         "expected": {"wpe": {"status": ["CRASH"], "bug": "webkit.org/b/181472"}}
    4542    },
    4643    "TestWebsiteData": {
Note: See TracChangeset for help on using the changeset viewer.