[Webkit-unassigned] [Bug 177447] New: [GTK] Layout test imported/w3c/web-platform-tests/dom/events/Event-timestamp-high-resolution.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 25 11:40:40 PDT 2017


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

            Bug ID: 177447
           Summary: [GTK] Layout test
                    imported/w3c/web-platform-tests/dom/events/Event-times
                    tamp-high-resolution.html is failing
           Product: WebKit
           Version: Other
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com
                CC: bugs-noreply at webkitgtk.org, cdumez at apple.com

Layout test imported/w3c/web-platform-tests/dom/events/Event-timestamp-high-resolution.html has been unexpectedly failing for GTK since r222392 "Use high resolution timestamp for event time" when it was changed from an expected failure to an expected pass. The diff:

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/dom/events/Event-timestamp-high-resolution-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/dom/events/Event-timestamp-high-resolution-actual.txt
@@ -1,7 +1,4 @@
+CONSOLE MESSAGE: line 7: ReferenceError: Can't find variable: GamepadEvent

-PASS Constructed MouseEvent timestamp should be high resolution and have the same time origin as performance.now() 
-PASS Constructed KeyboardEvent timestamp should be high resolution and have the same time origin as performance.now() 
-PASS Constructed WheelEvent timestamp should be high resolution and have the same time origin as performance.now() 
-PASS Constructed GamepadEvent timestamp should be high resolution and have the same time origin as performance.now() 
-PASS Constructed FocusEvent timestamp should be high resolution and have the same time origin as performance.now() 
+FAIL Untitled ReferenceError: Can't find variable: GamepadEvent

GTK does not support the gamepad API so there won't be any gamepad events. Shame. Updating expectations accordingly.

-- 
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/20170925/122b5898/attachment.html>


More information about the webkit-unassigned mailing list