Title: [212990] trunk/Tools
Revision
212990
Author
wenson_hs...@apple.com
Date
2017-02-24 20:05:05 -0800 (Fri, 24 Feb 2017)

Log Message

Unreviewed, temporarily disable all data interaction tests.

They will be reenabled once the bots are ready to build and run them.

* TestWebKitAPI/Tests/ios/DataInteractionTests.mm:
* TestWebKitAPI/ios/DataInteractionSimulator.h:
* TestWebKitAPI/ios/DataInteractionSimulator.mm:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (212989 => 212990)


--- trunk/Tools/ChangeLog	2017-02-25 03:34:33 UTC (rev 212989)
+++ trunk/Tools/ChangeLog	2017-02-25 04:05:05 UTC (rev 212990)
@@ -1,5 +1,15 @@
 2017-02-24  Wenson Hsieh  <wenson_hs...@apple.com>
 
+        Unreviewed, temporarily disable all data interaction tests.
+
+        They will be reenabled once the bots are ready to build and run them.
+
+        * TestWebKitAPI/Tests/ios/DataInteractionTests.mm:
+        * TestWebKitAPI/ios/DataInteractionSimulator.h:
+        * TestWebKitAPI/ios/DataInteractionSimulator.mm:
+
+2017-02-24  Wenson Hsieh  <wenson_hs...@apple.com>
+
         Unreviewed, fix the internal build.
 
         * TestWebKitAPI/ios/DataInteractionSimulator.mm:

Modified: trunk/Tools/TestWebKitAPI/Tests/ios/DataInteractionTests.mm (212989 => 212990)


--- trunk/Tools/TestWebKitAPI/Tests/ios/DataInteractionTests.mm	2017-02-25 03:34:33 UTC (rev 212989)
+++ trunk/Tools/TestWebKitAPI/Tests/ios/DataInteractionTests.mm	2017-02-25 04:05:05 UTC (rev 212990)
@@ -25,7 +25,7 @@
 
 #include "config.h"
 
-#if ENABLE(DATA_INTERACTION)
+#if 0
 
 #import "DataInteractionSimulator.h"
 #import "PlatformUtilities.h"

Modified: trunk/Tools/TestWebKitAPI/ios/DataInteractionSimulator.h (212989 => 212990)


--- trunk/Tools/TestWebKitAPI/ios/DataInteractionSimulator.h	2017-02-25 03:34:33 UTC (rev 212989)
+++ trunk/Tools/TestWebKitAPI/ios/DataInteractionSimulator.h	2017-02-25 04:05:05 UTC (rev 212990)
@@ -23,7 +23,7 @@
  * THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#if ENABLE(DATA_INTERACTION)
+#if 0
 
 #import "TestWKWebView.h"
 #import <UIKit/UIItemProvider.h>

Modified: trunk/Tools/TestWebKitAPI/ios/DataInteractionSimulator.mm (212989 => 212990)


--- trunk/Tools/TestWebKitAPI/ios/DataInteractionSimulator.mm	2017-02-25 03:34:33 UTC (rev 212989)
+++ trunk/Tools/TestWebKitAPI/ios/DataInteractionSimulator.mm	2017-02-25 04:05:05 UTC (rev 212990)
@@ -26,7 +26,7 @@
 #include "config.h"
 #include "DataInteractionSimulator.h"
 
-#if ENABLE(DATA_INTERACTION)
+#if 0
 
 #import "PlatformUtilities.h"
 #import <UIKit/UIItemProvider_Private.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to