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: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bugs-noreply, Ms2ger
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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