RESOLVED FIXED 186150
Don't attempt to extend sandbox when running tests with mock media devices
https://bugs.webkit.org/show_bug.cgi?id=186150
Summary Don't attempt to extend sandbox when running tests with mock media devices
Brent Fulgham
Reported 2018-05-31 10:33:22 PDT
Various WebKit media tests can fail when TCC prompts are displayed when WebKitTestRunner attempts to create sandbox extensions for media capture devices. When running our test infrastructure, we use Mock devices, which do not need these extensions, and should not be creating any prompts. This patch revises the media capture device logic to avoid extending the sandbox for mock test devices.
Attachments
Patch (2.18 KB, patch)
2018-05-31 10:41 PDT, Brent Fulgham
no flags
Patch for landing (2.22 KB, patch)
2018-05-31 10:49 PDT, Brent Fulgham
no flags
Brent Fulgham
Comment 1 2018-05-31 10:41:06 PDT
Brent Fulgham
Comment 2 2018-05-31 10:49:06 PDT
Brent Fulgham
Comment 3 2018-05-31 10:49:45 PDT
Created attachment 341673 [details] Patch for landing
WebKit Commit Bot
Comment 4 2018-05-31 12:13:41 PDT
Comment on attachment 341673 [details] Patch for landing Clearing flags on attachment: 341673 Committed r232360: <https://trac.webkit.org/changeset/232360>
WebKit Commit Bot
Comment 5 2018-05-31 12:13:42 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.