Bug 219425
| Summary: | [GTK] fast/events/touch/emulate-touch-events.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego Pino <dpino> |
| Component: | New Bugs | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/72129666>
Diego Pino
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
*** This bug has been marked as a duplicate of bug 278719 ***