Update web-platform-tests to revision e8bfc205e36ad699601212cd50083870bad9a75d

This commit is contained in:
Ms2ger 2016-11-14 11:07:09 +01:00
parent 65dd6d4340
commit ccdb0a3458
1428 changed files with 118036 additions and 9786 deletions

View file

@ -1,3 +1,3 @@
[ecdh_bits.worker]
[ecdh_bits.worker.html]
type: testharness
expected: ERROR

View file

@ -1,3 +1,3 @@
[ecdh_keys.worker]
[ecdh_keys.worker.html]
type: testharness
expected: ERROR

View file

@ -1,3 +1,3 @@
[hkdf.worker]
[hkdf.worker.html]
type: testharness
expected: ERROR

View file

@ -1,3 +1,3 @@
[pbkdf2.worker]
[pbkdf2.worker.html]
type: testharness
expected: ERROR

View file

@ -1,4 +1,4 @@
[digest.worker]
[digest.worker.html]
type: testharness
[SHA-1 with empty source data]
expected: FAIL

View file

@ -1,3 +1,3 @@
[aes_cbc.worker]
[aes_cbc.worker.html]
type: testharness
expected: ERROR

View file

@ -1,3 +1,3 @@
[aes_ctr.worker]
[aes_ctr.worker.html]
type: testharness
expected: ERROR

View file

@ -1,3 +1,3 @@
[aes_gcm.worker]
[aes_gcm.worker.html]
type: testharness
expected: ERROR

View file

@ -1,3 +1,3 @@
[rsa.worker]
[rsa.worker.html]
type: testharness
expected: ERROR

View file

@ -1,3 +1,3 @@
[failures.worker]
[failures.worker.html]
type: testharness
expected: ERROR

View file

@ -1,3 +1,3 @@
[failures_AES-CBC.worker]
[failures_AES-CBC.worker.html]
type: testharness
expected: ERROR

View file

@ -1,3 +1,3 @@
[failures_AES-CTR.worker]
[failures_AES-CTR.worker.html]
type: testharness
expected: ERROR

View file

@ -1,3 +1,3 @@
[failures_AES-GCM.worker]
[failures_AES-GCM.worker.html]
type: testharness
expected: ERROR

View file

@ -1,3 +1,3 @@
[failures_AES-KW.worker]
[failures_AES-KW.worker.html]
type: testharness
expected: ERROR

View file

@ -1,3 +1,3 @@
[failures_ECDH.worker]
[failures_ECDH.worker.html]
type: testharness
expected: ERROR

View file

@ -1,3 +1,3 @@
[failures_ECDSA.worker]
[failures_ECDSA.worker.html]
type: testharness
expected: ERROR

View file

@ -1,3 +1,3 @@
[failures_HMAC.worker]
[failures_HMAC.worker.html]
type: testharness
expected: ERROR

View file

@ -1,3 +1,3 @@
[failures_RSA-OAEP.worker]
[failures_RSA-OAEP.worker.html]
type: testharness
expected: ERROR

View file

@ -1,3 +1,3 @@
[failures_RSA-PSS.worker]
[failures_RSA-PSS.worker.html]
type: testharness
expected: ERROR

View file

@ -1,3 +1,3 @@
[failures_RSASSA-PKCS1-v1_5.worker]
[failures_RSASSA-PKCS1-v1_5.worker.html]
type: testharness
expected: ERROR

View file

@ -1,3 +1,3 @@
[successes.worker]
[successes.worker.html]
type: testharness
expected: ERROR

View file

@ -1,3 +1,3 @@
[successes_AES-CBC.worker]
[successes_AES-CBC.worker.html]
type: testharness
expected: ERROR

View file

@ -1,3 +1,3 @@
[successes_AES-CTR.worker]
[successes_AES-CTR.worker.html]
type: testharness
expected: ERROR

View file

@ -1,3 +1,3 @@
[successes_AES-GCM.worker]
[successes_AES-GCM.worker.html]
type: testharness
expected: ERROR

View file

@ -1,3 +1,3 @@
[successes_AES-KW.worker]
[successes_AES-KW.worker.html]
type: testharness
expected: ERROR

View file

@ -1,3 +1,3 @@
[successes_ECDH.worker]
[successes_ECDH.worker.html]
type: testharness
expected: ERROR

View file

@ -1,3 +1,3 @@
[successes_ECDSA.worker]
[successes_ECDSA.worker.html]
type: testharness
expected: ERROR

View file

@ -1,3 +1,3 @@
[successes_HMAC.worker]
[successes_HMAC.worker.html]
type: testharness
expected: ERROR

View file

@ -1,3 +1,3 @@
[successes_RSA-OAEP.worker]
[successes_RSA-OAEP.worker.html]
type: testharness
expected: ERROR

View file

@ -1,3 +1,3 @@
[successes_RSA-PSS.worker]
[successes_RSA-PSS.worker.html]
type: testharness
expected: ERROR

View file

@ -1,3 +1,3 @@
[successes_RSASSA-PKCS1-v1_5.worker]
[successes_RSASSA-PKCS1-v1_5.worker.html]
type: testharness
expected: ERROR

View file

@ -1,5 +1,8 @@
[idlharness.worker]
[idlharness.worker.html]
type: testharness
[ArrayBuffer interface: existence and properties of interface object]
expected: FAIL
[Crypto interface: attribute subtle]
expected: FAIL
@ -162,6 +165,3 @@
[SubtleCrypto interface: calling unwrapKey(KeyFormat,BufferSource,CryptoKey,AlgorithmIdentifier,AlgorithmIdentifier,boolean,[object Object\]) on crypto.subtle with too few arguments must throw TypeError]
expected: FAIL
[ArrayBuffer interface: existence and properties of interface object]
expected: FAIL

View file

@ -1,4 +1,4 @@
[ec_importKey.worker]
[ec_importKey.worker.html]
type: testharness
[Good parameters: P-256 bits (spki, buffer(91), {name: ECDSA, namedCurve: P-256}, true, [\])]
expected: FAIL

View file

@ -1,6 +1,5 @@
[rsa_importKey.worker]
[rsa_importKey.worker.html]
type: testharness
disabled: https://github.com/servo/servo/issues/12654
[Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-1, name: RSA-OAEP}, true, [encrypt\])]
expected: FAIL

View file

@ -1,4 +1,4 @@
[symmetric_importKey.worker]
[symmetric_importKey.worker.html]
type: testharness
[Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, true, [encrypt\])]
expected: FAIL

View file

@ -1,3 +1,3 @@
[ecdsa.worker]
[ecdsa.worker.html]
type: testharness
expected: ERROR

View file

@ -1,3 +1,3 @@
[hmac.worker]
[hmac.worker.html]
type: testharness
expected: ERROR

View file

@ -1,3 +1,3 @@
[rsa_pkcs.worker]
[rsa_pkcs.worker.html]
type: testharness
expected: ERROR

View file

@ -1,3 +1,3 @@
[rsa_pss.worker]
[rsa_pss.worker.html]
type: testharness
expected: ERROR

View file

@ -1,3 +1,3 @@
[wrapKey_unwrapKey.worker]
[wrapKey_unwrapKey.worker.html]
type: testharness
expected: ERROR