[Webkit-unassigned] [Bug 228744] REGRESSION (r280541): [ BigSur Debug ] accessibility/roles-computedRoleString.html is timing out

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 5 17:11:04 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=228744

--- Comment #9 from Chris Dumez <cdumez at apple.com> ---
It looks like the test is very slow. This is why it only times out on debug bots and only on some hardware. I took a trace and we seems to be spending a lot of time under AXLogger::log() (which ends up calling Element::outerHTML()).

r280541 probably slowed down setInnerText a bit and it caused the test to time out. In r280649, I updated the test to stop using setInnerText and it made the test a bit faster, allowing it to pass on some hardware but not all.

-- 
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/20210806/1f0b2bee/attachment-0001.htm>


More information about the webkit-unassigned mailing list