Bug 154652 - [iOS Simulator] http/tests/security/contentSecurityPolicy/1.1/plugintypes tests failing
Summary: [iOS Simulator] http/tests/security/contentSecurityPolicy/1.1/plugintypes tes...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: iPhone / iPad Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 154420
Blocks:
  Show dependency treegraph
 
Reported: 2016-02-24 13:21 PST by Ryan Haddad
Modified: 2016-02-25 16:58 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>