[Webkit-unassigned] [Bug 152892] Modern IDB: storage/indexeddb/dont-wedge.html is flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 11 16:43:47 PST 2016


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

--- Comment #3 from Brady Eidson <beidson at apple.com> ---
Got them. For posterity:

FAIL: Timed out waiting for notifyDone to be called
Check that a page reloaded during an in-flight upgradeneeded event doesn't hang.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


indexedDB = self.indexedDB || self.webkitIndexedDB || self.mozIndexedDB || self.msIndexedDB || self.OIndexedDB;

dbname = "dont-wedge.html"
dbname1 = dbname + '1'
dbname2 = dbname + '2'

deleteDatabase1():
indexedDB.deleteDatabase(dbname1)
In a multi process implementation this deleteDatabase may be blocked temporarily, so we don't check for either the presence or absence of a blocked event.

-- 
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/20160112/3243f218/attachment.html>


More information about the webkit-unassigned mailing list