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

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: 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
Index: LayoutTests/TestExpectations
diff --git a/LayoutTests/TestExpectations b/LayoutTests/TestExpectations
index be2b249a10df965cde6958f3742f2d4843599198..cf40a1085d6f09826b2d212d57b5b0cf15749009 100644
--- a/LayoutTests/TestExpectations
+++ b/LayoutTests/TestExpectations
@@ -585,8 +585,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).
@@ -619,6 +619,14 @@ 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/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-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') | LayoutTests/crypto/subtle/derive-hkdf-keys.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698