Bug 167511

Summary: LayoutTest pointer-lock/mouse-event-delivery.html is a flaky failure
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: jeremyj-wk
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=167134

Description Ryan Haddad 2017-01-27 09:59:44 PST
LayoutTest pointer-lock/mouse-event-delivery.html is a flaky failure

https://build.webkit.org/results/Apple%20Sierra%20Debug%20WK2%20(Tests)/r211281%20(1793)/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
@@ -6,11 +6,11 @@
 PASS document.onpointerlockchange event received.
 PASS document.pointerLockElement is targetdiv1
      With a lock in place send a wheel event.
-PASS event type: wheel, target: target1, received on: target1
-PASS event type: wheel, target: target1, received on: body
      With a lock in place send a click.
 PASS event type: mousedown, target: target1, received on: target1
 PASS event type: mousedown, target: target1, received on: body
+PASS event type: wheel, target: target1, received on: target1
+PASS event type: wheel, target: target1, received on: body
 PASS document.onpointerlockchange event received.
 PASS document.pointerLockElement is targetdiv2
      With a lock in place send a wheel event.
Comment 1 Ryan Haddad 2017-01-27 14:06:52 PST
This is a new test. Jeremy, can you take a look at this soon or should we roll out the change?
Comment 2 Ryan Haddad 2017-01-30 10:20:35 PST
Rolled out the change in http://trac.webkit.org/projects/webkit/changeset/211375

*** This bug has been marked as a duplicate of bug 167134 ***