WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 211884
209494
[ Mac wk1 ] fast/events/mouse-cursor-no-mousemove.html is flaky failing.
https://bugs.webkit.org/show_bug.cgi?id=209494
Summary
[ Mac wk1 ] fast/events/mouse-cursor-no-mousemove.html is flaky failing.
Jason Lawrence
Reported
2020-03-24 14:02:00 PDT
fast/events/mouse-cursor-no-mousemove.html Description: This test is flaky failing on Mac wk1. It has been flaky failing throughout the visible history. History:
https://results.webkit.org/?suite=layout-tests&test=fast%2Fevents%2Fmouse-cursor-no-mousemove.html&platform=mac&flavor=wk1&limit=50000
Diff: --- /Volumes/Data/slave/catalina-debug-tests-wk1/build/layout-test-results/fast/events/mouse-cursor-no-mousemove-expected.txt +++ /Volumes/Data/slave/catalina-debug-tests-wk1/build/layout-test-results/fast/events/mouse-cursor-no-mousemove-actual.txt @@ -8,7 +8,7 @@ TEST CASE: Mouse idle, change cursor should not fire mousemove event Cursor Info: type=Pointer hotSpot=0,0 -Cursor Info: type=Help hotSpot=0,0 +Cursor Info: type=Pointer hotSpot=0,0 PASS successfullyParsed is true
Attachments
Patch
(3.02 KB, patch)
2020-05-14 02:16 PDT
,
Antoine Quint
koivisto
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2020-03-24 14:02:21 PDT
<
rdar://problem/60840602
>
Jason Lawrence
Comment 2
2020-03-24 14:13:04 PDT
I have marked this test as failing while this issue is investigated.
https://trac.webkit.org/changeset/258938/webkit
Also, I can reproduce this issue by running the command below. run-webkit-tests --iterations 777 --child-processes 50 --force -f fast/events/mouse-cursor-no-mousemove.html [144/777] fast/events/mouse-cursor-no-mousemove.html failed unexpectedly (text diff) [145/777] fast/events/mouse-cursor-no-mousemove.html failed unexpectedly (text diff) Retrying 1 unexpected failure ... Running 1 WebKitTestRunner. 775 tests ran as expected, 2 didn't:
Antoine Quint
Comment 3
2020-05-14 01:38:54 PDT
This test uses two setTimeout() calls with non-zero values, not a big surprise that it's flaky.
Antoine Quint
Comment 4
2020-05-14 01:55:07 PDT
Oh dear: // The amount of time to wait for a cursor update on style and layout changes // Set to 50Hz, no need to be faster than common screen refresh rate static const Seconds cursorUpdateInterval { 20_ms };
Antoine Quint
Comment 5
2020-05-14 02:13:11 PDT
Filed
bug 211884
to address the 20ms timer.
Antoine Quint
Comment 6
2020-05-14 02:16:34 PDT
Created
attachment 399341
[details]
Patch
Antoine Quint
Comment 7
2020-05-14 04:06:14 PDT
Got a patch up for
bug 211884
as well. If the bots are pleased, I'll dupe this bug to that one so that we don't use a timer at all and instead reliably can use requestAnimationFrame() in the test.
Antoine Quint
Comment 8
2020-05-14 04:58:04 PDT
*** This bug has been marked as a duplicate of
bug 211884
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug