Title: [214933] trunk/Tools
- Revision
- 214933
- Author
- [email protected]
- Date
- 2017-04-05 00:39:35 -0700 (Wed, 05 Apr 2017)
Log Message
[ios-simulator] API test WebKit2.WKWebProcessPlugInRangeHandle timing out
https://bugs.webkit.org/show_bug.cgi?id=167594
Re-enabled this API test now that webkit.org/b/161967 is fixed.
* TestWebKitAPI/Tests/WebKit2Cocoa/BundleRangeHandle.mm:
(TEST):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (214932 => 214933)
--- trunk/Tools/ChangeLog 2017-04-05 07:36:05 UTC (rev 214932)
+++ trunk/Tools/ChangeLog 2017-04-05 07:39:35 UTC (rev 214933)
@@ -1,5 +1,15 @@
2017-04-05 Andy Estes <[email protected]>
+ [ios-simulator] API test WebKit2.WKWebProcessPlugInRangeHandle timing out
+ https://bugs.webkit.org/show_bug.cgi?id=167594
+
+ Re-enabled this API test now that webkit.org/b/161967 is fixed.
+
+ * TestWebKitAPI/Tests/WebKit2Cocoa/BundleRangeHandle.mm:
+ (TEST):
+
+2017-04-05 Andy Estes <[email protected]>
+
[ios-simulator] API test WebKit2.DataDetectionReferenceDate timing out
https://bugs.webkit.org/show_bug.cgi?id=161967
Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/BundleRangeHandle.mm (214932 => 214933)
--- trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/BundleRangeHandle.mm 2017-04-05 07:36:05 UTC (rev 214932)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/BundleRangeHandle.mm 2017-04-05 07:39:35 UTC (rev 214933)
@@ -61,7 +61,7 @@
@end
-TEST(WebKit2, DISABLED_WKWebProcessPlugInRangeHandle)
+TEST(WebKit2, WKWebProcessPlugInRangeHandle)
{
RetainPtr<WKWebViewConfiguration> configuration = retainPtr([WKWebViewConfiguration testwebkitapi_configurationWithTestPlugInClassName:@"BundleRangeHandlePlugIn"]);
RetainPtr<WKWebView> webView = adoptNS([[WKWebView alloc] initWithFrame:NSMakeRect(0, 0, 800, 600) configuration:configuration.get()]);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes