Title: [215372] trunk/Tools
Revision
215372
Author
aes...@apple.com
Date
2017-04-14 13:34:43 -0700 (Fri, 14 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 (215371 => 215372)


--- trunk/Tools/ChangeLog	2017-04-14 20:29:25 UTC (rev 215371)
+++ trunk/Tools/ChangeLog	2017-04-14 20:34:43 UTC (rev 215372)
@@ -1,5 +1,15 @@
 2017-04-14  Andy Estes  <aes...@apple.com>
 
+        [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-14  Andy Estes  <aes...@apple.com>
+
         [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 (215371 => 215372)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/BundleRangeHandle.mm	2017-04-14 20:29:25 UTC (rev 215371)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/BundleRangeHandle.mm	2017-04-14 20:34:43 UTC (rev 215372)
@@ -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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to