| Summary: | REGRESSION(263724@main): [ Monterey+ ] TestWebKitAPI.ParserYieldTokenTests.AsyncScriptRunsWhenFetched frequently fails | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Robert Jenner <jenner> |
| Component: | Layout and Rendering | Assignee: | Ryosuke Niwa <rniwa> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bfulgham, rniwa, simon.fraser, webkit-bot-watchers-bugzilla, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=256353 | ||
|
Description
Robert Jenner
2023-05-10 14:28:40 PDT
I have reproduce the failure on Ventura Release ToT running as follows: run-api-tests --no-build --release --verbose TestWebKitAPI.ParserYieldTokenTests.AsyncScriptRunsWhenFetched I was also able to bisect to a specific regression point. This fails at 263724@main, but not at 263723@main. So it appears that https://commits.webkit.org/263724@main is the culprit here. I don't know how this test was able to stay consistent until now. There is no basis that guarantees "Running async script" to happen before "Finished requesting async script". Pull request: https://github.com/WebKit/WebKit/pull/13735 Committed 263948@main (360db466f1b5): <https://commits.webkit.org/263948@main> Reviewed commits have been landed. Closing PR #13735 and removing active labels. |