Changeset 211467 in webkit


Ignore:
Timestamp:
Jan 31, 2017 7:56:10 PM (7 years ago)
Author:
Ryan Haddad
Message:

Disable API test WebKit2.WKWebProcessPlugInRangeHandle
https://bugs.webkit.org/show_bug.cgi?id=167594

Unreviewed test gardening.

Disabling this test while we investigate the cause of a timeout on ios-simulator.

  • TestWebKitAPI/Tests/WebKit2Cocoa/BundleRangeHandle.mm:

(TEST):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r211464 r211467  
     12017-01-31  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Disable API test WebKit2.WKWebProcessPlugInRangeHandle
     4        https://bugs.webkit.org/show_bug.cgi?id=167594
     5
     6        Unreviewed test gardening.
     7
     8        Disabling this test while we investigate the cause of a timeout on ios-simulator.
     9
     10        * TestWebKitAPI/Tests/WebKit2Cocoa/BundleRangeHandle.mm:
     11        (TEST):
     12
    1132017-01-31  Filip Pizlo  <fpizlo@apple.com>
    214
  • trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/BundleRangeHandle.mm

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