Title: [261972] trunk/Tools
Revision
261972
Author
wenson_hs...@apple.com
Date
2020-05-20 16:42:20 -0700 (Wed, 20 May 2020)

Log 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:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (261971 => 261972)


--- trunk/Tools/ChangeLog	2020-05-20 23:38:32 UTC (rev 261971)
+++ trunk/Tools/ChangeLog	2020-05-20 23:42:20 UTC (rev 261972)
@@ -1,3 +1,16 @@
+2020-05-20  Wenson Hsieh  <wenson_hs...@apple.com>
+
+        [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:
+
 2020-05-20  Sam Weinig  <wei...@apple.com>
 
         Replace Color::getHSL() with sRGBToHSL to ensure it at least gives somewhat sensible results for ExtendedColors and reduce code duplication

Modified: trunk/Tools/TestWebKitAPI/Configurations/TestWebKitAPI-iOS.entitlements (261971 => 261972)


--- trunk/Tools/TestWebKitAPI/Configurations/TestWebKitAPI-iOS.entitlements	2020-05-20 23:38:32 UTC (rev 261971)
+++ trunk/Tools/TestWebKitAPI/Configurations/TestWebKitAPI-iOS.entitlements	2020-05-20 23:42:20 UTC (rev 261972)
@@ -8,5 +8,7 @@
 	</array>
 	<key>com.apple.developer.WebKit.ServiceWorkers</key>
 	<true/>
+	<key>com.apple.Pasteboard.paste-unchecked</key>
+	<true/>
 </dict>
 </plist>

Modified: trunk/Tools/WebKitTestRunner/Configurations/WebKitTestRunnerApp-iOS.entitlements (261971 => 261972)


--- trunk/Tools/WebKitTestRunner/Configurations/WebKitTestRunnerApp-iOS.entitlements	2020-05-20 23:38:32 UTC (rev 261971)
+++ trunk/Tools/WebKitTestRunner/Configurations/WebKitTestRunnerApp-iOS.entitlements	2020-05-20 23:42:20 UTC (rev 261972)
@@ -8,5 +8,7 @@
 	</array>
 	<key>com.apple.developer.WebKit.ServiceWorkers</key>
 	<true/>
+	<key>com.apple.Pasteboard.paste-unchecked</key>
+	<true/>
 </dict>
 </plist>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to