Title: [224139] trunk/LayoutTests
Revision
224139
Author
dba...@webkit.org
Date
2017-10-27 18:05:37 -0700 (Fri, 27 Oct 2017)

Log Message

Skip test http/tests/security/mixedContent/insecure-download-redirects-to-basic-auth-secure-download.https.html on OS X El Capitan

For now skip this test that was added in r224134 on OS X El Capitan. OS X El Capitan uses the
legacy NSURLDownload code path for downloads. This code path is not happy with the self-signed
certificate we use when running HTTPS tests. See <https://bugs.webkit.org/show_bug.cgi?id=155132>
for more details.

* platform/mac-elcapitan/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (224138 => 224139)


--- trunk/LayoutTests/ChangeLog	2017-10-28 01:03:22 UTC (rev 224138)
+++ trunk/LayoutTests/ChangeLog	2017-10-28 01:05:37 UTC (rev 224139)
@@ -1,5 +1,16 @@
 2017-10-27  Daniel Bates  <daba...@apple.com>
 
+        Skip test http/tests/security/mixedContent/insecure-download-redirects-to-basic-auth-secure-download.https.html on OS X El Capitan
+
+        For now skip this test that was added in r224134 on OS X El Capitan. OS X El Capitan uses the
+        legacy NSURLDownload code path for downloads. This code path is not happy with the self-signed
+        certificate we use when running HTTPS tests. See <https://bugs.webkit.org/show_bug.cgi?id=155132>
+        for more details.
+
+        * platform/mac-elcapitan/TestExpectations:
+
+2017-10-27  Daniel Bates  <daba...@apple.com>
+
         Only allow non-mixed content protected subresources to ask for credentials
         https://bugs.webkit.org/show_bug.cgi?id=178919
         <rdar://problem/35015245>

Modified: trunk/LayoutTests/platform/mac-elcapitan/TestExpectations (224138 => 224139)


--- trunk/LayoutTests/platform/mac-elcapitan/TestExpectations	2017-10-28 01:03:22 UTC (rev 224138)
+++ trunk/LayoutTests/platform/mac-elcapitan/TestExpectations	2017-10-28 01:05:37 UTC (rev 224139)
@@ -11,3 +11,6 @@
 webkit.org/b/176229 imported/w3c/web-platform-tests/IndexedDB/idbobjectstore-query-exception-order.html [ Pass Failure ]
 
 webkit.org/b/178526 webarchive/adopt-attribute-styled-node-webarchive.html [ Crash ]
+
+webkit.org/b/155132 http/tests/security/mixedContent/insecure-download-redirects-to-basic-auth-secure-download.https.html [ Skip ]
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to