mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Allows indexeddb backends to return errors on certain operations. Currently the errors are not demarcated, as the result type is `Result<(), ()>`. If this is not appropriate then perhaps having a string error might be better. Testing: Some tests might perhaps move from PANIC to FAIL Fixes: Partially fixes a bit of #37647, more work needs to be done however --------- Signed-off-by: Ashwin Naren <arihant2math@gmail.com> Signed-off-by: Josh Matthews <josh@joshmatthews.net> Co-authored-by: Josh Matthews <josh@joshmatthews.net>
14 lines
326 B
INI
Vendored
14 lines
326 B
INI
Vendored
[string-list-ordering.any.sharedworker.html]
|
|
expected: ERROR
|
|
|
|
[string-list-ordering.any.worker.html]
|
|
[Test string list ordering in IndexedDB]
|
|
expected: FAIL
|
|
|
|
|
|
[string-list-ordering.any.serviceworker.html]
|
|
expected: ERROR
|
|
|
|
[string-list-ordering.any.html]
|
|
[Test string list ordering in IndexedDB]
|
|
expected: FAIL
|