mirror of
https://github.com/servo/servo.git
synced 2025-08-18 11:55:39 +01:00
Fix IndexedDB WPT coverage (#37607)
The settings for WPT IndexedDB coverage is incorrect. We never ran the IndexedDB tests actually. Testing: `tests/wpt/tests/IndexedDB` --------- Signed-off-by: Wu Yu Wei <yuweiwu@pm.me> Signed-off-by: Josh Matthews <josh@joshmatthews.net> Co-authored-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
476b05676f
commit
25fe003af2
230 changed files with 7240 additions and 38 deletions
105
tests/wpt/meta/IndexedDB/idb-binary-key-roundtrip.any.js.ini
vendored
Normal file
105
tests/wpt/meta/IndexedDB/idb-binary-key-roundtrip.any.js.ini
vendored
Normal file
|
@ -0,0 +1,105 @@
|
|||
[idb-binary-key-roundtrip.any.worker.html]
|
||||
[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]
|
||||
[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
|
Loading…
Add table
Add a link
Reference in a new issue