servo/tests/wpt/meta/IndexedDB/idbfactory_cmp.any.js.ini
Ashwin Naren 3f1e170410
script: Update indexeddb serialization (#38269)
- Dates are now serialized as f64s (like how firefox does it)
- Array buffers are serialized with structured cloning (this is not the
most correct/efficent way to serialize them, however it is currently
better than not supporting array buffers at all)
- Array types are still unimplemented.

Testing: WPT
Fixes: Some panicking

---------

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
2025-07-25 11:11:22 +00:00

27 lines
543 B
INI
Vendored

[idbfactory_cmp.any.sharedworker.html]
expected: ERROR
[idbfactory_cmp.any.html]
[Array vs. Binary]
expected: FAIL
[Compare in unsigned octet values (in the range [0, 255\])]
expected: FAIL
[Compare values of different lengths]
expected: FAIL
[idbfactory_cmp.any.worker.html]
[Array vs. Binary]
expected: FAIL
[Compare in unsigned octet values (in the range [0, 255\])]
expected: FAIL
[Compare values of different lengths]
expected: FAIL
[idbfactory_cmp.any.serviceworker.html]
expected: ERROR