Bug 179756
Summary: | [GTK] imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.worker.html is flaky | ||
---|---|---|---|
Product: | WebKit | Reporter: | Miguel Gomez <magomez> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bugs-noreply, Ms2ger |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Miguel Gomez
imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.worker.html [ Failure ]
Doesn't happen very often, but every now and then the test fails. This is the output:
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.worker-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.worker-actual.txt
@@ -171,7 +171,7 @@
PASS Can wrap and unwrap RSA-PSS private key keys as non-extractable using pkcs8 and AES-GCM
PASS Can wrap and unwrap RSA-PSS private key keys using jwk and AES-GCM
PASS Can wrap and unwrap RSA-PSS private key keys as non-extractable using jwk and AES-GCM
-PASS Can unwrap RSA-PSS private key non-extractable keys using jwk and AES-GCM
+FAIL Can unwrap RSA-PSS private key non-extractable keys using jwk and AES-GCM assert_equals: Unwrapping a non-extractable JWK as extractable fails with DataError expected "DataError" but got "Error"
PASS Can wrap and unwrap RSA-OAEP public key keys using spki and AES-GCM
PASS Can wrap and unwrap RSA-OAEP public key keys using jwk and AES-GCM
PASS Can wrap and unwrap RSA-OAEP private key keys using pkcs8 and AES-GCM
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ms2ger (he/him; ⌚ UTC+1/+2)
See also bug 177226