[Webkit-unassigned] [Bug 199005] New: [GTK] fast/events/touch/emulate-touch-events.html and fast/events/touch/touch-handler-count.html are failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 19 08:49:02 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=199005

            Bug ID: 199005
           Summary: [GTK] fast/events/touch/emulate-touch-events.html and
                    fast/events/touch/touch-handler-count.html are failing
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aboya at igalia.com
                CC: bugs-noreply at webkitgtk.org

fast/events/touch/emulate-touch-events.html
fast/events/touch/touch-handler-count.html

Failing since r245785:r245788

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/events/touch/emulate-touch-events-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-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

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/events/touch/touch-handler-count-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/events/touch/touch-handler-count-actual.txt
@@ -15,10 +15,10 @@
 PASS window.internals.touchEventHandlerCount() is 0
 Test setting touch handlers on the document.
 PASS window.internals.touchEventHandlerCount() is 0
-PASS window.internals.touchEventHandlerCount() is 4
-PASS window.internals.touchEventHandlerCount() is 4
-PASS window.internals.touchEventHandlerCount() is 3
-PASS window.internals.touchEventHandlerCount() is 3
+FAIL window.internals.touchEventHandlerCount() should be 4. Was 0.
+FAIL window.internals.touchEventHandlerCount() should be 4. Was 0.
+FAIL window.internals.touchEventHandlerCount() should be 3. Was 0.
+FAIL window.internals.touchEventHandlerCount() should be 3. Was 0.
 PASS window.internals.touchEventHandlerCount() is 0
 Test addEventListener/removeEventListener on the window.
 PASS window.internals.touchEventHandlerCount() is 0
@@ -32,10 +32,10 @@
 PASS window.internals.touchEventHandlerCount() is 0
 Test setting touch handlers on the window.
 PASS window.internals.touchEventHandlerCount() is 0
-PASS window.internals.touchEventHandlerCount() is 4
-PASS window.internals.touchEventHandlerCount() is 4
-PASS window.internals.touchEventHandlerCount() is 3
-PASS window.internals.touchEventHandlerCount() is 3
+FAIL window.internals.touchEventHandlerCount() should be 4. Was 0.
+FAIL window.internals.touchEventHandlerCount() should be 4. Was 0.
+FAIL window.internals.touchEventHandlerCount() should be 3. Was 0.
+FAIL window.internals.touchEventHandlerCount() should be 3. Was 0.
 PASS window.internals.touchEventHandlerCount() is 0
 Test addEventListener/removeEventListener on a div.
 PASS window.internals.touchEventHandlerCount() is 0
@@ -49,10 +49,10 @@
 PASS window.internals.touchEventHandlerCount() is 0
 Test setting touch handlers on a div.
 PASS window.internals.touchEventHandlerCount() is 0
-PASS window.internals.touchEventHandlerCount() is 4
-PASS window.internals.touchEventHandlerCount() is 4
-PASS window.internals.touchEventHandlerCount() is 3
-PASS window.internals.touchEventHandlerCount() is 3
+FAIL window.internals.touchEventHandlerCount() should be 4. Was 0.
+FAIL window.internals.touchEventHandlerCount() should be 4. Was 0.
+FAIL window.internals.touchEventHandlerCount() should be 3. Was 0.
+FAIL window.internals.touchEventHandlerCount() should be 3. Was 0.
 PASS window.internals.touchEventHandlerCount() is 0
 Test addEventListener/removeEventListener on a new div.
 PASS window.internals.touchEventHandlerCount() is 0
@@ -65,14 +65,14 @@
 PASS window.internals.touchEventHandlerCount() is 0
 Test setting touch handlers on a new div.
 PASS window.internals.touchEventHandlerCount() is 0
-PASS window.internals.touchEventHandlerCount() is 2
-PASS window.internals.touchEventHandlerCount() is 2
-PASS window.internals.touchEventHandlerCount() is 3
-PASS window.internals.touchEventHandlerCount() is 2
-PASS window.internals.touchEventHandlerCount() is 2
+FAIL window.internals.touchEventHandlerCount() should be 2. Was 0.
+FAIL window.internals.touchEventHandlerCount() should be 2. Was 0.
+FAIL window.internals.touchEventHandlerCount() should be 3. Was 0.
+FAIL window.internals.touchEventHandlerCount() should be 2. Was 0.
+FAIL window.internals.touchEventHandlerCount() should be 2. Was 0.
 PASS window.internals.touchEventHandlerCount() is 0
 Test that nested Documents' touch handlers are properly removed from their parent Document.
 PASS window.internals.touchEventHandlerCount() is 0
-PASS window.internals.touchEventHandlerCount() is 1
+FAIL window.internals.touchEventHandlerCount() should be 1. Was 0.
 PASS window.internals.touchEventHandlerCount() is 0

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190619/f1f73403/attachment.html>


More information about the webkit-unassigned mailing list