Changeset 217010 in webkit


Ignore:
Timestamp:
May 17, 2017 4:11:41 PM (7 years ago)
Author:
achristensen@apple.com
Message:

Fix ios-simulator API test after r216977
https://bugs.webkit.org/show_bug.cgi?id=171987

  • TestWebKitAPI/Tests/WebKit2Cocoa/WKHTTPCookieStore.mm:

(TEST):
<rdar://problem/32260156> covers the investigation of this, but fixing it is
not as urgent as having the rest of this working. Notably the ephemeral part of the
test works, so something is just wrong with the persistent part.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r217003 r217010  
     12017-05-17  Alex Christensen  <achristensen@webkit.org>
     2
     3        Fix ios-simulator API test after r216977
     4        https://bugs.webkit.org/show_bug.cgi?id=171987
     5
     6        * TestWebKitAPI/Tests/WebKit2Cocoa/WKHTTPCookieStore.mm:
     7        (TEST):
     8        <rdar://problem/32260156> covers the investigation of this, but fixing it is
     9        not as urgent as having the rest of this working. Notably the ephemeral part of the
     10        test works, so something is just wrong with the persistent part.
     11
    1122017-05-17  Ryan Haddad  <ryanhaddad@apple.com>
    213
  • trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/WKHTTPCookieStore.mm

    r216977 r217010  
    204204    TestWebKitAPI::Util::run(&finished);
    205205   
     206    // FIXME: Investigate why this doesn't work on iOS with the default persistent storage. rdar://problem/32260156
     207#if !PLATFORM(IOS)
    206208    finished = false;
    207209    WKWebsiteDataStore *defaultStore = [WKWebsiteDataStore defaultDataStore];
     
    227229    }];
    228230    TestWebKitAPI::Util::run(&finished);
    229 }
    230231#endif
     232}
     233#endif
Note: See TracChangeset for help on using the changeset viewer.