Bug 165130 - Create (or modify) a test plugin that actually uses our sandbox profiles
Summary: Create (or modify) a test plugin that actually uses our sandbox profiles
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-28 18:08 PST by Brent Fulgham
Modified: 2016-11-28 18:09 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2016-11-28 18:08:28 PST
I introduced Bug 165126 while converting a hard-coded sandbox profile into a generated file, and accidentally landed the resulting file in the wrong place.

Our test system did not catch this, because none of our tests actually use the plugin sandboxes, so the fact that the "plugin-common.sb" file was in the wrong place was not caught until integration testing.

We should create a test plugin (or modify our toy plugin) to use a sandbox profile so that our own tests will catch this kind of error if it happens again.