Changeset 209327 in webkit
- Timestamp:
- Dec 5, 2016, 11:02:28 AM (9 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/Tools/ChangeLog ¶
r209310 r209327 1 2016-12-05 Dan Bernstein <mitz@apple.com> 2 3 Disable a crashing test on iOS. 4 5 * TestWebKitAPI/Tests/WebKit2Cocoa/BundleEditingDelegate.mm: 6 1 7 2016-12-04 Gyuyoung Kim <gyuyoung.kim@webkit.org> 2 8 -
TabularUnified trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/BundleEditingDelegate.mm ¶
r209308 r209327 28 28 29 29 #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 30 32 31 33 #import "BundleEditingDelegateProtocol.h" … … 84 86 85 87 #endif 88 89 #endif
Note:
See TracChangeset
for help on using the changeset viewer.