Bug 167511 - 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 DUPLICATE of bug 167134
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-27 09:59 PST by Ryan Haddad
Modified: 2017-01-30 10:20 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***