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

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: 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
Index: LayoutTests/TestExpectations
diff --git a/LayoutTests/TestExpectations b/LayoutTests/TestExpectations
index 78faf8ab8bb31dc6351122c0001bd131dbddf751..57ab35848cc99c41cb09d4c4164867a756cf4258 100644
--- a/LayoutTests/TestExpectations
+++ b/LayoutTests/TestExpectations
@@ -673,38 +673,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 ]
# This test needs to be updated to use a non-svg font.
crbug.com/242735 fast/css/ex-unit-with-no-x-height.html [ ImageOnlyFailure Failure ]
@@ -1246,7 +1246,7 @@ crbug.com/368946 virtual/stable/web-animations-api/eased-keyframes.html [ Pass ]
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 ]
@@ -1560,7 +1560,7 @@ crbug.com/439840 [ Win Linux Debug ] svg/custom/relative-sized-image.xhtml [ Pas
crbug.com/418091 [ Mac ] fast/text/aat-morx.html [ Pass Failure ]
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/439037 svg/filters/feComposite.svg [ NeedsRebaseline ]

Powered by Google App Engine
This is Rietveld 408576698