Title: [215112] trunk/Tools
Revision
215112
Author
ryanhad...@apple.com
Date
2017-04-07 12:28:09 -0700 (Fri, 07 Apr 2017)

Log Message

[ios-simulator] API test WebKit2.WKWebProcessPlugInRangeHandle timing out
https://bugs.webkit.org/show_bug.cgi?id=167594

Unreviewed test gardening.

Disable this test because it is still timing out on the bots.

* TestWebKitAPI/Tests/WebKit2Cocoa/BundleRangeHandle.mm:
(TEST):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (215111 => 215112)


--- trunk/Tools/ChangeLog	2017-04-07 19:17:35 UTC (rev 215111)
+++ trunk/Tools/ChangeLog	2017-04-07 19:28:09 UTC (rev 215112)
@@ -1,3 +1,15 @@
+2017-04-07  Ryan Haddad  <ryanhad...@apple.com>
+
+        [ios-simulator] API test WebKit2.WKWebProcessPlugInRangeHandle timing out
+        https://bugs.webkit.org/show_bug.cgi?id=167594
+
+        Unreviewed test gardening.
+
+        Disable this test because it is still timing out on the bots.
+
+        * TestWebKitAPI/Tests/WebKit2Cocoa/BundleRangeHandle.mm:
+        (TEST):
+
 2017-04-07  Jonathan Bedard  <jbed...@apple.com>
 
         REGRESSION (r214553): Allow layout-tests to be run from Xcode without re-directing stdout, stdin and stderr

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/BundleRangeHandle.mm (215111 => 215112)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/BundleRangeHandle.mm	2017-04-07 19:17:35 UTC (rev 215111)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/BundleRangeHandle.mm	2017-04-07 19:28:09 UTC (rev 215112)
@@ -61,7 +61,7 @@
 
 @end
 
-TEST(WebKit2, WKWebProcessPlugInRangeHandle)
+TEST(WebKit2, DISABLED_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