Title: [197148] trunk/LayoutTests
Revision
197148
Author
[email protected]
Date
2016-02-25 16:58:11 -0800 (Thu, 25 Feb 2016)

Log Message

[iOS Simulator] http/tests/security/contentSecurityPolicy/1.1/plugintypes tests failing
https://bugs.webkit.org/show_bug.cgi?id=154652

Skip Content Security Policy plugin-types tests when run in the iOS simulator app because
plugins are not supported on iOS.

* platform/ios-simulator/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (197147 => 197148)


--- trunk/LayoutTests/ChangeLog	2016-02-26 00:54:13 UTC (rev 197147)
+++ trunk/LayoutTests/ChangeLog	2016-02-26 00:58:11 UTC (rev 197148)
@@ -1,3 +1,13 @@
+2016-02-25  Daniel Bates  <[email protected]>
+
+        [iOS Simulator] http/tests/security/contentSecurityPolicy/1.1/plugintypes tests failing
+        https://bugs.webkit.org/show_bug.cgi?id=154652
+
+        Skip Content Security Policy plugin-types tests when run in the iOS simulator app because
+        plugins are not supported on iOS.
+
+        * platform/ios-simulator/TestExpectations:
+
 2016-02-25  Myles C. Maxfield  <[email protected]>
 
         [Win] [SVG -> OTF Converter] Support the SVG -> OTF Font Converter

Modified: trunk/LayoutTests/platform/ios-simulator/TestExpectations (197147 => 197148)


--- trunk/LayoutTests/platform/ios-simulator/TestExpectations	2016-02-26 00:54:13 UTC (rev 197147)
+++ trunk/LayoutTests/platform/ios-simulator/TestExpectations	2016-02-26 00:58:11 UTC (rev 197148)
@@ -77,6 +77,16 @@
 http/tests/plugins
 fast/frames/sandboxed-iframe-plugins.html
 fast/loader/reload-zero-byte-plugin.html
+http/tests/security/contentSecurityPolicy/1.1/plugintypes-affects-child.html
+http/tests/security/contentSecurityPolicy/1.1/plugintypes-invalid.html
+http/tests/security/contentSecurityPolicy/1.1/plugintypes-mismatched-data.html
+http/tests/security/contentSecurityPolicy/1.1/plugintypes-mismatched-url.html
+http/tests/security/contentSecurityPolicy/1.1/plugintypes-notype-data.html
+http/tests/security/contentSecurityPolicy/1.1/plugintypes-notype-url.html
+http/tests/security/contentSecurityPolicy/1.1/plugintypes-nourl-allowed.html
+http/tests/security/contentSecurityPolicy/1.1/plugintypes-nourl-blocked.html
+http/tests/security/contentSecurityPolicy/1.1/plugintypes-url-01.html
+http/tests/security/contentSecurityPolicy/1.1/plugintypes-url-02.html
 
 # Pointer-lock not supported on iOS
 pointer-lock
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to