mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Update web-platform-tests to revision b'4e3b5de2eb8218cf18a1674618994efeb96e2cc0' (#32717)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
141a594e23
commit
816359583c
575 changed files with 8637 additions and 2616 deletions
122
tests/wpt/meta/WebCryptoAPI/derive_bits_keys/derived_bits_length.https.any.js.ini
vendored
Normal file
122
tests/wpt/meta/WebCryptoAPI/derive_bits_keys/derived_bits_length.https.any.js.ini
vendored
Normal file
|
@ -0,0 +1,122 @@
|
|||
[derived_bits_length.https.any.html]
|
||||
[HKDF derivation with 256 as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[HKDF derivation with 0 as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[HKDF derivation with null as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[HKDF derivation with undefined as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[HKDF derivation with omitted as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[PBKDF2 derivation with 256 as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[PBKDF2 derivation with 0 as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[PBKDF2 derivation with null as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[PBKDF2 derivation with undefined as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[PBKDF2 derivation with omitted as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[ECDH derivation with 256 as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[ECDH derivation with 0 as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[ECDH derivation with null as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[ECDH derivation with undefined as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[ECDH derivation with omitted as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 derivation with 256 as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 derivation with 0 as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 derivation with null as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 derivation with undefined as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 derivation with omitted as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[derived_bits_length.https.any.worker.html]
|
||||
[HKDF derivation with 256 as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[HKDF derivation with 0 as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[HKDF derivation with null as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[HKDF derivation with undefined as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[HKDF derivation with omitted as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[PBKDF2 derivation with 256 as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[PBKDF2 derivation with 0 as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[PBKDF2 derivation with null as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[PBKDF2 derivation with undefined as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[PBKDF2 derivation with omitted as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[ECDH derivation with 256 as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[ECDH derivation with 0 as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[ECDH derivation with null as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[ECDH derivation with undefined as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[ECDH derivation with omitted as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 derivation with 256 as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 derivation with 0 as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 derivation with null as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 derivation with undefined as 'length' parameter]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 derivation with omitted as 'length' parameter]
|
||||
expected: FAIL
|
|
@ -173,6 +173,15 @@
|
|||
[SubtleCrypto interface: calling unwrapKey(KeyFormat, BufferSource, CryptoKey, AlgorithmIdentifier, AlgorithmIdentifier, boolean, sequence<KeyUsage>) on crypto.subtle with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[SubtleCrypto interface: operation deriveBits(AlgorithmIdentifier, CryptoKey, optional unsigned long?)]
|
||||
expected: FAIL
|
||||
|
||||
[SubtleCrypto interface: crypto.subtle must inherit property "deriveBits(AlgorithmIdentifier, CryptoKey, optional unsigned long?)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[SubtleCrypto interface: calling deriveBits(AlgorithmIdentifier, CryptoKey, optional unsigned long?) on crypto.subtle with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[idlharness.https.any.html]
|
||||
[Crypto interface: attribute subtle]
|
||||
|
@ -348,3 +357,12 @@
|
|||
|
||||
[SubtleCrypto interface: calling unwrapKey(KeyFormat, BufferSource, CryptoKey, AlgorithmIdentifier, AlgorithmIdentifier, boolean, sequence<KeyUsage>) on crypto.subtle with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[SubtleCrypto interface: operation deriveBits(AlgorithmIdentifier, CryptoKey, optional unsigned long?)]
|
||||
expected: FAIL
|
||||
|
||||
[SubtleCrypto interface: crypto.subtle must inherit property "deriveBits(AlgorithmIdentifier, CryptoKey, optional unsigned long?)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[SubtleCrypto interface: calling deriveBits(AlgorithmIdentifier, CryptoKey, optional unsigned long?) on crypto.subtle with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
[importKey-unsettled-promise.https.any.html]
|
||||
[WebCryptoAPI: Assure promise returned by importKey is settled.]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[importKey-unsettled-promise.https.any.worker.html]
|
||||
[WebCryptoAPI: Assure promise returned by importKey is settled.]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue