Title: [246324] trunk/LayoutTests
Revision
246324
Author
[email protected]
Date
2019-06-11 10:45:01 -0700 (Tue, 11 Jun 2019)

Log 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:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (246323 => 246324)


--- trunk/LayoutTests/ChangeLog	2019-06-11 17:25:25 UTC (rev 246323)
+++ trunk/LayoutTests/ChangeLog	2019-06-11 17:45:01 UTC (rev 246324)
@@ -1,3 +1,13 @@
+2019-06-11  Daniel Bates  <[email protected]>
+
+        [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:
+
 2019-06-11  Shawn Roberts  <[email protected]>
 
         compositing/fixed-with-main-thread-scrolling.html is a flaky timeout

Modified: trunk/LayoutTests/platform/win/TestExpectations (246323 => 246324)


--- trunk/LayoutTests/platform/win/TestExpectations	2019-06-11 17:25:25 UTC (rev 246323)
+++ trunk/LayoutTests/platform/win/TestExpectations	2019-06-11 17:45:01 UTC (rev 246324)
@@ -2257,7 +2257,6 @@
 http/tests/security/mixedContent/insecure-xhr-in-main-frame.html [ Skip ] # Timeout
 http/tests/security/mixedContent/insecure-iframe-in-main-frame.html [ Skip ] # Timeout
 http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame.html [ Skip ] # Timeout
-http/tests/security/mixedContent/blob-url-in-iframe.html [ Skip ] # Timeout
 http/tests/security/mixedContent/insecure-audio-video-in-main-frame.html [ Skip ] # Timeout
 http/tests/security/mixedContent/about-blank-iframe-in-main-frame.html [ Skip ] # Timeout
 http/tests/security/mixedContent/insecure-image-in-main-frame.html [ Skip ] # Timeout
@@ -2280,6 +2279,10 @@
 http/tests/security/cross-frame-access-protocol-explicit-domain.html [ Skip ] # Timeout
 http/tests/history/back-during-onload-triggered-by-back.html [ Skip ] # Timeout
 
+# FIXME: Navigating to blob URLs timeout
+http/tests/security/mixedContent/blob-url-in-iframe.html [ Skip ]
+http/tests/security/contentSecurityPolicy/navigate-self-to-blob.html [ Skip ]
+
 # Clear Key not implemented
 http/tests/media/clearkey/clear-key-hls-aes128.html [ Skip ] # Timeout
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to