Bug 170571 - LayoutTest crypto/subtle/aes-ctr-encrypt-malformed-parameters.html is a flaky failure
Summary: LayoutTest crypto/subtle/aes-ctr-encrypt-malformed-parameters.html is a flaky...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-06 15:41 PDT by Ryan Haddad
Modified: 2017-04-06 17:48 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 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.
Comment 1 Jiewen Tan 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.
Comment 2 Jiewen Tan 2017-04-06 17:48:01 PDT
Committed r215079: <http://trac.webkit.org/changeset/215079>