mirror of
https://github.com/servo/servo.git
synced 2025-07-13 02:13:40 +01:00
170 lines
6.5 KiB
INI
170 lines
6.5 KiB
INI
[idlharness.worker]
|
|
type: testharness
|
|
[Crypto interface: attribute subtle]
|
|
expected: FAIL
|
|
|
|
[Crypto interface: crypto must inherit property "subtle" with the proper type (0)]
|
|
expected: FAIL
|
|
|
|
[CryptoKey interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[CryptoKey interface object length]
|
|
expected: FAIL
|
|
|
|
[CryptoKey interface object name]
|
|
expected: FAIL
|
|
|
|
[CryptoKey interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[CryptoKey interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[CryptoKey interface: attribute type]
|
|
expected: FAIL
|
|
|
|
[CryptoKey interface: attribute extractable]
|
|
expected: FAIL
|
|
|
|
[CryptoKey interface: attribute algorithm]
|
|
expected: FAIL
|
|
|
|
[CryptoKey interface: attribute usages]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface object length]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface object name]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: operation encrypt(AlgorithmIdentifier,CryptoKey,BufferSource)]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: operation decrypt(AlgorithmIdentifier,CryptoKey,BufferSource)]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: operation sign(AlgorithmIdentifier,CryptoKey,BufferSource)]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: operation verify(AlgorithmIdentifier,CryptoKey,BufferSource,BufferSource)]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: operation digest(AlgorithmIdentifier,BufferSource)]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: operation generateKey(AlgorithmIdentifier,boolean,[object Object\])]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: operation deriveKey(AlgorithmIdentifier,CryptoKey,AlgorithmIdentifier,boolean,[object Object\])]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: operation deriveBits(AlgorithmIdentifier,CryptoKey,unsigned long)]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: operation importKey(KeyFormat,[object Object\],[object Object\],AlgorithmIdentifier,boolean,[object Object\])]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: operation exportKey(KeyFormat,CryptoKey)]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: operation wrapKey(KeyFormat,CryptoKey,CryptoKey,AlgorithmIdentifier)]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: operation unwrapKey(KeyFormat,BufferSource,CryptoKey,AlgorithmIdentifier,AlgorithmIdentifier,boolean,[object Object\])]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto must be primary interface of crypto.subtle]
|
|
expected: FAIL
|
|
|
|
[Stringification of crypto.subtle]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: crypto.subtle must inherit property "encrypt" with the proper type (0)]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: calling encrypt(AlgorithmIdentifier,CryptoKey,BufferSource) on crypto.subtle with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: crypto.subtle must inherit property "decrypt" with the proper type (1)]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: calling decrypt(AlgorithmIdentifier,CryptoKey,BufferSource) on crypto.subtle with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: crypto.subtle must inherit property "sign" with the proper type (2)]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: calling sign(AlgorithmIdentifier,CryptoKey,BufferSource) on crypto.subtle with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: crypto.subtle must inherit property "verify" with the proper type (3)]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: calling verify(AlgorithmIdentifier,CryptoKey,BufferSource,BufferSource) on crypto.subtle with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: crypto.subtle must inherit property "digest" with the proper type (4)]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: calling digest(AlgorithmIdentifier,BufferSource) on crypto.subtle with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: crypto.subtle must inherit property "generateKey" with the proper type (5)]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: calling generateKey(AlgorithmIdentifier,boolean,[object Object\]) on crypto.subtle with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: crypto.subtle must inherit property "deriveKey" with the proper type (6)]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: calling deriveKey(AlgorithmIdentifier,CryptoKey,AlgorithmIdentifier,boolean,[object Object\]) on crypto.subtle with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: crypto.subtle must inherit property "deriveBits" with the proper type (7)]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: calling deriveBits(AlgorithmIdentifier,CryptoKey,unsigned long) on crypto.subtle with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: crypto.subtle must inherit property "importKey" with the proper type (8)]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: calling importKey(KeyFormat,[object Object\],[object Object\],AlgorithmIdentifier,boolean,[object Object\]) on crypto.subtle with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: crypto.subtle must inherit property "exportKey" with the proper type (9)]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: calling exportKey(KeyFormat,CryptoKey) on crypto.subtle with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: crypto.subtle must inherit property "wrapKey" with the proper type (10)]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: calling wrapKey(KeyFormat,CryptoKey,CryptoKey,AlgorithmIdentifier) on crypto.subtle with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: crypto.subtle must inherit property "unwrapKey" with the proper type (11)]
|
|
expected: FAIL
|
|
|
|
[SubtleCrypto interface: calling unwrapKey(KeyFormat,BufferSource,CryptoKey,AlgorithmIdentifier,AlgorithmIdentifier,boolean,[object Object\]) on crypto.subtle with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[Window interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[ArrayBuffer interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|