Changeset 261972 in webkit


Ignore:
Timestamp:
May 20, 2020 4:42:20 PM (4 years ago)
Author:
Wenson Hsieh
Message:

[iOS] Layout tests in editing/pasteboard sporadically crash
https://bugs.webkit.org/show_bug.cgi?id=212169
<rdar://problem/63361966>

Reviewed by Tim Horton.

Add some missing entitlements.

  • TestWebKitAPI/Configurations/TestWebKitAPI-iOS.entitlements:
  • WebKitTestRunner/Configurations/WebKitTestRunnerApp-iOS.entitlements:
Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r261967 r261972  
     12020-05-20  Wenson Hsieh  <wenson_hsieh@apple.com>
     2
     3        [iOS] Layout tests in editing/pasteboard sporadically crash
     4        https://bugs.webkit.org/show_bug.cgi?id=212169
     5        <rdar://problem/63361966>
     6
     7        Reviewed by Tim Horton.
     8
     9        Add some missing entitlements.
     10
     11        * TestWebKitAPI/Configurations/TestWebKitAPI-iOS.entitlements:
     12        * WebKitTestRunner/Configurations/WebKitTestRunnerApp-iOS.entitlements:
     13
    1142020-05-20  Sam Weinig  <weinig@apple.com>
    215
  • trunk/Tools/TestWebKitAPI/Configurations/TestWebKitAPI-iOS.entitlements

    r228589 r261972  
    99        <key>com.apple.developer.WebKit.ServiceWorkers</key>
    1010        <true/>
     11        <key>com.apple.Pasteboard.paste-unchecked</key>
     12        <true/>
    1113</dict>
    1214</plist>
  • trunk/Tools/WebKitTestRunner/Configurations/WebKitTestRunnerApp-iOS.entitlements

    r238970 r261972  
    99        <key>com.apple.developer.WebKit.ServiceWorkers</key>
    1010        <true/>
     11        <key>com.apple.Pasteboard.paste-unchecked</key>
     12        <true/>
    1113</dict>
    1214</plist>
Note: See TracChangeset for help on using the changeset viewer.