Title: [215785] trunk/Tools
Revision
215785
Author
wenson_hs...@apple.com
Date
2017-04-25 19:02:43 -0700 (Tue, 25 Apr 2017)

Log Message

Unreviewed, temporarily disable the data interaction unit tests.

The API around data interaction will change significantly in the near future, and
these tests will begin to fail. These will be reenabled once the bots are on an SDK
that supports the updated data interaction API.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (215784 => 215785)


--- trunk/Tools/ChangeLog	2017-04-26 01:53:06 UTC (rev 215784)
+++ trunk/Tools/ChangeLog	2017-04-26 02:02:43 UTC (rev 215785)
@@ -1,3 +1,15 @@
+2017-04-25  Wenson Hsieh  <wenson_hs...@apple.com>
+
+        Unreviewed, temporarily disable the data interaction unit tests.
+
+        The API around data interaction will change significantly in the near future, and
+        these tests will begin to fail. These will be reenabled once the bots are on an SDK
+        that supports the updated data interaction API.
+
+        * TestWebKitAPI/Tests/ios/DataInteractionTests.mm:
+        * TestWebKitAPI/ios/DataInteractionSimulator.h:
+        * TestWebKitAPI/ios/DataInteractionSimulator.mm:
+
 2017-04-25  Brent Fulgham  <bfulg...@apple.com>
 
         Limit allowed size of document.title to avoid locking WebKit clients

Modified: trunk/Tools/TestWebKitAPI/Tests/ios/DataInteractionTests.mm (215784 => 215785)


--- trunk/Tools/TestWebKitAPI/Tests/ios/DataInteractionTests.mm	2017-04-26 01:53:06 UTC (rev 215784)
+++ trunk/Tools/TestWebKitAPI/Tests/ios/DataInteractionTests.mm	2017-04-26 02:02:43 UTC (rev 215785)
@@ -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 (215784 => 215785)


--- trunk/Tools/TestWebKitAPI/ios/DataInteractionSimulator.h	2017-04-26 01:53:06 UTC (rev 215784)
+++ trunk/Tools/TestWebKitAPI/ios/DataInteractionSimulator.h	2017-04-26 02:02:43 UTC (rev 215785)
@@ -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 (215784 => 215785)


--- trunk/Tools/TestWebKitAPI/ios/DataInteractionSimulator.mm	2017-04-26 01:53:06 UTC (rev 215784)
+++ trunk/Tools/TestWebKitAPI/ios/DataInteractionSimulator.mm	2017-04-26 02:02:43 UTC (rev 215785)
@@ -26,7 +26,7 @@
 #include "config.h"
 #include "DataInteractionSimulator.h"
 
-#if ENABLE(DATA_INTERACTION)
+#if 0
 
 #import "InstanceMethodSwizzler.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