[Webkit-unassigned] [Bug 152643] [GTK] Several IndexedDB tests failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 9 10:30:25 PDT 2016


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

--- Comment #6 from Michael Catanzaro <mcatanzaro at igalia.com> ---
The following tests are now passing:

webkit.org/b/152643 imported/w3c/web-platform-tests/IndexedDB/idbcursor-advance.htm [ Failure ]
webkit.org/b/152643 imported/w3c/web-platform-tests/IndexedDB/idbcursor-continue.htm [ Failure ]
webkit.org/b/152643 imported/w3c/web-platform-tests/IndexedDB/idbcursor-direction-index.htm [ Failure ]
webkit.org/b/152643 imported/w3c/web-platform-tests/IndexedDB/idbindex_get2.htm [ Failure ]
webkit.org/b/152643 imported/w3c/web-platform-tests/IndexedDB/idbindex_getKey2.htm [ Failure ]
webkit.org/b/152643 storage/indexeddb/clone-exception.html [ Failure ]
webkit.org/b/152643 storage/indexeddb/database-wrapper.html [ Failure ]
webkit.org/b/152643 storage/indexeddb/keypath-basics.html [ Failure ]
webkit.org/b/152643 storage/indexeddb/mozilla/cursor-update-updates-indexes.html [ Failure Pass ]

This test is the only one that is currently failing:

webkit.org/b/152643 storage/indexeddb/connection-leak.html [ Failure ]

The output is:

doFirstOpen():
request = indexedDB.open(dbname, 1)
sawUpgradeNeeded1 = false

onUpgradeNeeded1():
sawUpgradeNeeded1 = true

onOpenSuccess1():
PASS sawUpgradeNeeded1 is true
db = request.result
db.close()

doSecondOpen():
request = indexedDB.open(dbname, 1)

onOpenSuccess2():
db = request.result
db = null
request = null
Run GC outside of request's callback via setTimeout()
window.gc()

doThirdOpen():
request = indexedDB.open(dbname, 2)
sawUpgradeNeeded3 = false
FAIL onblocked called unexpectedly. oldVersion = 1, newVersion = 2
PASS successfullyParsed is true

TEST COMPLETE

I am also unskipping the huge list of skipped IndexedDB tests, so we can see which ones are fixed and which are still broken. Updated expectations in r199270.

-- 
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/20160409/a10826b4/attachment.html>


More information about the webkit-unassigned mailing list