⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 246324 in webkit


Ignore:
Timestamp:
Jun 11, 2019, 10:45:01 AM (7 years ago)
Author:
dbates@webkit.org
Message:

[Win] Layout test http/tests/security/contentSecurityPolicy/navigate-self-to-blob.html is timing out
https://bugs.webkit.org/show_bug.cgi?id=198758

It is a longstanding known issue (since 2015) that navigating to a blob URL times out on Windows.
Further investigation is needed. Skip another test for now.

  • platform/win/TestExpectations:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r246323 r246324  
     12019-06-11  Daniel Bates  <dabates@apple.com>
     2
     3        [Win] Layout test http/tests/security/contentSecurityPolicy/navigate-self-to-blob.html is timing out
     4        https://bugs.webkit.org/show_bug.cgi?id=198758
     5
     6        It is a longstanding known issue (since 2015) that navigating to a blob URL times out on Windows.
     7        Further investigation is needed. Skip another test for now.
     8
     9        * platform/win/TestExpectations:
     10
    1112019-06-11  Shawn Roberts  <sroberts@apple.com>
    212
  • trunk/LayoutTests/platform/win/TestExpectations

    r246285 r246324  
    22582258http/tests/security/mixedContent/insecure-iframe-in-main-frame.html [ Skip ] # Timeout
    22592259http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame.html [ Skip ] # Timeout
    2260 http/tests/security/mixedContent/blob-url-in-iframe.html [ Skip ] # Timeout
    22612260http/tests/security/mixedContent/insecure-audio-video-in-main-frame.html [ Skip ] # Timeout
    22622261http/tests/security/mixedContent/about-blank-iframe-in-main-frame.html [ Skip ] # Timeout
     
    22802279http/tests/security/cross-frame-access-protocol-explicit-domain.html [ Skip ] # Timeout
    22812280http/tests/history/back-during-onload-triggered-by-back.html [ Skip ] # Timeout
     2281
     2282# FIXME: Navigating to blob URLs timeout
     2283http/tests/security/mixedContent/blob-url-in-iframe.html [ Skip ]
     2284http/tests/security/contentSecurityPolicy/navigate-self-to-blob.html [ Skip ]
    22822285
    22832286# Clear Key not implemented
Note: See TracChangeset for help on using the changeset viewer.