[Webkit-unassigned] [Bug 151364] storage/indexeddb/modern/get-index-failures.html flakily times out on mac-wk1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 20 10:37:44 PST 2015


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

--- Comment #2 from Brady Eidson <beidson at apple.com> ---
This timeout is because an IDBTransaction callback was never received in javascript on the test web page.

This could be because the IDBTransaction's wrapper was garbage collected, so the callback could not be made.

I noticed this happening while working on https://bugs.webkit.org/show_bug.cgi?id=151456, and it will be fixed when that patch lands.

This might go away after that.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151120/1ec18d0d/attachment.html>


More information about the webkit-unassigned mailing list