Title: [209327] trunk/Tools
- Revision
- 209327
- Author
- m...@apple.com
- Date
- 2016-12-05 11:02:28 -0800 (Mon, 05 Dec 2016)
Log Message
Disable a crashing test on iOS.
* TestWebKitAPI/Tests/WebKit2Cocoa/BundleEditingDelegate.mm:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (209326 => 209327)
--- trunk/Tools/ChangeLog 2016-12-05 19:02:17 UTC (rev 209326)
+++ trunk/Tools/ChangeLog 2016-12-05 19:02:28 UTC (rev 209327)
@@ -1,3 +1,9 @@
+2016-12-05 Dan Bernstein <m...@apple.com>
+
+ Disable a crashing test on iOS.
+
+ * TestWebKitAPI/Tests/WebKit2Cocoa/BundleEditingDelegate.mm:
+
2016-12-04 Gyuyoung Kim <gyuyoung....@webkit.org>
Fix a build break on EFL since r209303.
Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/BundleEditingDelegate.mm (209326 => 209327)
--- trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/BundleEditingDelegate.mm 2016-12-05 19:02:17 UTC (rev 209326)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/BundleEditingDelegate.mm 2016-12-05 19:02:28 UTC (rev 209327)
@@ -28,6 +28,8 @@
#if WK_API_ENABLED
+#if PLATFORM(MAC) // FIXME: https://bugs.webkit.org/show_bug.cgi?id=165384 REGRESSION: [ios-simulator] API test WebKit2.WKWebProcessPlugInEditingDelegate crashing
+
#import "BundleEditingDelegateProtocol.h"
#import "PlatformUtilities.h"
#import "Test.h"
@@ -83,3 +85,5 @@
}
#endif
+
+#endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes