Now that we have sandboxed the various tool projects (WebKitTestRunner, TestWebKitAPI, and MiniBrowser), we need to grant them the ability to issue mach extensions to various services needed by the WebContent, Network, and GPU processes. We probably need to get this added to an appropriate system sandbox, but for now we can use a workaround to allow test features to work properly.
<rdar://problem/59521019>
Created attachment 390959 [details] Patch
Comment on attachment 390959 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=390959&action=review R=me. > Tools/TestWebKitAPI/Configurations/TestWebKitAPI-macOS.entitlements:8 > + <key>keychain-access-groups</key> > + <array> > + <string>com.apple.TestWebKitAPI</string> > + </array> Is this needed?
Comment on attachment 390959 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=390959&action=review >> Tools/TestWebKitAPI/Configurations/TestWebKitAPI-macOS.entitlements:8 >> + </array> > > Is this needed? Maybe not. We do have that in the WKTR entitlements, but I guess it was never needed previously. I'll take it out.
Committed r256777: <https://trac.webkit.org/changeset/256777>