Bug 154652

Summary: [iOS Simulator] http/tests/security/contentSecurityPolicy/1.1/plugintypes tests failing
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dbates
Priority: P2    
Version: WebKit Nightly Build   
Hardware: iPhone / iPad   
OS: Unspecified   
Bug Depends on: 154420    
Bug Blocks:    

Description Ryan Haddad 2016-02-24 13:21:32 PST
[iOS Simulator] http/tests/security/contentSecurityPolicy/1.1/plugintypes tests failing

Failing since the tests / expectations were updated in <http://trac.webkit.org/changeset/197038>

Regressions: Unexpected text-only failures (6)
  http/tests/security/contentSecurityPolicy/1.1/plugintypes-affects-child.html [ Failure ]
  http/tests/security/contentSecurityPolicy/1.1/plugintypes-invalid.html [ Failure ]
  http/tests/security/contentSecurityPolicy/1.1/plugintypes-notype-data.html [ Failure ]
  http/tests/security/contentSecurityPolicy/1.1/plugintypes-nourl-blocked.html [ Failure ]
  http/tests/security/contentSecurityPolicy/1.1/plugintypes-url-01.html [ Failure ]
  http/tests/security/contentSecurityPolicy/1.1/plugintypes-url-02.html [ Failure ]

<https://build.webkit.org/builders/Apple%20iOS%209%20Simulator%20Release%20WK2%20%28Tests%29/builds/3388>
Comment 1 Daniel Bates 2016-02-25 16:55:30 PST
We should skip all the Content Security Policy plugin-types tests on iOS.

WebKit on iOS does not support plugins as of the time of writing. Because we do not support plugins we also do not support testing our plugin code using the test plugin TestNetscapePlugIn.plugin, a mock plugin that handles content type application/x-webkit-test-netscape and exposes features/behavior that aid in writing tests for the plugin code in WebKit.
Comment 2 Daniel Bates 2016-02-25 16:58:08 PST
Committed r197148: <http://trac.webkit.org/changeset/197148>