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

Unified Diff: LayoutTests/TestExpectations

Issue 822083003: Webcrypto: add layout tests for HKDF algorithm (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: remove duplicate test case Created 5 years, 11 months 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 | « no previous file | LayoutTests/crypto/subtle/clone-hkdfKey.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 57a4ceb234ef2fb7cf602cbfb4f97d3092acc22a..4acfb2d2eeb2c5e23cef83028840fad821dca55d 100644
--- a/LayoutTests/TestExpectations
+++ b/LayoutTests/TestExpectations
@@ -574,8 +574,8 @@ crbug.com/309675 compositing/gestures/gesture-tapHighlight-simple-longPress.html
# As such:
#
# (a) Support for RSA is not guaranteed as the system NSS may be ancient.
-# (b) RSA-PSS, AES-CTR, ECDH and ECDSA have only been implemented for BoringSSL
-# based WebCrypto.
+# (b) RSA-PSS, AES-CTR, ECDH, ECDSA, and HKDF have only been implemented for
+# BoringSSL based WebCrypto.
#
# These issue will be resolved once Linux switches to BoringSSL
# (http://crbug.com/338887).
@@ -608,6 +608,15 @@ 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/338887 [ Linux ] crypto/subtle/clone-hkdfKey.html [ Failure Pass ]
+crbug.com/338887 [ Linux ] crypto/subtle/derive-hkdf-keys.html [ Failure Pass ]
+crbug.com/338887 [ Linux ] crypto/subtle/hkdf-deriveBits-failures.html [ Failure Pass ]
+crbug.com/338887 [ Linux ] crypto/subtle/hkdf-deriveBits.html [ Failure Pass ]
+crbug.com/338887 [ Linux ] crypto/subtle/hkdf-deriveBits-rfc5869-test-vectors.html [ Failure Pass ]
+crbug.com/338887 [ Linux ] crypto/subtle/hkdf-deriveKey.html [ Failure Pass ]
+crbug.com/338887 [ Linux ] crypto/subtle/hkdf-exportKey.html [ Failure Pass ]
+crbug.com/338887 [ Linux ] crypto/subtle/hkdf-importKey-failures.html [ Failure Pass ]
+crbug.com/338887 [ Linux ] crypto/subtle/hkdf-unwrapKey.html [ Failure Pass ]
# There are some unresolved problems with the teardown of WebWorkers that make
# the "abandon" WebCrypto tests flaky-crash. This flakiness can also affect the
« no previous file with comments | « no previous file | LayoutTests/crypto/subtle/clone-hkdfKey.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698