mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
- 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>
107 lines
2.9 KiB
INI
Vendored
107 lines
2.9 KiB
INI
Vendored
[idb-binary-key-roundtrip.any.worker.html]
|
|
expected: CRASH
|
|
[Binary keys can be supplied using the view type Uint8Array]
|
|
expected: FAIL
|
|
|
|
[Binary keys can be supplied using the view type Uint8ClampedArray]
|
|
expected: FAIL
|
|
|
|
[Binary keys can be supplied using the view type Int8Array]
|
|
expected: FAIL
|
|
|
|
[Binary keys can be supplied using the view type Uint16Array]
|
|
expected: FAIL
|
|
|
|
[Binary keys can be supplied using the view type Int16Array]
|
|
expected: FAIL
|
|
|
|
[Binary keys can be supplied using the view type Uint32Array]
|
|
expected: FAIL
|
|
|
|
[Binary keys can be supplied using the view type Int32Array]
|
|
expected: FAIL
|
|
|
|
[Binary keys can be supplied using the view type Float16Array]
|
|
expected: FAIL
|
|
|
|
[Binary keys can be supplied using the view type Float32Array]
|
|
expected: FAIL
|
|
|
|
[Binary keys can be supplied using the view type Float64Array]
|
|
expected: FAIL
|
|
|
|
[ArrayBuffer can be used to supply a binary key]
|
|
expected: FAIL
|
|
|
|
[DataView can be used to supply a binary key]
|
|
expected: FAIL
|
|
|
|
[DataView with explicit offset can be used to supply a binary key]
|
|
expected: FAIL
|
|
|
|
[DataView with explicit offset and length can be used to supply a binary key]
|
|
expected: FAIL
|
|
|
|
[Uint8Array with explicit offset can be used to supply a binary key]
|
|
expected: FAIL
|
|
|
|
[Uint8Array with explicit offset and length can be used to supply a binary key]
|
|
expected: FAIL
|
|
|
|
|
|
[idb-binary-key-roundtrip.any.html]
|
|
expected: CRASH
|
|
[Binary keys can be supplied using the view type Uint8Array]
|
|
expected: FAIL
|
|
|
|
[Binary keys can be supplied using the view type Uint8ClampedArray]
|
|
expected: FAIL
|
|
|
|
[Binary keys can be supplied using the view type Int8Array]
|
|
expected: FAIL
|
|
|
|
[Binary keys can be supplied using the view type Uint16Array]
|
|
expected: FAIL
|
|
|
|
[Binary keys can be supplied using the view type Int16Array]
|
|
expected: FAIL
|
|
|
|
[Binary keys can be supplied using the view type Uint32Array]
|
|
expected: FAIL
|
|
|
|
[Binary keys can be supplied using the view type Int32Array]
|
|
expected: FAIL
|
|
|
|
[Binary keys can be supplied using the view type Float16Array]
|
|
expected: FAIL
|
|
|
|
[Binary keys can be supplied using the view type Float32Array]
|
|
expected: FAIL
|
|
|
|
[Binary keys can be supplied using the view type Float64Array]
|
|
expected: FAIL
|
|
|
|
[ArrayBuffer can be used to supply a binary key]
|
|
expected: FAIL
|
|
|
|
[DataView can be used to supply a binary key]
|
|
expected: FAIL
|
|
|
|
[DataView with explicit offset can be used to supply a binary key]
|
|
expected: FAIL
|
|
|
|
[DataView with explicit offset and length can be used to supply a binary key]
|
|
expected: FAIL
|
|
|
|
[Uint8Array with explicit offset can be used to supply a binary key]
|
|
expected: FAIL
|
|
|
|
[Uint8Array with explicit offset and length can be used to supply a binary key]
|
|
expected: FAIL
|
|
|
|
|
|
[idb-binary-key-roundtrip.any.serviceworker.html]
|
|
expected: ERROR
|
|
|
|
[idb-binary-key-roundtrip.any.sharedworker.html]
|
|
expected: ERROR
|