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: | WebKitGTK | Assignee: | 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 |
Alicia Boya García
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
This must be the same as bug #176759.
Alicia Boya García
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.
Alicia Boya García
Updated expectations in r222572.
Please update accordingly when this issue is resolved.
Michael Catanzaro
*** This bug has been marked as a duplicate of bug 176759 ***
Michael Catanzaro
*** This bug has been marked as a duplicate of bug 186967 ***