Changeset 218269 in webkit
- Timestamp:
- Jun 14, 2017, 10:56:17 AM (8 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/Tools/ChangeLog ¶
r218255 r218269 1 2017-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 1 10 2017-06-14 Per Arne Vollan <pvollan@apple.com> 2 11 -
TabularUnified trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/WKHTTPCookieStore.mm ¶
r218233 r218269 204 204 TestWebKitAPI::Util::run(&finished); 205 205 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) 207 208 finished = false; 208 209 WKWebsiteDataStore *defaultStore = [WKWebsiteDataStore defaultDataStore];
Note:
See TracChangeset
for help on using the changeset viewer.