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

Unified Diff: LayoutTests/TestExpectations

Issue 707753002: WebCrypto: Add LayoutTests for ECDSA. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase onto master Created 6 years, 1 month 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 4c4973c1aa7e3cfd3cc30e0efec70b041a275cca..894a292d2b32424b8a9416137dfe997e63f2d804 100644
--- a/LayoutTests/TestExpectations
+++ b/LayoutTests/TestExpectations
@@ -533,10 +533,18 @@ crbug.com/378315 [ Linux ] crypto/rsassa-pkcs1-v1_5-import-jwk-small-key.html [
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 ]
-# RSA-PSS is only available for BoringSSL-based WebCrypto (which is currently
+# RSA-PSS and ECDSA are only available for BoringSSL-based WebCrypto (which is currently
# just Mac and Android). Once other platforms are switched over to BoringSSL
-# this test will pass.
+# these test will pass.
crbug.com/338883 [ Linux Win ] crypto/rsa-pss-verify.html [ Failure Pass ]
+crbug.com/338883 [ Linux Win ] crypto/clone-ecKey-private.html [ Failure Pass ]
+crbug.com/338883 [ Linux Win ] crypto/clone-ecKey-public.html [ Failure Pass ]
+crbug.com/338883 [ Linux Win ] crypto/ec-export-private-key.html [ Failure Pass ]
+crbug.com/338883 [ Linux Win ] crypto/ec-export-public-key.html [ Failure Pass ]
+crbug.com/338883 [ Linux Win ] crypto/ecdsa-generate-key.html [ Failure Pass ]
+crbug.com/338883 [ Linux Win ] crypto/ecdsa-generateKey-parseAlgorithm-failures.html [ Failure Pass ]
+crbug.com/338883 [ Linux Win ] crypto/ecdsa-import-jwk.html [ Failure Pass ]
+crbug.com/338883 [ Linux Win ] crypto/ecdsa-sign-verify.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 ]

Powered by Google App Engine
This is Rietveld 408576698