Changeset 214933 in webkit


Ignore:
Timestamp:
Apr 5, 2017 12:39:35 AM (7 years ago)
Author:
aestes@apple.com
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):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r214932 r214933  
     12017-04-05  Andy Estes  <aestes@apple.com>
     2
     3        [ios-simulator] API test WebKit2.WKWebProcessPlugInRangeHandle timing out
     4        https://bugs.webkit.org/show_bug.cgi?id=167594
     5
     6        Re-enabled this API test now that webkit.org/b/161967 is fixed.
     7
     8        * TestWebKitAPI/Tests/WebKit2Cocoa/BundleRangeHandle.mm:
     9        (TEST):
     10
    1112017-04-05  Andy Estes  <aestes@apple.com>
    212
  • trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/BundleRangeHandle.mm

    r211467 r214933  
    6262@end
    6363
    64 TEST(WebKit2, DISABLED_WKWebProcessPlugInRangeHandle)
     64TEST(WebKit2, WKWebProcessPlugInRangeHandle)
    6565{
    6666    RetainPtr<WKWebViewConfiguration> configuration = retainPtr([WKWebViewConfiguration testwebkitapi_configurationWithTestPlugInClassName:@"BundleRangeHandlePlugIn"]);
Note: See TracChangeset for help on using the changeset viewer.