Title: [215594] trunk/Tools
Revision
215594
Author
wenson_hs...@apple.com
Date
2017-04-20 17:00:02 -0700 (Thu, 20 Apr 2017)

Log Message

[ios-simulator] PositionInformationTests API tests are timing out
https://bugs.webkit.org/show_bug.cgi?id=171089

Rubber-stamped by Tim Horton.

Addresses failures observed in the new position information tests added in r215573 by only running them if the
DATA_INTERACTION feature flag is enabled.

* TestWebKitAPI/Tests/ios/PositionInformationTests.mm:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (215593 => 215594)


--- trunk/Tools/ChangeLog	2017-04-20 23:55:50 UTC (rev 215593)
+++ trunk/Tools/ChangeLog	2017-04-21 00:00:02 UTC (rev 215594)
@@ -1,3 +1,15 @@
+2017-04-20  Wenson Hsieh  <wenson_hs...@apple.com>
+
+        [ios-simulator] PositionInformationTests API tests are timing out
+        https://bugs.webkit.org/show_bug.cgi?id=171089
+
+        Rubber-stamped by Tim Horton.
+
+        Addresses failures observed in the new position information tests added in r215573 by only running them if the
+        DATA_INTERACTION feature flag is enabled.
+
+        * TestWebKitAPI/Tests/ios/PositionInformationTests.mm:
+
 2017-04-20  Brady Eidson  <beid...@apple.com>
 
         Skip WebKit2.OpenAndCloseWindowAsyncCallbackException for now.

Modified: trunk/Tools/TestWebKitAPI/Tests/ios/PositionInformationTests.mm (215593 => 215594)


--- trunk/Tools/TestWebKitAPI/Tests/ios/PositionInformationTests.mm	2017-04-20 23:55:50 UTC (rev 215593)
+++ trunk/Tools/TestWebKitAPI/Tests/ios/PositionInformationTests.mm	2017-04-21 00:00:02 UTC (rev 215594)
@@ -25,7 +25,7 @@
 
 #include "config.h"
 
-#if PLATFORM(IOS) && WK_API_ENABLED
+#if ENABLE(DATA_INTERACTION)
 
 #import "PlatformUtilities.h"
 #import "TestWKWebView.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to