Changeset 218269 in webkit


Ignore:
Timestamp:
Jun 14, 2017, 10:56:17 AM (8 years ago)
Author:
achristensen@apple.com
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.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/Tools/ChangeLog

    r218255 r218269  
     12017-06-14  Alex Christensen  <achristensen@webkit.org>
     2
     3        Test persistent WKHTTPCookieStorages on iOS.
     4        https://bugs.webkit.org/show_bug.cgi?id=173284
     5
     6        * TestWebKitAPI/Tests/WebKit2Cocoa/WKHTTPCookieStore.mm:
     7        (TEST):
     8        Make the bots green again for now. There's still a problem, and I'll investigate and fix.
     9
    1102017-06-14  Per Arne Vollan  <pvollan@apple.com>
    211
  • TabularUnified trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/WKHTTPCookieStore.mm

    r218233 r218269  
    204204    TestWebKitAPI::Util::run(&finished);
    205205   
    206 #if PLATFORM(MAC) || (PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 110000)
     206    // FIXME: Get this to work on iOS. <rdar://problem/32260156>
     207#if !PLATFORM(IOS)
    207208    finished = false;
    208209    WKWebsiteDataStore *defaultStore = [WKWebsiteDataStore defaultDataStore];
Note: See TracChangeset for help on using the changeset viewer.