Title: [218233] trunk/Tools
Revision
218233
Author
achristen...@apple.com
Date
2017-06-13 18:12:11 -0700 (Tue, 13 Jun 2017)

Log Message

Test persistent WKHTTPCookieStorages on iOS
https://bugs.webkit.org/show_bug.cgi?id=173284
<rdar://problem/32260156>

* TestWebKitAPI/Tests/WebKit2Cocoa/WKHTTPCookieStore.mm:
(TEST):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (218232 => 218233)


--- trunk/Tools/ChangeLog	2017-06-14 01:04:17 UTC (rev 218232)
+++ trunk/Tools/ChangeLog	2017-06-14 01:12:11 UTC (rev 218233)
@@ -1,3 +1,12 @@
+2017-06-13  Alex Christensen  <achristen...@webkit.org>
+
+        Test persistent WKHTTPCookieStorages on iOS
+        https://bugs.webkit.org/show_bug.cgi?id=173284
+        <rdar://problem/32260156>
+
+        * TestWebKitAPI/Tests/WebKit2Cocoa/WKHTTPCookieStore.mm:
+        (TEST):
+
 2017-06-13  Matt Rajca  <mra...@apple.com>
 
         WebsitePolicies: let clients select specific autoplay quirks

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/WKHTTPCookieStore.mm (218232 => 218233)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/WKHTTPCookieStore.mm	2017-06-14 01:04:17 UTC (rev 218232)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/WKHTTPCookieStore.mm	2017-06-14 01:12:11 UTC (rev 218233)
@@ -203,6 +203,7 @@
     }];
     TestWebKitAPI::Util::run(&finished);
     
+#if PLATFORM(MAC) || (PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 110000)
     finished = false;
     WKWebsiteDataStore *defaultStore = [WKWebsiteDataStore defaultDataStore];
     [defaultStore.httpCookieStore setCookie:cookie completionHandler:^ {
@@ -226,5 +227,6 @@
         }];
     }];
     TestWebKitAPI::Util::run(&finished);
+#endif
 }
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to