Skip to content

Commit a07f7df

Browse files
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: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@215785 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent ef56e63 commit a07f7df

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

Tools/ChangeLog

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2017-04-25 Wenson Hsieh <[email protected]>
2+
3+
Unreviewed, temporarily disable the data interaction unit tests.
4+
5+
The API around data interaction will change significantly in the near future, and
6+
these tests will begin to fail. These will be reenabled once the bots are on an SDK
7+
that supports the updated data interaction API.
8+
9+
* TestWebKitAPI/Tests/ios/DataInteractionTests.mm:
10+
* TestWebKitAPI/ios/DataInteractionSimulator.h:
11+
* TestWebKitAPI/ios/DataInteractionSimulator.mm:
12+
113
2017-04-25 Brent Fulgham <[email protected]>
214

315
Limit allowed size of document.title to avoid locking WebKit clients

Tools/TestWebKitAPI/Tests/ios/DataInteractionTests.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
#include "config.h"
2727

28-
#if ENABLE(DATA_INTERACTION)
28+
#if 0
2929

3030
#import "DataInteractionSimulator.h"
3131
#import "PlatformUtilities.h"

Tools/TestWebKitAPI/ios/DataInteractionSimulator.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* THE POSSIBILITY OF SUCH DAMAGE.
2424
*/
2525

26-
#if ENABLE(DATA_INTERACTION)
26+
#if 0
2727

2828
#import "TestWKWebView.h"
2929
#import <UIKit/UIItemProvider.h>

Tools/TestWebKitAPI/ios/DataInteractionSimulator.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include "config.h"
2727
#include "DataInteractionSimulator.h"
2828

29-
#if ENABLE(DATA_INTERACTION)
29+
#if 0
3030

3131
#import "InstanceMethodSwizzler.h"
3232
#import "PlatformUtilities.h"

0 commit comments

Comments
 (0)