RESOLVED FIXED 170571
LayoutTest crypto/subtle/aes-ctr-encrypt-malformed-parameters.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=170571
Summary LayoutTest crypto/subtle/aes-ctr-encrypt-malformed-parameters.html is a flaky...
Ryan Haddad
Reported 2017-04-06 15:41:26 PDT
LayoutTest crypto/subtle/aes-ctr-encrypt-malformed-parameters.html is a flaky failure https://build.webkit.org/builders/Apple%20El%20Capitan%20Release%20WK2%20(Tests)/builds/492 https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=crypto%2Fsubtle%2Faes-ctr-encrypt-malformed-parameters.html --- /Volumes/Data/slave/elcapitan-release-tests-wk2/build/layout-test-results/crypto/subtle/aes-ctr-encrypt-malformed-parameters-expected.txt +++ /Volumes/Data/slave/elcapitan-release-tests-wk2/build/layout-test-results/crypto/subtle/aes-ctr-encrypt-malformed-parameters-actual.txt @@ -9,4 +9,5 @@ PASS successfullyParsed is true TEST COMPLETE +PASS crypto.subtle.encrypt({name: "aes-ctr", counter: asciiToUint8Array("jnOw99oOZFLIEPMr"), length: 1}, key, plainText) rejected promise with OperationError (DOM Exception 34): The operation failed for an operation-specific reason.
Attachments
Jiewen Tan
Comment 1 2017-04-06 15:46:02 PDT
(In reply to Ryan Haddad from comment #0) > LayoutTest crypto/subtle/aes-ctr-encrypt-malformed-parameters.html is a > flaky failure > > https://build.webkit.org/builders/ > Apple%20El%20Capitan%20Release%20WK2%20(Tests)/builds/492 > > https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard. > html#showAllRuns=true&tests=crypto%2Fsubtle%2Faes-ctr-encrypt-malformed- > parameters.html > > --- > /Volumes/Data/slave/elcapitan-release-tests-wk2/build/layout-test-results/ > crypto/subtle/aes-ctr-encrypt-malformed-parameters-expected.txt > +++ > /Volumes/Data/slave/elcapitan-release-tests-wk2/build/layout-test-results/ > crypto/subtle/aes-ctr-encrypt-malformed-parameters-actual.txt > @@ -9,4 +9,5 @@ > PASS successfullyParsed is true > > TEST COMPLETE > +PASS crypto.subtle.encrypt({name: "aes-ctr", counter: > asciiToUint8Array("jnOw99oOZFLIEPMr"), length: 1}, key, plainText) rejected > promise with OperationError (DOM Exception 34): The operation failed for an > operation-specific reason. Noticed. Should fix soon.
Jiewen Tan
Comment 2 2017-04-06 17:48:01 PDT
Note You need to log in before you can comment on or make changes to this bug.