Bug 199005 - [GTK] fast/events/touch/emulate-touch-events.html and fast/events/touch/touch-handler-count.html are failing
Summary: [GTK] fast/events/touch/emulate-touch-events.html and fast/events/touch/touch...
Status: RESOLVED DUPLICATE of bug 199003
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-19 08:49 PDT by Alicia Boya García
Modified: 2019-06-21 03:24 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alicia Boya García 2019-06-19 08:49:02 PDT
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
Comment 1 Carlos Garcia Campos 2019-06-21 03:24:08 PDT

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