Bug 170571
Summary: | LayoutTest crypto/subtle/aes-ctr-encrypt-malformed-parameters.html is a flaky failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | jiewen_tan |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryan Haddad
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jiewen Tan
(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
Committed r215079: <http://trac.webkit.org/changeset/215079>