[Webkit-unassigned] [Bug 192810] REGRESSION: [iOS] API test TestWebKitAPI._WKDownload.OriginatingWebView is a flaky failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 18 14:39:19 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=192810

--- Comment #3 from David Quesada <david_quesada at apple.com> ---
When I see this fail, it doesn't appear that the originatingWebView has any remaining strong references, but is in the autorelease pool, likely as a result of handling other messages that have been sent to the UI process while the test has run. The test seems to pass (I've hit at least 20 successes in a row, compared to 3/10 successes without any changes) if I defer checking the originatingWebView to the next turn of the runloop. Patch coming up.

-- 
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/20181218/ffe81179/attachment.html>


More information about the webkit-unassigned mailing list