Changeset 228830 in webkit


Ignore:
Timestamp:
Feb 20, 2018 1:45:27 PM (6 years ago)
Author:
Manuel Rego Casasnovas
Message:

Skip tests that need ENABLE_LINK_PREFETCH
https://bugs.webkit.org/show_bug.cgi?id=182981

Unreviewed gardening.

These tests were marked in the different TestExpectations fails of each port,
when actually none of them were testing this code as ENABLE_LINK_PREFETCH is disabled by default
(even in development builds).

The patch just moves the flagged tests from the port specific TestExpectations files
to the generic TestExpectations file skipping them.

  • TestExpectations:
  • platform/gtk/TestExpectations:
  • platform/ios/TestExpectations:
  • platform/mac/TestExpectations:
  • platform/win/TestExpectations:
Location:
trunk/LayoutTests
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r228828 r228830  
     12018-02-20  Manuel Rego Casasnovas  <rego@igalia.com>
     2
     3        Skip tests that need ENABLE_LINK_PREFETCH
     4        https://bugs.webkit.org/show_bug.cgi?id=182981
     5
     6        Unreviewed gardening.
     7
     8        These tests were marked in the different TestExpectations fails of each port,
     9        when actually none of them were testing this code as ENABLE_LINK_PREFETCH is disabled by default
     10        (even in development builds).
     11
     12        The patch just moves the flagged tests from the port specific TestExpectations files
     13        to the generic TestExpectations file skipping them.
     14
     15        * TestExpectations:
     16        * platform/gtk/TestExpectations:
     17        * platform/ios/TestExpectations:
     18        * platform/mac/TestExpectations:
     19        * platform/win/TestExpectations:
     20
    1212018-02-20  John Wilander  <wilander@apple.com>
    222
  • trunk/LayoutTests/TestExpectations

    r228817 r228830  
    15971597webkit.org/b/112755 fast/css3-text/css3-text-indent/getComputedStyle [ Skip ]
    15981598
     1599# Link prefetch is disabled by default (needs ENABLE_LINK_PREFETCH)
     1600webkit.org/b/3652 fast/dom/HTMLLinkElement/link-and-subresource-test.html [ Skip ]
     1601webkit.org/b/3652 fast/dom/HTMLLinkElement/link-and-subresource-test-nonexistent.html [ Skip ]
     1602webkit.org/b/3652 fast/dom/HTMLLinkElement/prefetch.html [ Skip ]
     1603webkit.org/b/3652 fast/dom/HTMLLinkElement/prefetch-beforeload.html [ Skip ]
     1604webkit.org/b/3652 fast/dom/HTMLLinkElement/prefetch-onerror.html [ Skip ]
     1605webkit.org/b/3652 fast/dom/HTMLLinkElement/prefetch-onload.html [ Skip ]
     1606webkit.org/b/3652 fast/dom/HTMLLinkElement/prefetch-too-many-clients.html [ Skip ]
     1607webkit.org/b/3652 fast/dom/HTMLLinkElement/subresource.html [ Skip ]
     1608webkit.org/b/3652 http/tests/misc/link-rel-prefetch-and-subresource.html [ Skip ]
     1609webkit.org/b/3652 http/tests/misc/prefetch-purpose.html [ Skip ]
     1610
    15991611### END OF -disabled tests
    16001612########################################
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r228817 r228830  
    12021202webkit.org/b/177633 http/tests/security/clipboard/copy-paste-html-across-origin-strips-mso-list.html [ Failure ]
    12031203
    1204 # We should consider enabling ENABLE_LINK_PREFETCH
    1205 webkit.org/b/179989 http/tests/misc/prefetch-purpose.html [ Skip ]
    1206 webkit.org/b/179989 http/tests/misc/link-rel-prefetch-and-subresource.html [ Skip ]
    1207 webkit.org/b/179989 fast/dom/HTMLLinkElement/subresource.html [ Skip ]
    1208 webkit.org/b/179989 fast/dom/HTMLLinkElement/prefetch-onload.html [ Skip ]
    1209 webkit.org/b/179989 fast/dom/HTMLLinkElement/prefetch-onerror.html [ Skip ]
    1210 webkit.org/b/179989 fast/dom/HTMLLinkElement/prefetch.html [ Skip ]
    1211 webkit.org/b/179989 fast/dom/HTMLLinkElement/link-and-subresource-test-nonexistent.html [ Skip ]
    1212 webkit.org/b/179989 fast/dom/HTMLLinkElement/link-and-subresource-test.html [ Skip ]
    1213 
    12141204webkit.org/b/180062 fast/text/user-installed-fonts [ Skip ]
    12151205
  • trunk/LayoutTests/platform/ios/TestExpectations

    r228817 r228830  
    11491149http/tests/local/blob/send-hybrid-blob.html
    11501150http/tests/local/formdata/upload-events.html
    1151 http/tests/misc/link-rel-prefetch-and-subresource.html
    1152 http/tests/misc/prefetch-purpose.html
    11531151http/tests/navigation/scrollstate-after-http-equiv-refresh-fragment-identifier-2.html
    11541152http/tests/navigation/scrollstate-after-http-equiv-refresh-fragment-identifier.html
     
    20802078fast/dom/DeviceOrientation/null-values.html
    20812079fast/dom/DeviceOrientation/updates.html
    2082 fast/dom/HTMLLinkElement/link-and-subresource-test-nonexistent.html
    2083 fast/dom/HTMLLinkElement/link-and-subresource-test.html
    2084 fast/dom/HTMLLinkElement/prefetch-onerror.html
    2085 fast/dom/HTMLLinkElement/prefetch-onload.html
    2086 fast/dom/HTMLLinkElement/prefetch.link
    2087 fast/dom/HTMLLinkElement/subresource.html
    20882080fast/dom/MutationObserver/inline-event-listener.html
    20892081fast/dom/Window/open-window-min-size.html
  • trunk/LayoutTests/platform/mac/TestExpectations

    r228817 r228830  
    123123fast/dom/DeviceOrientation
    124124fast/dom/Window/window-properties-device-orientation.html
    125 
    126 # Link prefetch is disabled by default
    127 fast/dom/HTMLLinkElement/link-and-subresource-test.html
    128 fast/dom/HTMLLinkElement/link-and-subresource-test-nonexistent.html
    129 fast/dom/HTMLLinkElement/prefetch.html
    130 fast/dom/HTMLLinkElement/prefetch-beforeload.html
    131 fast/dom/HTMLLinkElement/prefetch-onerror.html
    132 fast/dom/HTMLLinkElement/prefetch-onload.html
    133 fast/dom/HTMLLinkElement/prefetch-too-many-clients.html
    134 fast/dom/HTMLLinkElement/subresource.html
    135 http/tests/misc/link-rel-prefetch-and-subresource.html
    136 http/tests/misc/prefetch-purpose.html
    137125
    138126# Filenames aren't filtered out from edit drags yet, see https://bugs.webkit.org/show_bug.cgi?id=38826
  • trunk/LayoutTests/platform/win/TestExpectations

    r228486 r228830  
    275275fast/dom/DeviceOrientation/ [ Skip ]
    276276fast/dom/Window/window-properties-device-orientation.html [ Skip ]
    277 
    278 # Link prefetch is disabled by default
    279 fast/dom/HTMLLinkElement/link-and-subresource-test.html [ Skip ]
    280 fast/dom/HTMLLinkElement/link-and-subresource-test-nonexistent.html [ Skip ]
    281 fast/dom/HTMLLinkElement/prefetch.html [ Skip ]
    282 fast/dom/HTMLLinkElement/prefetch-beforeload.html [ Skip ]
    283 fast/dom/HTMLLinkElement/prefetch-onerror.html [ Skip ]
    284 fast/dom/HTMLLinkElement/prefetch-onload.html [ Skip ]
    285 fast/dom/HTMLLinkElement/prefetch-too-many-clients.html [ Skip ]
    286 fast/dom/HTMLLinkElement/subresource.html [ Skip ]
    287 http/tests/misc/link-rel-prefetch-and-subresource.html [ Skip ]
    288 http/tests/misc/prefetch-purpose.html [ Skip ]
    289277
    290278# TODO Hyphenation is not implemented yet.
Note: See TracChangeset for help on using the changeset viewer.