[Webkit-unassigned] [Bug 266171] [web-animations] compositing/layer-creation/scale-rotation-animation-overlap.html is a timeout on Sonoma
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Dec 10 06:27:50 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=266171
--- Comment #3 from Antoine Quint <graouts at webkit.org> ---
We don't actually fail to get an `animationstart` event, this seems entirely tied to DOM performance.
With a debug build the call to makeDots() in the test takes about 5.5 seconds. Then it takes over 9 seconds for the `animationstart` event to be obtained. Then once we call notifyDone() it takes about 11 seconds in `TestRunner::notifyDone()` for the call to `injectedBundle.page()->dump()` to finish. Depending on how fast the system is, this ends up tallying up to over 30 seconds and for the test to time out.
With a release build, the entire test runs in about 200ms on the same hardware :)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231210/1f3d3281/attachment.htm>
More information about the webkit-unassigned
mailing list