Title: [235433] trunk/Tools
Revision
235433
Author
[email protected]
Date
2018-08-28 11:29:13 -0700 (Tue, 28 Aug 2018)

Log Message

REGRESSION (r235391): [iOS] TestWebKitAPI.WebKit.RestoreSessionStateWithoutNavigation is timing out
https://bugs.webkit.org/show_bug.cgi?id=189050

Reviewed by Tim Horton.

* TestWebKitAPI/Tests/WebKitCocoa/RestoreSessionStateWithoutNavigation.mm:
This test wasn't run on iOS before.  Let's re-introduce the WK_HAVE_C_SPI guard.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (235432 => 235433)


--- trunk/Tools/ChangeLog	2018-08-28 18:11:23 UTC (rev 235432)
+++ trunk/Tools/ChangeLog	2018-08-28 18:29:13 UTC (rev 235433)
@@ -1,3 +1,13 @@
+2018-08-28  Alex Christensen  <[email protected]>
+
+        REGRESSION (r235391): [iOS] TestWebKitAPI.WebKit.RestoreSessionStateWithoutNavigation is timing out
+        https://bugs.webkit.org/show_bug.cgi?id=189050
+
+        Reviewed by Tim Horton.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/RestoreSessionStateWithoutNavigation.mm:
+        This test wasn't run on iOS before.  Let's re-introduce the WK_HAVE_C_SPI guard.
+
 2018-08-28  Wenson Hsieh  <[email protected]>
 
         [iOS] WKAttachmentTests.DropFolderAsAttachmentAndMoveByDragging encounters an exception on iOS simulator

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/RestoreSessionStateWithoutNavigation.mm (235432 => 235433)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/RestoreSessionStateWithoutNavigation.mm	2018-08-28 18:11:23 UTC (rev 235432)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/RestoreSessionStateWithoutNavigation.mm	2018-08-28 18:29:13 UTC (rev 235433)
@@ -25,7 +25,7 @@
 
 #include "config.h"
 
-#if WK_API_ENABLED
+#if PLATFORM(MAC)
 
 #include "_javascript_Test.h"
 #include "PlatformUtilities.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to