Title: [218269] trunk/Tools
Revision
218269
Author
[email protected]
Date
2017-06-14 10:56:17 -0700 (Wed, 14 Jun 2017)

Log Message

Test persistent WKHTTPCookieStorages on iOS.
https://bugs.webkit.org/show_bug.cgi?id=173284

* TestWebKitAPI/Tests/WebKit2Cocoa/WKHTTPCookieStore.mm:
(TEST):
Make the bots green again for now. There's still a problem, and I'll investigate and fix.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (218268 => 218269)


--- trunk/Tools/ChangeLog	2017-06-14 17:32:48 UTC (rev 218268)
+++ trunk/Tools/ChangeLog	2017-06-14 17:56:17 UTC (rev 218269)
@@ -1,3 +1,12 @@
+2017-06-14  Alex Christensen  <[email protected]>
+
+        Test persistent WKHTTPCookieStorages on iOS.
+        https://bugs.webkit.org/show_bug.cgi?id=173284
+
+        * TestWebKitAPI/Tests/WebKit2Cocoa/WKHTTPCookieStore.mm:
+        (TEST):
+        Make the bots green again for now. There's still a problem, and I'll investigate and fix.
+
 2017-06-14  Per Arne Vollan  <[email protected]>
 
         [Win] DRT should not use disk cache.

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/WKHTTPCookieStore.mm (218268 => 218269)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/WKHTTPCookieStore.mm	2017-06-14 17:32:48 UTC (rev 218268)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/WKHTTPCookieStore.mm	2017-06-14 17:56:17 UTC (rev 218269)
@@ -203,7 +203,8 @@
     }];
     TestWebKitAPI::Util::run(&finished);
     
-#if PLATFORM(MAC) || (PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 110000)
+    // FIXME: Get this to work on iOS. <rdar://problem/32260156>
+#if !PLATFORM(IOS)
     finished = false;
     WKWebsiteDataStore *defaultStore = [WKWebsiteDataStore defaultDataStore];
     [defaultStore.httpCookieStore setCookie:cookie completionHandler:^ {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to