Changeset 209327 in webkit


Ignore:
Timestamp:
Dec 5, 2016, 11:02:28 AM (9 years ago)
Author:
mitz@apple.com
Message:

Disable a crashing test on iOS.

  • TestWebKitAPI/Tests/WebKit2Cocoa/BundleEditingDelegate.mm:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/Tools/ChangeLog

    r209310 r209327  
     12016-12-05  Dan Bernstein  <mitz@apple.com>
     2
     3        Disable a crashing test on iOS.
     4
     5        * TestWebKitAPI/Tests/WebKit2Cocoa/BundleEditingDelegate.mm:
     6
    172016-12-04  Gyuyoung Kim  <gyuyoung.kim@webkit.org>
    28
  • TabularUnified trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/BundleEditingDelegate.mm

    r209308 r209327  
    2828
    2929#if WK_API_ENABLED
     30
     31#if PLATFORM(MAC) // FIXME: https://bugs.webkit.org/show_bug.cgi?id=165384 REGRESSION: [ios-simulator] API test WebKit2.WKWebProcessPlugInEditingDelegate crashing
    3032
    3133#import "BundleEditingDelegateProtocol.h"
     
    8486
    8587#endif
     88
     89#endif
Note: See TracChangeset for help on using the changeset viewer.