Commit 1dd5d694 authored by eroman@chromium.org's avatar eroman@chromium.org

[webcrypto] Mark WebCrypto RSA tests on Linux as flaky.

Change https://codereview.chromium.org/334983006/ makes RSA key import on Linux fail if the version of NSS is not recent enough (to avoid some ugly bugs).

Therefore such tests may either pass or fail, depending on the system installation.

TBR=jww
BUG=380424, 378315, 245025

Review URL: https://codereview.chromium.org/333273008

git-svn-id: svn://svn.chromium.org/blink/trunk@176355 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 757a4800
......@@ -633,10 +633,20 @@ crbug.com/243782 virtual/android/fullscreen/full-screen-remove-ancestor.html [ P
crbug.com/267888 [ Android ] crypto [ Skip ]
# 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/327698 [ Win Release ] virtual/gpu/fast/canvas/canvas-lost-gpu-context.html [ Pass Timeout ]
crbug.com/327698 [ Debug Mac Win ] virtual/gpu/fast/canvas/canvas-lost-gpu-context.html [ Pass Timeout ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment