Bug 167965 - LayoutTest pointer-lock/mouse-event-delivery.html is a flaky failure
Summary: LayoutTest pointer-lock/mouse-event-delivery.html is a flaky failure
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jeremy Jones
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-02-07 16:44 PST by Ryan Haddad
Modified: 2017-04-03 11:00 PDT (History)
6 users (show)

See Also:


Attachments
Patch (2.58 KB, patch)
2017-02-17 15:12 PST, Jeremy Jones
no flags Details | Formatted Diff | Diff
Patch (2.69 KB, patch)
2017-03-27 12:07 PDT, Jeremy Jones
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2017-02-07 16:44:22 PST
LayoutTest pointer-lock/mouse-event-delivery.html is a flaky failure

https://build.webkit.org/results/Apple%20Sierra%20Debug%20WK2%20(Tests)/r211835%20(1930)/results.html

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=pointer-lock%2Fmouse-event-delivery.html

--- /Volumes/Data/slave/sierra-debug-tests-wk2/build/layout-test-results/pointer-lock/mouse-event-delivery-expected.txt
+++ /Volumes/Data/slave/sierra-debug-tests-wk2/build/layout-test-results/pointer-lock/mouse-event-delivery-actual.txt
@@ -17,11 +17,11 @@
 PASS document.onpointerlockchange event received.
 PASS document.pointerLockElement is targetdiv2
      With a lock in place send a wheel event.
-PASS event type: wheel, target: target2, received on: target2
-PASS event type: wheel, target: target2, received on: body
      With a lock in place send a click.
 PASS event type: mousedown, target: target2, received on: target2
 PASS event type: mousedown, target: target2, received on: body
+PASS event type: wheel, target: target2, received on: target2
+PASS event type: wheel, target: target2, received on: body
      Ensure double clicks work as expected, sending 4 clicks.
      Creating a click and dblclick.
 PASS event type: mousedown, target: target2, received on: target2
Comment 1 Ryan Haddad 2017-02-07 16:45:02 PST
Jeremy, is there anything that can be done to make this test less flaky?
Comment 2 Radar WebKit Bug Importer 2017-02-08 17:40:18 PST
<rdar://problem/30433906>
Comment 3 Ryan Haddad 2017-02-09 16:51:02 PST
Marked this test as flaky in http://trac.webkit.org/projects/webkit/changeset/212007
Comment 4 Jeremy Jones 2017-02-17 15:12:52 PST
Created attachment 301996 [details]
Patch
Comment 5 Jeremy Jones 2017-03-27 12:07:46 PDT
Created attachment 305494 [details]
Patch
Comment 6 WebKit Commit Bot 2017-04-03 11:00:09 PDT
Comment on attachment 305494 [details]
Patch

Clearing flags on attachment: 305494

Committed r214820: <http://trac.webkit.org/changeset/214820>
Comment 7 WebKit Commit Bot 2017-04-03 11:00:11 PDT
All reviewed patches have been landed.  Closing bug.