IndexedDB: Complete Failures

Completely failed files: 357; Completely failed subtests: 35; Failure level: 35/1146 (3.05%)

Test Files

  1. /IndexedDB/idbfactory-databases-opaque-origin.html (2/2, 100.00%, 0.17% of total)
  2. /IndexedDB/key-generators/reading-autoincrement-indexes-cursors.any.html (2/4, 50.00%, 0.17% of total)
  3. /IndexedDB/historical.html (3/15, 20.00%, 0.26% of total)
  4. /IndexedDB/key-generators/reading-autoincrement-indexes.any.html (3/6, 50.00%, 0.26% of total)
  5. /IndexedDB/idbfactory_open9.htm (4/18, 22.22%, 0.35% of total)
  6. /IndexedDB/idb-explicit-commit-throw.any.html (1/1, 100.00%, 0.09% of total)
  7. /IndexedDB/bigint_value.htm (1/1, 100.00%, 0.09% of total)
  8. /IndexedDB/idlharness.any.html (2/184, 1.09%, 0.17% of total)
  9. /IndexedDB/idbobjectstore_createIndex15-autoincrement.htm (1/2, 50.00%, 0.09% of total)
  10. /IndexedDB/idb-explicit-commit.any.html (9/9, 100.00%, 0.79% of total)
  11. /IndexedDB/get-databases.any.html (5/5, 100.00%, 0.44% of total)
  12. /IndexedDB/idb-binary-key-detached.htm (2/2, 100.00%, 0.17% of total)
Test Show/Hide MessagesFF64
/IndexedDB/idbfactory-databases-opaque-origin.html (2/2, 100.00%, 0.17% of total)TIMEOUT
IDBFactory.databases() in non-sandboxed iframe should not rejectTIMEOUT
IDBFactory.databases() in sandboxed iframe should rejectNOTRUN
/IndexedDB/key-generators/reading-autoincrement-indexes-cursors.any.html (2/4, 50.00%, 0.17% of total)OK
IDBIndex.openCursor() iterates over an index on the autoincrement keyFAIL
IDBIndex.openKeyCursor() iterates over an index on the autoincrement keyFAIL
/IndexedDB/historical.html (3/15, 20.00%, 0.26% of total)OK
"IDBFileHandle" should not be supportedFAIL
"IDBFileRequest" should not be supportedFAIL
"IDBMutableFile" should not be supportedFAIL
/IndexedDB/key-generators/reading-autoincrement-indexes.any.html (3/6, 50.00%, 0.26% of total)OK
IDBIndex.get() for an index on the autoincrement keyFAIL
IDBIndex.getAll() for an index on the autoincrement keyFAIL
IDBIndex.getAllKeys() for an index on the autoincrement keyFAIL
/IndexedDB/idbfactory_open9.htm (4/18, 22.22%, 0.35% of total)OK
Calling open() with version argument null should throw TypeError.FAIL
Calling open() with version argument object (second) should throw TypeError.FAIL
Calling open() with version argument object (third) should throw TypeError.FAIL
Calling open() with version argument object should throw TypeError.FAIL
/IndexedDB/idb-explicit-commit-throw.any.html (1/1, 100.00%, 0.09% of total)OK
Any errors in callbacks that run after an explicit commit will not stop the commit from being processed.FAIL
/IndexedDB/bigint_value.htm (1/1, 100.00%, 0.09% of total)OK
IndexedDB: BigInt keys and valuesFAIL
/IndexedDB/idlharness.any.html (2/184, 1.09%, 0.17% of total)OK
IDBFactory interface: [object IDBFactory] must inherit property "databases()" with the proper typeFAIL
IDBFactory interface: operation databases()FAIL
/IndexedDB/idbobjectstore_createIndex15-autoincrement.htm (1/2, 50.00%, 0.09% of total)OK
Auto-Increment Primary KeyFAIL
/IndexedDB/idb-explicit-commit.any.html (9/9, 100.00%, 0.79% of total)OK
A committed transaction becomes inactive immediately.FAIL
A committed transaction is inactive in future request callbacks.FAIL
Calling abort on a committed transaction throws and does not prevent persisting the data.FAIL
Calling commit on a committed transaction throws.FAIL
Calling commit on an aborted transaction throws.FAIL
Calling txn.commit() when txn is inactive should throw.FAIL
Explicitly committed data can be read back out.FAIL
Puts issued after commit are not fulfilled.FAIL
commit() on a version change transaction does not cause errors.FAIL
/IndexedDB/get-databases.any.html (5/5, 100.00%, 0.44% of total)OK
Ensure that databases() doesn't pick up changes that haven't commited.FAIL
Ensure that databases() returns a promise.FAIL
Enumerate multiple databases.FAIL
Enumerate one database.FAIL
Make sure an empty list is returned for the case of no databases.FAIL
/IndexedDB/idb-binary-key-detached.htm (2/2, 100.00%, 0.17% of total)OK
Detached ArrayBufferFAIL
Detached TypedArrayFAIL