Bug 177529

Summary: [GTK] crypto/workers/subtle/rsa-oaep-import-key-encrypt.html is slightly flaky
Product: WebKit Reporter: Alicia Boya García <aboya>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: bugs-noreply, calvaris, mcatanzaro
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=176759

Description Alicia Boya García 2017-09-27 04:11:20 PDT
crypto/workers/subtle/rsa-oaep-import-key-encrypt.html is slightly flaky on WebKit GTK+.

 Starting worker: resources/rsa-oaep-import-key-encrypt.js
-PASS [Worker] cipherText.byteLength is 256
+FAIL [Worker] cipherText.byteLength should be 256. Was 255.
 PASS successfullyParsed is true

The problem is not recent but it manifests unfrequently. It affects both debug and release versions.

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=crypto%2Fworkers%2Fsubtle%2Frsa-oaep-import-key-encrypt.html
Comment 1 Michael Catanzaro 2017-09-27 08:59:07 PDT
This must be the same as bug #176759.
Comment 2 Alicia Boya García 2017-09-27 09:04:44 PDT
It's probably the same bug underneath that's making two different (but similar)
tests fail, one for workers and one for normal JS code.
Comment 3 Alicia Boya García 2017-09-27 14:09:28 PDT
Updated expectations in r222572.

Please update accordingly when this issue is resolved.
Comment 4 Michael Catanzaro 2018-06-15 09:30:51 PDT

*** This bug has been marked as a duplicate of bug 176759 ***
Comment 5 Michael Catanzaro 2018-06-23 07:25:15 PDT

*** This bug has been marked as a duplicate of bug 186967 ***