Bug 179756 - [GTK] imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.worker.html is flaky
Summary: [GTK] imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-16 02:05 PST by Miguel Gomez
Modified: 2017-11-16 04:51 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Miguel Gomez 2017-11-16 02:05:40 PST
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
Comment 1 Ms2ger (he/him; ⌚ UTC+1/+2) 2017-11-16 04:51:31 PST
See also bug 177226