Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(522)

Issue 957713004: [WebCrypto] Split LayoutTests/crypto/subtle into per-algorithm directories (Closed)

Created:
5 years, 10 months ago by Habib Virji
Modified:
5 years, 10 months ago
Reviewers:
eroman
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

[WebCrypto] Split LayoutTests/crypto/subtle into per-algorithm directories Moves subtle tests in per algorithm directories. Also includes change in the moved files with the correct path to the js file. BUG=452269 R=eroman Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=190912

Patch Set 1 #

Patch Set 2 : Updated to latest master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -6675 lines) Patch
M LayoutTests/FlakyTests View 1 1 chunk +7 lines, -7 lines 0 comments Download
M LayoutTests/TestExpectations View 1 2 chunks +34 lines, -34 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-cbc-decrypt-failures.html View 1 chunk +0 lines, -73 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-cbc-decrypt-failures-expected.txt View 1 chunk +0 lines, -24 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-cbc-encrypt-decrypt.html View 1 chunk +0 lines, -102 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-cbc-encrypt-decrypt-expected.txt View 1 chunk +0 lines, -33 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-cbc-failures.html View 1 chunk +0 lines, -59 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-cbc-failures-expected.txt View 1 chunk +0 lines, -26 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-cbc-generate-key.html View 1 chunk +0 lines, -43 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-cbc-generate-key-expected.txt View 1 chunk +0 lines, -18 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-cbc-generateKey-failures.html View 1 chunk +0 lines, -58 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-cbc-generateKey-failures-expected.txt View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-cbc-import-jwk.html View 1 chunk +0 lines, -51 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-cbc-import-jwk-expected.txt View 1 chunk +0 lines, -19 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-cbc-invalid-length.html View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-cbc-invalid-length-expected.txt View 1 chunk +0 lines, -11 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-cbc-unwrap-failures.html View 1 chunk +0 lines, -38 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-cbc-unwrap-failures-expected.txt View 1 chunk +0 lines, -13 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-cbc-unwrap-rsa.html View 1 chunk +0 lines, -54 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-cbc-unwrap-rsa-expected.txt View 1 chunk +0 lines, -20 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-cbc-wrap-rsa.html View 1 chunk +0 lines, -50 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-cbc-wrap-rsa-expected.txt View 1 chunk +0 lines, -14 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-cbc-wrap-rsa-non-extractable.html View 1 chunk +0 lines, -51 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-cbc-wrap-rsa-non-extractable-expected.txt View 1 chunk +0 lines, -15 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-cbc-wrong-key-class.html View 1 chunk +0 lines, -32 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-cbc-wrong-key-class-expected.txt View 1 chunk +0 lines, -12 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-cbc/decrypt-failures.html View 1 chunk +3 lines, -3 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-cbc/decrypt-failures-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-cbc/encrypt-decrypt.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-cbc/encrypt-decrypt-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-cbc/failures.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-cbc/failures-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-cbc/generate-key.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-cbc/generate-key-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-cbc/generateKey-failures.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-cbc/generateKey-failures-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-cbc/import-jwk.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-cbc/import-jwk-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-cbc/invalid-length.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-cbc/invalid-length-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-cbc/unwrap-failures.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-cbc/unwrap-failures-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-cbc/unwrap-rsa.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-cbc/unwrap-rsa-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-cbc/wrap-rsa.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-cbc/wrap-rsa-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-cbc/wrap-rsa-non-extractable.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-cbc/wrap-rsa-non-extractable-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-cbc/wrong-key-class.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-cbc/wrong-key-class-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-ctr-failures.html View 1 chunk +0 lines, -65 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-ctr-failures-expected.txt View 1 chunk +0 lines, -29 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-ctr-generateKey-failures.html View 1 chunk +0 lines, -43 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-ctr-generateKey-failures-expected.txt View 1 chunk +0 lines, -21 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-ctr/failures.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-ctr/failures-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-ctr/generateKey-failures.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-ctr/generateKey-failures-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-gcm-encrypt-decrypt.html View 1 chunk +0 lines, -127 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-gcm-encrypt-decrypt-expected.txt View 1 chunk +0 lines, -37 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-gcm-failures.html View 1 chunk +0 lines, -79 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-gcm-failures-expected.txt View 1 chunk +0 lines, -38 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-gcm/encrypt-decrypt.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-gcm/encrypt-decrypt-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-gcm/failures.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-gcm/failures-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-kw-generateKey-failures.html View 1 chunk +0 lines, -43 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-kw-generateKey-failures-expected.txt View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-kw-key-manipulation.html View 1 chunk +0 lines, -52 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-kw-key-manipulation-expected.txt View 1 chunk +0 lines, -25 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-kw-wrap-unwrap-aes.html View 1 chunk +0 lines, -57 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-kw-wrap-unwrap-aes-expected.txt View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-kw-wrapKey-unwrapKey-raw.html View 1 chunk +0 lines, -109 lines 0 comments Download
D LayoutTests/crypto/subtle/aes-kw-wrapKey-unwrapKey-raw-expected.txt View 1 chunk +0 lines, -41 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-kw/generateKey-failures.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-kw/generateKey-failures-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-kw/key-manipulation.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-kw/key-manipulation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-kw/wrap-unwrap-aes.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-kw/wrap-unwrap-aes-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-kw/wrapKey-unwrapKey-raw.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/crypto/subtle/aes-kw/wrapKey-unwrapKey-raw-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
D LayoutTests/crypto/subtle/ecdh-deriveBits.html View 1 chunk +0 lines, -62 lines 0 comments Download
D LayoutTests/crypto/subtle/ecdh-deriveBits-expected.txt View 1 chunk +0 lines, -16 lines 0 comments Download
D LayoutTests/crypto/subtle/ecdh-deriveBits-failures.html View 1 chunk +0 lines, -95 lines 0 comments Download
D LayoutTests/crypto/subtle/ecdh-deriveBits-failures-expected.txt View 1 chunk +0 lines, -39 lines 0 comments Download
D LayoutTests/crypto/subtle/ecdh-deriveKey-aes.html View 1 chunk +0 lines, -127 lines 0 comments Download
D LayoutTests/crypto/subtle/ecdh-deriveKey-aes-expected.txt View 1 chunk +0 lines, -39 lines 0 comments Download
D LayoutTests/crypto/subtle/ecdh-deriveKey-failures.html View 1 chunk +0 lines, -258 lines 0 comments Download
D LayoutTests/crypto/subtle/ecdh-deriveKey-failures-expected.txt View 1 chunk +0 lines, -63 lines 0 comments Download
D LayoutTests/crypto/subtle/ecdh-deriveKey-hmac.html View 1 chunk +0 lines, -130 lines 0 comments Download
D LayoutTests/crypto/subtle/ecdh-deriveKey-hmac-expected.txt View 1 chunk +0 lines, -42 lines 0 comments Download
D LayoutTests/crypto/subtle/ecdh-generate-key.html View 1 chunk +0 lines, -50 lines 0 comments Download
D LayoutTests/crypto/subtle/ecdh-generate-key-expected.txt View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/crypto/subtle/ecdh-import-jwk.html View 1 chunk +0 lines, -54 lines 0 comments Download
D LayoutTests/crypto/subtle/ecdh-import-jwk-expected.txt View 1 chunk +0 lines, -22 lines 0 comments Download
A + LayoutTests/crypto/subtle/ecdh/deriveBits.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/ecdh/deriveBits-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/ecdh/deriveBits-failures.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/ecdh/deriveBits-failures-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/ecdh/deriveKey-aes.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/ecdh/deriveKey-aes-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/ecdh/deriveKey-failures.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/ecdh/deriveKey-failures-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/ecdh/deriveKey-hmac.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/ecdh/deriveKey-hmac-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/ecdh/generate-key.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/ecdh/generate-key-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/ecdh/import-jwk.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/crypto/subtle/ecdh/import-jwk-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
D LayoutTests/crypto/subtle/ecdsa-generate-key.html View 1 chunk +0 lines, -50 lines 0 comments Download
D LayoutTests/crypto/subtle/ecdsa-generate-key-expected.txt View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/crypto/subtle/ecdsa-generateKey-failures.html View 1 chunk +0 lines, -43 lines 0 comments Download
D LayoutTests/crypto/subtle/ecdsa-generateKey-failures-expected.txt View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/crypto/subtle/ecdsa-import-jwk.html View 1 chunk +0 lines, -54 lines 0 comments Download
D LayoutTests/crypto/subtle/ecdsa-import-jwk-expected.txt View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/crypto/subtle/ecdsa-sign-verify.html View 1 chunk +0 lines, -61 lines 0 comments Download
D LayoutTests/crypto/subtle/ecdsa-sign-verify-expected.txt View 1 chunk +0 lines, -20 lines 0 comments Download
A + LayoutTests/crypto/subtle/ecdsa/generate-key.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/ecdsa/generate-key-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/ecdsa/generateKey-failures.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/ecdsa/generateKey-failures-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/ecdsa/import-jwk.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/crypto/subtle/ecdsa/import-jwk-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/ecdsa/sign-verify.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/ecdsa/sign-verify-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
D LayoutTests/crypto/subtle/hkdf-deriveBits.html View 1 chunk +0 lines, -53 lines 0 comments Download
D LayoutTests/crypto/subtle/hkdf-deriveBits-expected.txt View 1 chunk +0 lines, -14 lines 0 comments Download
D LayoutTests/crypto/subtle/hkdf-deriveBits-failures.html View 1 chunk +0 lines, -60 lines 0 comments Download
D LayoutTests/crypto/subtle/hkdf-deriveBits-failures-expected.txt View 1 chunk +0 lines, -18 lines 0 comments Download
D LayoutTests/crypto/subtle/hkdf-deriveBits-rfc5869-test-vectors.html View 1 chunk +0 lines, -107 lines 0 comments Download
D LayoutTests/crypto/subtle/hkdf-deriveBits-rfc5869-test-vectors-expected.txt View 1 chunk +0 lines, -51 lines 0 comments Download
D LayoutTests/crypto/subtle/hkdf-deriveKey.html View 1 chunk +0 lines, -68 lines 0 comments Download
D LayoutTests/crypto/subtle/hkdf-deriveKey-expected.txt View 1 chunk +0 lines, -27 lines 0 comments Download
D LayoutTests/crypto/subtle/hkdf-exportKey.html View 1 chunk +0 lines, -34 lines 0 comments Download
D LayoutTests/crypto/subtle/hkdf-exportKey-expected.txt View 1 chunk +0 lines, -12 lines 0 comments Download
D LayoutTests/crypto/subtle/hkdf-importKey-failures.html View 1 chunk +0 lines, -50 lines 0 comments Download
D LayoutTests/crypto/subtle/hkdf-importKey-failures-expected.txt View 1 chunk +0 lines, -24 lines 0 comments Download
D LayoutTests/crypto/subtle/hkdf-unwrapKey.html View 1 chunk +0 lines, -61 lines 0 comments Download
D LayoutTests/crypto/subtle/hkdf-unwrapKey-expected.txt View 1 chunk +0 lines, -20 lines 0 comments Download
A + LayoutTests/crypto/subtle/hkdf/deriveBits.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/hkdf/deriveBits-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/hkdf/deriveBits-failures.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/hkdf/deriveBits-failures-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/hkdf/deriveBits-rfc5869-test-vectors.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/hkdf/deriveBits-rfc5869-test-vectors-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/hkdf/deriveKey.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/hkdf/deriveKey-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/hkdf/exportKey.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/hkdf/exportKey-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/hkdf/importKey-failures.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/hkdf/importKey-failures-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/hkdf/unwrapKey.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/hkdf/unwrapKey-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
D LayoutTests/crypto/subtle/hmac-export-key.html View 1 chunk +0 lines, -89 lines 0 comments Download
D LayoutTests/crypto/subtle/hmac-export-key-expected.txt View 1 chunk +0 lines, -33 lines 0 comments Download
D LayoutTests/crypto/subtle/hmac-generate-key.html View 1 chunk +0 lines, -58 lines 0 comments Download
D LayoutTests/crypto/subtle/hmac-generate-key-expected.txt View 1 chunk +0 lines, -27 lines 0 comments Download
D LayoutTests/crypto/subtle/hmac-generateKey-failures.html View 1 chunk +0 lines, -63 lines 0 comments Download
D LayoutTests/crypto/subtle/hmac-generateKey-failures-expected.txt View 1 chunk +0 lines, -33 lines 0 comments Download
D LayoutTests/crypto/subtle/hmac-import-jwk.html View 1 chunk +0 lines, -52 lines 0 comments Download
D LayoutTests/crypto/subtle/hmac-import-jwk-expected.txt View 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/crypto/subtle/hmac-legacy-empty-key.html View 1 chunk +0 lines, -99 lines 0 comments Download
D LayoutTests/crypto/subtle/hmac-legacy-empty-key-expected.txt View 1 chunk +0 lines, -49 lines 0 comments Download
D LayoutTests/crypto/subtle/hmac-sign-verify.html View 1 chunk +0 lines, -140 lines 0 comments Download
D LayoutTests/crypto/subtle/hmac-sign-verify-expected.txt View 1 chunk +0 lines, -249 lines 0 comments Download
A + LayoutTests/crypto/subtle/hmac/export-key.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/hmac/export-key-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/hmac/generate-key.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/hmac/generate-key-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/hmac/generateKey-failures.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/hmac/generateKey-failures-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/hmac/import-jwk.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/hmac/import-jwk-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/hmac/legacy-empty-key.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/crypto/subtle/hmac/legacy-empty-key-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/hmac/sign-verify.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/crypto/subtle/hmac/sign-verify-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
D LayoutTests/crypto/subtle/pbkdf2-deriveBits.html View 1 chunk +0 lines, -134 lines 0 comments Download
D LayoutTests/crypto/subtle/pbkdf2-deriveBits-expected.txt View 1 chunk +0 lines, -51 lines 0 comments Download
D LayoutTests/crypto/subtle/pbkdf2-deriveBits-failures.html View 1 chunk +0 lines, -62 lines 0 comments Download
D LayoutTests/crypto/subtle/pbkdf2-deriveBits-failures-expected.txt View 1 chunk +0 lines, -14 lines 0 comments Download
D LayoutTests/crypto/subtle/pbkdf2-deriveBits-rfc6070-test-vectors.html View 1 chunk +0 lines, -123 lines 0 comments Download
D LayoutTests/crypto/subtle/pbkdf2-deriveBits-rfc6070-test-vectors-expected.txt View 1 chunk +0 lines, -44 lines 0 comments Download
D LayoutTests/crypto/subtle/pbkdf2-deriveKey-aes.html View 1 chunk +0 lines, -129 lines 0 comments Download
D LayoutTests/crypto/subtle/pbkdf2-deriveKey-aes-expected.txt View 1 chunk +0 lines, -69 lines 0 comments Download
D LayoutTests/crypto/subtle/pbkdf2-deriveKey-failures.html View 1 chunk +0 lines, -123 lines 0 comments Download
D LayoutTests/crypto/subtle/pbkdf2-deriveKey-failures-expected.txt View 1 chunk +0 lines, -32 lines 0 comments Download
A + LayoutTests/crypto/subtle/pbkdf2/deriveBits.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/pbkdf2/deriveBits-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/pbkdf2/deriveBits-failures.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/pbkdf2/deriveBits-failures-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/pbkdf2/deriveBits-rfc6070-test-vectors.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/pbkdf2/deriveBits-rfc6070-test-vectors-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/pbkdf2/deriveKey-aes.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/pbkdf2/deriveKey-aes-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/pbkdf2/deriveKey-failures.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/pbkdf2/deriveKey-failures-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
D LayoutTests/crypto/subtle/rsa-oaep-encrypt-failures.html View 1 chunk +0 lines, -53 lines 0 comments Download
D LayoutTests/crypto/subtle/rsa-oaep-encrypt-failures-expected.txt View 1 chunk +0 lines, -17 lines 0 comments Download
D LayoutTests/crypto/subtle/rsa-oaep-generate-non-extractable-key.html View 1 chunk +0 lines, -46 lines 0 comments Download
D LayoutTests/crypto/subtle/rsa-oaep-generate-non-extractable-key-expected.txt View 1 chunk +0 lines, -23 lines 0 comments Download
D LayoutTests/crypto/subtle/rsa-oaep-generateKey-failures.html View 1 chunk +0 lines, -58 lines 0 comments Download
D LayoutTests/crypto/subtle/rsa-oaep-generateKey-failures-expected.txt View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/crypto/subtle/rsa-oaep-key-manipulation.html View 1 chunk +0 lines, -89 lines 0 comments Download
D LayoutTests/crypto/subtle/rsa-oaep-key-manipulation-expected.txt View 1 chunk +0 lines, -50 lines 0 comments Download
D LayoutTests/crypto/subtle/rsa-oaep-plaintext-length.html View 1 chunk +0 lines, -61 lines 0 comments Download
D LayoutTests/crypto/subtle/rsa-oaep-plaintext-length-expected.txt View 1 chunk +0 lines, -15 lines 0 comments Download
D LayoutTests/crypto/subtle/rsa-oaep-wrap-unwrap-aes.html View 1 chunk +0 lines, -103 lines 0 comments Download
D LayoutTests/crypto/subtle/rsa-oaep-wrap-unwrap-aes-expected.txt View 1 chunk +0 lines, -34 lines 0 comments Download
A + LayoutTests/crypto/subtle/rsa-oaep/encrypt-failures.html View 1 chunk +3 lines, -3 lines 0 comments Download
A + LayoutTests/crypto/subtle/rsa-oaep/encrypt-failures-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/rsa-oaep/generate-non-extractable-key.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/rsa-oaep/generate-non-extractable-key-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/rsa-oaep/generateKey-failures.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/rsa-oaep/generateKey-failures-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/rsa-oaep/key-manipulation.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/rsa-oaep/key-manipulation-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/rsa-oaep/plaintext-length.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/rsa-oaep/plaintext-length-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/rsa-oaep/wrap-unwrap-aes.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/rsa-oaep/wrap-unwrap-aes-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
D LayoutTests/crypto/subtle/rsa-pss-verify.html View 1 chunk +0 lines, -48 lines 0 comments Download
D LayoutTests/crypto/subtle/rsa-pss-verify-expected.txt View 1 chunk +0 lines, -15 lines 0 comments Download
A + LayoutTests/crypto/subtle/rsa-pss/verify.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/rsa-pss/verify-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
D LayoutTests/crypto/subtle/rsassa-pkcs1-v1_5-generate-key.html View 1 chunk +0 lines, -57 lines 0 comments Download
D LayoutTests/crypto/subtle/rsassa-pkcs1-v1_5-generate-key-expected.txt View 1 chunk +0 lines, -26 lines 0 comments Download
D LayoutTests/crypto/subtle/rsassa-pkcs1-v1_5-generate-key-with-leading-zeroes-in-exponent.html View 1 chunk +0 lines, -44 lines 0 comments Download
D LayoutTests/crypto/subtle/rsassa-pkcs1-v1_5-generate-key-with-leading-zeroes-in-exponent-expected.txt View 1 chunk +0 lines, -21 lines 0 comments Download
D LayoutTests/crypto/subtle/rsassa-pkcs1-v1_5-generateKey-failures.html View 1 chunk +0 lines, -73 lines 0 comments Download
D LayoutTests/crypto/subtle/rsassa-pkcs1-v1_5-generateKey-failures-expected.txt View 1 chunk +0 lines, -39 lines 0 comments Download
D LayoutTests/crypto/subtle/rsassa-pkcs1-v1_5-import-jwk.html View 1 chunk +0 lines, -63 lines 0 comments Download
D LayoutTests/crypto/subtle/rsassa-pkcs1-v1_5-import-jwk-expected.txt View 1 chunk +0 lines, -26 lines 0 comments Download
D LayoutTests/crypto/subtle/rsassa-pkcs1-v1_5-import-jwk-small-key.html View 1 chunk +0 lines, -55 lines 0 comments Download
D LayoutTests/crypto/subtle/rsassa-pkcs1-v1_5-import-jwk-small-key-expected.txt View 1 chunk +0 lines, -11 lines 0 comments Download
D LayoutTests/crypto/subtle/rsassa-pkcs1-v1_5-sign-verify.html View 1 chunk +0 lines, -67 lines 0 comments Download
D LayoutTests/crypto/subtle/rsassa-pkcs1-v1_5-sign-verify-expected.txt View 1 chunk +0 lines, -21 lines 0 comments Download
A + LayoutTests/crypto/subtle/rsassa-pkcs1-v1_5/generate-key.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/rsassa-pkcs1-v1_5/generate-key-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/rsassa-pkcs1-v1_5/generate-key-with-leading-zeroes-in-exponent.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/crypto/subtle/rsassa-pkcs1-v1_5/generate-key-with-leading-zeroes-in-exponent-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/rsassa-pkcs1-v1_5/generateKey-failures.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/rsassa-pkcs1-v1_5/generateKey-failures-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/rsassa-pkcs1-v1_5/import-jwk.html View 2 chunks +3 lines, -3 lines 0 comments Download
A + LayoutTests/crypto/subtle/rsassa-pkcs1-v1_5/import-jwk-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/rsassa-pkcs1-v1_5/import-jwk-small-key.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/rsassa-pkcs1-v1_5/import-jwk-small-key-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/crypto/subtle/rsassa-pkcs1-v1_5/sign-verify.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/rsassa-pkcs1-v1_5/sign-verify-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
D LayoutTests/crypto/subtle/sha-digest.html View 1 chunk +0 lines, -105 lines 0 comments Download
D LayoutTests/crypto/subtle/sha-digest-expected.txt View 1 chunk +0 lines, -21 lines 0 comments Download
A + LayoutTests/crypto/subtle/sha/digest.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/crypto/subtle/sha/digest-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 14 (5 generated)
Habib Virji
Also it might be useful to move file based on the operation it performs. (generateKey) ...
5 years, 10 months ago (2015-02-25 17:16:46 UTC) #1
eroman
Patshet 1 LGTM
5 years, 10 months ago (2015-02-25 17:31:40 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/957713004/1
5 years, 10 months ago (2015-02-25 17:32:56 UTC) #4
eroman
Note that because this changes the test file names, it may change the order in ...
5 years, 10 months ago (2015-02-25 17:35:54 UTC) #5
commit-bot: I haz the power
Failed to apply patch for LayoutTests/TestExpectations: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
5 years, 10 months ago (2015-02-25 19:11:04 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/957713004/20001
5 years, 10 months ago (2015-02-26 09:35:33 UTC) #11
Habib Virji
I have done update to the latest mater as merged failed but there was no ...
5 years, 10 months ago (2015-02-26 09:45:49 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://src.chromium.org/viewvc/blink?view=rev&revision=190912
5 years, 10 months ago (2015-02-26 12:43:25 UTC) #13
eroman
5 years, 10 months ago (2015-02-26 18:38:08 UTC) #14
Message was sent while issue was closed.
patchset 2 still LGTM

Powered by Google App Engine
This is Rietveld 408576698