Bug 177529 - [GTK] crypto/workers/subtle/rsa-oaep-import-key-encrypt.html is slightly flaky
Summary: [GTK] crypto/workers/subtle/rsa-oaep-import-key-encrypt.html is slightly flaky
Status: RESOLVED DUPLICATE of bug 186967
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-09-27 04:11 PDT by Alicia Boya García
Modified: 2018-06-23 07:25 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***