mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Digging into several crashing tests revealed that committing transactions is a fallible operation. Propagating those errors led to exposing many new errors caused by the IDBRequest implementation assuming that all successful responses contained a structured clone. The end result is a bunch of new test failures that were previously hidden. Testing: Existing test coverage is sufficient. --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net>
20 lines
708 B
INI
Vendored
20 lines
708 B
INI
Vendored
[idbfactory_deleteDatabase.any.serviceworker.html]
|
|
expected: ERROR
|
|
|
|
[idbfactory_deleteDatabase.any.sharedworker.html]
|
|
expected: ERROR
|
|
|
|
[idbfactory_deleteDatabase.any.html]
|
|
[The deleteDatabase() request's success event is an IDBVersionChangeEvent.]
|
|
expected: FAIL
|
|
|
|
[deleteDatabase() request should have no source, and deleting a non-existent database should succeed with oldVersion of 0.]
|
|
expected: FAIL
|
|
|
|
|
|
[idbfactory_deleteDatabase.any.worker.html]
|
|
[The deleteDatabase() request's success event is an IDBVersionChangeEvent.]
|
|
expected: FAIL
|
|
|
|
[deleteDatabase() request should have no source, and deleting a non-existent database should succeed with oldVersion of 0.]
|
|
expected: FAIL
|