[Webkit-unassigned] [Bug 185831] [iOS] TestWebKitAPI.WebKit.WKHTTPCookieStoreWithoutProcessPool is crashing with reason: 'Completion handler passed to -[CookieUIDelegate webView:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:] was not called'
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon May 21 12:47:35 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=185831
--- Comment #2 from Chris Dumez <cdumez at apple.com> ---
ASSERT_TRUE(cookies == "PersistentCookieName=CookieValue; SessionCookieName=CookieValue" || cookies == "SessionCookieName=CookieValue; PersistentCookieName=CookieValue");
We could try EXPECT_TRUE instead of ASSERT_TRUE here, to make sure the completionHandler gets called. However, I think this means the string comparison fails and the test is thus still flaky.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180521/aa86a9ee/attachment.html>
More information about the webkit-unassigned
mailing list