Title: [212901] trunk/Tools
Revision
212901
Author
wenson_hs...@apple.com
Date
2017-02-23 10:25:47 -0800 (Thu, 23 Feb 2017)

Log Message

Unreviewed, temporarily disable DataInteractionTests in TestWebKitAPI.

These will be reenabled in https://bugs.webkit.org/show_bug.cgi?id=168602.

* TestWebKitAPI/Tests/ios/DataInteractionTests.mm:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (212900 => 212901)


--- trunk/Tools/ChangeLog	2017-02-23 18:20:10 UTC (rev 212900)
+++ trunk/Tools/ChangeLog	2017-02-23 18:25:47 UTC (rev 212901)
@@ -1,3 +1,11 @@
+2017-02-23  Wenson Hsieh  <wenson_hs...@apple.com>
+
+        Unreviewed, temporarily disable DataInteractionTests in TestWebKitAPI.
+
+        These will be reenabled in https://bugs.webkit.org/show_bug.cgi?id=168602.
+
+        * TestWebKitAPI/Tests/ios/DataInteractionTests.mm:
+
 2017-02-22  Wenson Hsieh  <wenson_hs...@apple.com>
 
         Data interaction causes selection to fall out of sync between web/UI processes

Modified: trunk/Tools/TestWebKitAPI/Tests/ios/DataInteractionTests.mm (212900 => 212901)


--- trunk/Tools/TestWebKitAPI/Tests/ios/DataInteractionTests.mm	2017-02-23 18:20:10 UTC (rev 212900)
+++ trunk/Tools/TestWebKitAPI/Tests/ios/DataInteractionTests.mm	2017-02-23 18:25:47 UTC (rev 212901)
@@ -25,7 +25,7 @@
 
 #include "config.h"
 
-#if ENABLE(DATA_INTERACTION)
+#if 0
 
 #import "DataInteractionSimulator.h"
 #import "PlatformUtilities.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to