[Webkit-unassigned] [Bug 193182] [iOS] fast/events/touch/ios/hover-when-style-change-is-async.html times out

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 17 09:40:48 PST 2019


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

Wenson Hsieh <wenson_hsieh at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |megan_gardner at apple.com

--- Comment #1 from Wenson Hsieh <wenson_hsieh at apple.com> ---
(In reply to Wenson Hsieh from comment #0)
> This test times out nearly 100% of the time on our internal iOS bots. This
> test is not run in any non-internal configurations.

I can't reproduce the timeouts when running the test on repeat, but I can reproduce this timeout 100% of the time by running fast/events/touch/ios/drag-to-autoscroll-in-single-line-editable.html and then fast/events/touch/ios/long-press-then-drag-to-select-text.html.

Additionally, doing `await liftUpAtPoint(dragX + 5, tapPointY);` after the last `continueTouchAndDragFromPointToPoint` fixes this timeout for me. It looks like the simulated touch down from a previous test is bleeding into this one. Perhaps we should make the test runner smart enough to send a touch up and/or force gesture recognizers to reset when resetting the test controller between tests...

-- 
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/20190117/2291e7f7/attachment.html>


More information about the webkit-unassigned mailing list