Bug 219425

Summary: [GTK] fast/events/touch/emulate-touch-events.html is failing
Product: WebKit Reporter: Diego Pino <dpino>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: aperez, JPEW.hacker, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Diego Pino
Reported 2020-12-02 01:59:45 PST
The test is consistently flaky since r270022. https://results.webkit.org/?suite=layout-tests&test=fast%2Fevents%2Ftouch%2Femulate-touch-events.html&platform=WPE https://build.webkit.org/results/WPE-Linux-64-bit-Release-Tests/r270343%20(21301)/results.html --- /home/buildbot/worker/wpe-linux-64-release-tests/build/layout-test-results/fast/events/touch/emulate-touch-events-expected.txt +++ /home/buildbot/worker/wpe-linux-64-release-tests/build/layout-test-results/fast/events/touch/emulate-touch-events-actual.txt @@ -5,6 +5,7 @@ PASS 'ontouchstart' in window is true PASS 'ontouchend' in document is true +Unexpected mousemove event received before touchstart PASS lastEvent.type is "touchstart" PASS lastEvent.touches.length is 1 PASS lastEvent.changedTouches.length is 1
Attachments
Radar WebKit Bug Importer
Comment 1 2020-12-09 02:01:17 PST
Diego Pino
Comment 2 2024-12-18 08:22:37 PST
This test is now passing on WPE, but failing on GTK: https://results.webkit.org/?suite=layout-tests&test=fast%2Fevents%2Ftouch%2Femulate-touch-events.html&platform=GTK&platform=WPE https://build.webkit.org/results/GTK-Linux-64-bit-Release-Tests/287999%40main%20%2818513%29/fast/events/touch/emulate-touch-events-diff.txt --- /home/buildbot/worker/GTK-Linux-64-bit-Release-Tests/build/layout-test-results/fast/events/touch/emulate-touch-events-expected.txt +++ /home/buildbot/worker/GTK-Linux-64-bit-Release-Tests/build/layout-test-results/fast/events/touch/emulate-touch-events-actual.txt @@ -3,8 +3,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". -PASS 'ontouchstart' in window is true -PASS 'ontouchend' in document is true +FAIL 'ontouchstart' in window should be true. Was false. +FAIL 'ontouchend' in document should be true. Was false. PASS lastEvent.type is "touchstart" PASS lastEvent.touches.length is 1 PASS lastEvent.changedTouches.length is 1
Diego Pino
Comment 3 2024-12-18 08:40:46 PST
*** This bug has been marked as a duplicate of bug 278719 ***
Note You need to log in before you can comment on or make changes to this bug.