RESOLVED DUPLICATE of bug 151507 151389
storage/indexeddb/modern/aborted-put.html flakily times out on mac-wk1
https://bugs.webkit.org/show_bug.cgi?id=151389
Summary storage/indexeddb/modern/aborted-put.html flakily times out on mac-wk1
Attachments
Ryan Haddad
Comment 1 2015-11-19 11:07:02 PST
Marked as flaky in <https://trac.webkit.org/r192637>
Brady Eidson
Comment 2 2015-11-20 10:38:23 PST
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.
Brady Eidson
Comment 3 2015-11-20 12:24:32 PST
*** This bug has been marked as a duplicate of bug 151507 ***
Note You need to log in before you can comment on or make changes to this bug.