[Webkit-unassigned] [Bug 188047] New: [WPE] crypto/workers/subtle/hrsa-postMessage-worker.html is flaky
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 26 07:06:47 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=188047
Bug ID: 188047
Summary: [WPE]
crypto/workers/subtle/hrsa-postMessage-worker.html is
flaky
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit WPE
Assignee: webkit-unassigned at lists.webkit.org
Reporter: magomez at igalia.com
CC: bugs-noreply at webkitgtk.org
crypto/workers/subtle/hrsa-postMessage-worker.html [ Failure Pass ]
The test fails on the first run like once every 10-20 times, and always passes the second one. The diff when it fails is:
--- /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/crypto/workers/subtle/hrsa-postMessage-worker-expected.txt
+++ /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/crypto/workers/subtle/hrsa-postMessage-worker-actual.txt
@@ -3,6 +3,14 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+PASS All checks passed in worker for public key
+PASS publicKey.type is 'public'
+PASS publicKey.extractable is true
+PASS publicKey.algorithm.name is 'RSASSA-PKCS1-v1_5'
+PASS publicKey.algorithm.modulusLength is 2048
+PASS bytesToHexString(publicKey.algorithm.publicExponent) is '010001'
+PASS publicKey.algorithm.hash.name is 'SHA-256'
+PASS publicKey.usages is ['verify']
PASS All checks passed in worker for private key
PASS privateKey.type is 'private'
PASS privateKey.extractable is false
@@ -11,14 +19,6 @@
PASS bytesToHexString(privateKey.algorithm.publicExponent) is '010001'
PASS privateKey.algorithm.hash.name is 'SHA-256'
PASS privateKey.usages is ['sign']
-PASS All checks passed in worker for public key
-PASS publicKey.type is 'public'
-PASS publicKey.extractable is true
-PASS publicKey.algorithm.name is 'RSASSA-PKCS1-v1_5'
-PASS publicKey.algorithm.modulusLength is 2048
-PASS bytesToHexString(publicKey.algorithm.publicExponent) is '010001'
-PASS publicKey.algorithm.hash.name is 'SHA-256'
-PASS publicKey.usages is ['verify']
PASS successfullyParsed is true
TEST COMPLETE
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180726/f7819a6e/attachment.html>
More information about the webkit-unassigned
mailing list