servo/tests/wpt/meta/IndexedDB/fire-error-event-exception.any.js.ini
Ashwin Naren fc3feceee5
Switch indexeddb backend to sqlite and improve IPC messaging (#38187)
- Use sqlite instead of heed. (one indexed database = one sqlite
database)
- Implement the backend for indexes
- Use keyranges where needed (as specified by the spec)
- Implement `getKey`
- Fix channel error messaging (led to a bunch of changes to how async
requests are handled)

Note: `components/net/indexeddb/engines/sqlite/serialize.rs` is unused;
I can delete it if needed.

Testing: Switching to sqlite eliminated many panics (exposing some new
failures).
Fixes: #38040

---------

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
2025-08-16 07:27:17 +00:00

113 lines
3.2 KiB
INI
Vendored

[fire-error-event-exception.any.html]
expected: TIMEOUT
[Exception in error event handler on request]
expected: TIMEOUT
[Exception in error event handler on request, with preventDefault]
expected: TIMEOUT
[Exception in error event listener on request]
expected: TIMEOUT
[Exception in error event listener ("handleEvent" lookup) on request]
expected: TIMEOUT
[Exception in error event listener (non-callable "handleEvent") on request]
expected: TIMEOUT
[Exception in second error event listener on request]
expected: TIMEOUT
[Exception in first error event listener on request, transaction active in second]
expected: TIMEOUT
[Exception in error event handler on transaction]
expected: TIMEOUT
[Exception in error event handler on transaction, with preventDefault]
expected: TIMEOUT
[Exception in error event listener on transaction]
expected: TIMEOUT
[Exception in second error event listener on transaction]
expected: TIMEOUT
[Exception in first error event listener on transaction, transaction active in second]
expected: TIMEOUT
[Exception in error event handler on connection]
expected: TIMEOUT
[Exception in error event handler on connection, with preventDefault]
expected: TIMEOUT
[Exception in error event listener on connection]
expected: TIMEOUT
[Exception in second error event listener on connection]
expected: TIMEOUT
[Exception in first error event listener on connection, transaction active in second]
expected: TIMEOUT
[fire-error-event-exception.any.worker.html]
expected: TIMEOUT
[Exception in error event handler on request]
expected: TIMEOUT
[Exception in error event handler on request, with preventDefault]
expected: TIMEOUT
[Exception in error event listener on request]
expected: TIMEOUT
[Exception in error event listener ("handleEvent" lookup) on request]
expected: TIMEOUT
[Exception in error event listener (non-callable "handleEvent") on request]
expected: TIMEOUT
[Exception in second error event listener on request]
expected: TIMEOUT
[Exception in first error event listener on request, transaction active in second]
expected: TIMEOUT
[Exception in error event handler on transaction]
expected: TIMEOUT
[Exception in error event handler on transaction, with preventDefault]
expected: TIMEOUT
[Exception in error event listener on transaction]
expected: TIMEOUT
[Exception in second error event listener on transaction]
expected: TIMEOUT
[Exception in first error event listener on transaction, transaction active in second]
expected: TIMEOUT
[Exception in error event handler on connection]
expected: TIMEOUT
[Exception in error event handler on connection, with preventDefault]
expected: TIMEOUT
[Exception in error event listener on connection]
expected: TIMEOUT
[Exception in second error event listener on connection]
expected: TIMEOUT
[Exception in first error event listener on connection, transaction active in second]
expected: TIMEOUT
[fire-error-event-exception.any.sharedworker.html]
expected: ERROR
[fire-error-event-exception.any.serviceworker.html]
expected: ERROR