| Summary: | [ Mac wk2 ] imported/w3c/web-platform-tests/beacon/beacon-cors.https.window.html is a flaky failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Hutchison <ehutchison> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | ben_schwartz, ehutchison, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Eric Hutchison
2021-07-07 11:52:01 PDT
Update in findings: Reproduced test failure locally on r279224. --- /Volumes/Data/Builds/279224/layout-test-results/imported/w3c/web-platform-tests/beacon/beacon-cors.https.window-expected.txt +++ /Volumes/Data/Builds/279224/layout-test-results/imported/w3c/web-platform-tests/beacon/beacon-cors.https.window-actual.txt @@ -1,9 +1,9 @@ PASS /common/redirect.py does not support CORS PASS cross-origin, CORS-safelisted: type = string -PASS cross-origin, CORS-safelisted: type = arraybuffer +FAIL cross-origin, CORS-safelisted: type = arraybuffer assert_true: timeout expected true got false PASS cross-origin, CORS-safelisted: type = form -PASS cross-origin, CORS-safelisted: type = blob +FAIL cross-origin, CORS-safelisted: type = blob assert_true: timeout expected true got false PASS cross-origin, non-CORS-safelisted: failure case (with redirect) PASS cross-origin, non-CORS-safelisted: failure case (without redirect) PASS cross-origin, non-CORS-safelisted[credentials=false] UPDATE: This issue persists on the reported platform at ToT. Reproduced on macOS Ventura (13.5, 22G74/arm64) using the following command: rwt --clobber-old-results --verbose --iterations 100 --child-processes 10 -f --exit-after-n-failures 1 imported/w3c/web-platform-tests/beacon/beacon-cors.https.window.html Test gardening commit 267681@main (3b8575bdb69d): <https://commits.webkit.org/267681@main> Reviewed commits have been landed. Closing PR #17490 and removing active labels. |