| Summary: | [ macOS iOS ] crypto/crypto-random-values-oom.html is a flakey timeout | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Robert Jenner <jenner> | ||||
| Component: | WebCore Misc. | Assignee: | ayumi_kojima | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | amir_mark, ayumi_kojima, jiewen_tan, webkit-bot-watchers-bugzilla, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Robert Jenner
2021-03-30 12:58:12 PDT
Was able to reproduce the timeout on Catalina wk2 Release ToT using the following test:
run-webkit-test crypto/crypto-random-values-oom.html --iterations 1000 -f
Here is the text diff that was generated from reproducing the timeout:
PASS exceptionString == undefined || exceptionString === "TypeError: Argument 1 ('array') to Crypto.getRandomValues must be an instance of ArrayBufferView" is true
PASS crypto.getRandomValues didn't crash
PASS successfullyParsed is true
TEST COMPLETE
Updated test expectations here to Pass Timeout while test is reviewed: https://trac.webkit.org/changeset/275234/webkit It looks like this test was marked as slow in https://commits.webkit.org/237437@main, but it is still timing out on the bots. Updated the test expectations back to Pass Timeout due to test still appearing flaky: https://trac.webkit.org/changeset/278126/webkit Created attachment 433832 [details]
Update Expectations
Updating the test expectations for iOS simulator back to Pass Timeout due to test still appearing flaky Comment on attachment 433832 [details] Update Expectations Clearing flags on attachment: 433832 Committed r280054 (239789@main): <https://commits.webkit.org/239789@main> Pull request: https://github.com/WebKit/WebKit/pull/29220 Committed 279733@main (e9b4df324f0c): <https://commits.webkit.org/279733@main> Reviewed commits have been landed. Closing PR #29220 and removing active labels. |