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

Unified Diff: LayoutTests/TestExpectations

Issue 806913006: [WebCrypto] Move LayoutTests from crypto to crypto/subtle (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update path for deserialize legacy tests Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/FlakyTests ('k') | LayoutTests/crypto/abandon-crypto-operation.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/TestExpectations
diff --git a/LayoutTests/TestExpectations b/LayoutTests/TestExpectations
index 7817e5b95f550c10515434e4e2ac868f854892d0..71cdfec108a09c57a7f7a1e1e9e34e6b6ffbf591 100644
--- a/LayoutTests/TestExpectations
+++ b/LayoutTests/TestExpectations
@@ -596,38 +596,38 @@ crbug.com/363280 [ Debug ] inspector-protocol/debugger/debugger-terminate-dedica
crbug.com/309675 compositing/gestures/gesture-tapHighlight-simple-longPress.html [ ImageOnlyFailure ]
# On Linux RSA support in WebCrypto requires a very recent version of NSS (which fixes some bugs).
-crbug.com/382732 [ Linux ] crypto/rsa-oaep-generate-non-extractable-key.html [ Failure Pass ]
-crbug.com/382732 [ Linux ] crypto/rsa-oaep-key-manipulation.html [ Failure Pass ]
-crbug.com/382732 [ Linux ] crypto/rsa-oaep-plaintext-length.html [ Failure Pass ]
-crbug.com/382732 [ Linux ] crypto/rsa-oaep-wrap-unwrap-aes.html [ Failure Pass ]
-crbug.com/378315 [ Linux ] crypto/clone-rsaHashedKey-private.html [ Failure Pass ]
-crbug.com/378315 [ Linux ] crypto/clone-rsaHashedKey-public.html [ Failure Pass ]
-crbug.com/378315 [ Linux ] crypto/exportKey-unextractable.html [ Failure Pass ]
-crbug.com/378315 [ Linux ] crypto/rsa-export-private-key.html [ Failure Pass ]
-crbug.com/378315 [ Linux ] crypto/rsa-indexeddb.html [ Failure Pass ]
-crbug.com/378315 [ Linux ] crypto/rsa-oaep-encrypt-parseAlgorithm-failures.html [ Failure Pass ]
-crbug.com/378315 [ Linux ] crypto/rsassa-pkcs1-v1_5-import-jwk-small-key.html [ Failure Pass ]
-crbug.com/378315 [ Linux ] crypto/rsassa-pkcs1-v1_5-import-jwk.html [ Failure Pass ]
-crbug.com/378315 [ Linux ] crypto/rsassa-pkcs1-v1_5-sign-verify.html [ Failure Pass ]
+crbug.com/382732 [ Linux ] crypto/subtle/rsa-oaep-generate-non-extractable-key.html [ Failure Pass ]
+crbug.com/382732 [ Linux ] crypto/subtle/rsa-oaep-key-manipulation.html [ Failure Pass ]
+crbug.com/382732 [ Linux ] crypto/subtle/rsa-oaep-plaintext-length.html [ Failure Pass ]
+crbug.com/382732 [ Linux ] crypto/subtle/rsa-oaep-wrap-unwrap-aes.html [ Failure Pass ]
+crbug.com/378315 [ Linux ] crypto/subtle/clone-rsaHashedKey-private.html [ Failure Pass ]
+crbug.com/378315 [ Linux ] crypto/subtle/clone-rsaHashedKey-public.html [ Failure Pass ]
+crbug.com/378315 [ Linux ] crypto/subtle/exportKey-unextractable.html [ Failure Pass ]
+crbug.com/378315 [ Linux ] crypto/subtle/rsa-export-private-key.html [ Failure Pass ]
+crbug.com/378315 [ Linux ] crypto/subtle/rsa-indexeddb.html [ Failure Pass ]
+crbug.com/378315 [ Linux ] crypto/subtle/rsa-oaep-encrypt-parseAlgorithm-failures.html [ Failure Pass ]
+crbug.com/378315 [ Linux ] crypto/subtle/rsassa-pkcs1-v1_5-import-jwk-small-key.html [ Failure Pass ]
+crbug.com/378315 [ Linux ] crypto/subtle/rsassa-pkcs1-v1_5-import-jwk.html [ Failure Pass ]
+crbug.com/378315 [ Linux ] crypto/subtle/rsassa-pkcs1-v1_5-sign-verify.html [ Failure Pass ]
# RSA-PSS, ECDSA and ECDH are not available for NSS-based WebCrypto (which is
# what Linux is currently using).
-crbug.com/338883 [ Linux ] crypto/rsa-pss-verify.html [ Failure Pass ]
-crbug.com/338883 [ Linux ] crypto/clone-ecKey-private.html [ Failure Pass ]
-crbug.com/338883 [ Linux ] crypto/clone-ecKey-public.html [ Failure Pass ]
-crbug.com/338883 [ Linux ] crypto/ec-export-private-key.html [ Failure Pass ]
-crbug.com/338883 [ Linux ] crypto/ec-export-public-key.html [ Failure Pass ]
-crbug.com/338883 [ Linux ] crypto/ecdsa-generate-key.html [ Failure Pass ]
-crbug.com/338883 [ Linux ] crypto/ecdsa-generateKey-parseAlgorithm-failures.html [ Failure Pass ]
-crbug.com/338883 [ Linux ] crypto/ecdsa-import-jwk.html [ Failure Pass ]
-crbug.com/338883 [ Linux ] crypto/ecdsa-sign-verify.html [ Failure Pass ]
-crbug.com/338883 [ Linux ] crypto/ecdh-deriveBits-failures.html [ Failure Pass ]
-crbug.com/338883 [ Linux ] crypto/ecdh-deriveBits.html [ Failure Pass ]
-crbug.com/338883 [ Linux ] crypto/ecdh-generate-key.html [ Failure Pass ]
-crbug.com/338883 [ Linux ] crypto/ecdh-import-jwk.html [ Failure Pass ]
-crbug.com/338883 [ Linux ] crypto/ecdh-deriveKey-aes.html [ Failure Pass ]
-crbug.com/338883 [ Linux ] crypto/ecdh-deriveKey-failures.html [ Failure Pass ]
-crbug.com/338883 [ Linux ] crypto/ecdh-deriveKey-hmac.html [ Failure Pass ]
+crbug.com/338883 [ Linux ] crypto/subtle/rsa-pss-verify.html [ Failure Pass ]
+crbug.com/338883 [ Linux ] crypto/subtle/clone-ecKey-private.html [ Failure Pass ]
+crbug.com/338883 [ Linux ] crypto/subtle/clone-ecKey-public.html [ Failure Pass ]
+crbug.com/338883 [ Linux ] crypto/subtle/ec-export-private-key.html [ Failure Pass ]
+crbug.com/338883 [ Linux ] crypto/subtle/ec-export-public-key.html [ Failure Pass ]
+crbug.com/338883 [ Linux ] crypto/subtle/ecdsa-generate-key.html [ Failure Pass ]
+crbug.com/338883 [ Linux ] crypto/subtle/ecdsa-generateKey-parseAlgorithm-failures.html [ Failure Pass ]
+crbug.com/338883 [ Linux ] crypto/subtle/ecdsa-import-jwk.html [ Failure Pass ]
+crbug.com/338883 [ Linux ] crypto/subtle/ecdsa-sign-verify.html [ Failure Pass ]
+crbug.com/338883 [ Linux ] crypto/subtle/ecdh-deriveBits-failures.html [ Failure Pass ]
+crbug.com/338883 [ Linux ] crypto/subtle/ecdh-deriveBits.html [ Failure Pass ]
+crbug.com/338883 [ Linux ] crypto/subtle/ecdh-generate-key.html [ Failure Pass ]
+crbug.com/338883 [ Linux ] crypto/subtle/ecdh-import-jwk.html [ Failure Pass ]
+crbug.com/338883 [ Linux ] crypto/subtle/ecdh-deriveKey-aes.html [ Failure Pass ]
+crbug.com/338883 [ Linux ] crypto/subtle/ecdh-deriveKey-failures.html [ Failure Pass ]
+crbug.com/338883 [ Linux ] crypto/subtle/ecdh-deriveKey-hmac.html [ Failure Pass ]
crbug.com/443566 http/tests/misc/image-error.html [ Failure Pass ]
@@ -1190,7 +1190,7 @@ crbug.com/437696 virtual/stable/web-animations-api/additive-animations-unsupport
crbug.com/308768 inspector/network/network-status-non-http.html [ Skip ]
crbug.com/390358 http/tests/security/mixedContent/insecure-eventsource-in-main-frame.html [ Failure Pass ]
-crbug.com/384564 crypto/rsassa-pkcs1-v1_5-generate-key.html [ Pass Timeout ]
+crbug.com/384564 crypto/subtle/rsassa-pkcs1-v1_5-generate-key.html [ Pass Timeout ]
crbug.com/384950 fast/forms/submit-change-fragment.html [ Pass Timeout ]
crbug.com/384566 svg/custom/textPath-change-reference2.svg [ ImageOnlyFailure Pass ]
@@ -1503,7 +1503,7 @@ crbug.com/442512 svg/dom/viewspec-zoomandpanparams.html [ Pass ImageOnlyFailure
crbug.com/442512 svg/dom/complex-svgView-specification.html [ Pass ImageOnlyFailure ]
crbug.com/436445 fast/css-grid-layout/flex-and-minmax-content-resolution-rows.html [ Failure ]
-crbug.com/440277 crypto/abandon-crypto-operation.html [ Pass Crash ]
+crbug.com/440277 crypto/subtle/abandon-crypto-operation.html [ Pass Crash ]
crbug.com/410929 virtual/gpu/fast/canvas/canvas-toDataURL-jpeg-maximum-quality.html [ Pass ImageOnlyFailure ]
crbug.com/441705 fast/media/media-svg-crash.html [ Pass Failure ]
« no previous file with comments | « LayoutTests/FlakyTests ('k') | LayoutTests/crypto/abandon-crypto-operation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698