| Summary: | REGRESSION(iOS17/Sonoma): 8 WebCryptoAPI tests are constantly crashing. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ben Schwartz <ben_schwartz> |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | pascoe, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=262489 | ||
|
Description
Ben Schwartz
2023-10-04 15:58:12 PDT
Test gardening commit 268881@main (e26a784c02c9): <https://commits.webkit.org/268881@main> Reviewed commits have been landed. Closing PR #18659 and removing active labels. REPRODUCIBILITY: I was able to reproduce this issue on macOS Sonoma (14.0, 23A344/arm64) ToT using the following commands: ```python3 Tools/CISupport/download-built-product --platform=mac --release 'https://s3-us-west-2.amazonaws.com/archives.webkit.org/mac-sonoma-x86_64 arm64-release/268916@main.zip' python3 Tools/CISupport/built-product-archive --platform=mac-sonoma --release extract python3 Tools/Scripts/run-webkit-tests --no-build --no-show-results --no-new-test-results --clobber-old-results --release --results-directory layout-test-results --debug-rwt-logging --no-retry-failures --force imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_X25519.https.any.html imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_X25519.https.any.worker.html imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_X25519.https.any.html imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_X25519.https.any.worker.html imported/w3c/web-platform-tests/WebCryptoAPI/import_export/okp_importKey.https.any.html imported/w3c/web-platform-tests/WebCryptoAPI/import_export/okp_importKey.https.any.worker.html imported/w3c/web-platform-tests/WebCryptoAPI/import_export/okp_importKey_failures_X25519.https.any.html imported/w3c/web-platform-tests/WebCryptoAPI/import_export/okp_importKey_failures_X25519.https.any.worker.html``` Pull request: https://github.com/WebKit/WebKit/pull/22545 Committed 272946@main (c40282d7bbd5): <https://commits.webkit.org/272946@main> Reviewed commits have been landed. Closing PR #22545 and removing active labels. |