RESOLVED FIXED 191336
Add some basic pointer events tests
https://bugs.webkit.org/show_bug.cgi?id=191336
Summary Add some basic pointer events tests
Dean Jackson
Reported 2018-11-06 15:28:10 PST
Add some basic pointer events tests
Attachments
Patch (7.62 KB, patch)
2018-11-06 16:08 PST, Dean Jackson
wenson_hsieh: review+
Radar WebKit Bug Importer
Comment 1 2018-11-06 15:31:41 PST
Dean Jackson
Comment 2 2018-11-06 16:08:09 PST
Wenson Hsieh
Comment 3 2018-11-06 16:15:10 PST
Comment on attachment 354021 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=354021&action=review > LayoutTests/fast/events/pointer/ios/drag-gives-pointerdown-pointermove-pointerup.html:54 > + testRunner.runUIScript(getUIScript(50, 200, 60, 250, 0.3), function(result) { }); I think these tests would be a bit cleaner if we used ui-helper.js and basic-gestures.js, with async-await. > LayoutTests/fast/events/pointer/ios/tap-gives-pointerdown-pointerup.html:47 > + testRunner.runUIScript(getUIScript(50, 200), function(result) { }); Ditto.
Dean Jackson
Comment 4 2018-11-06 16:46:50 PST
Ryan Haddad
Comment 5 2018-11-06 17:48:06 PST
These two tests are timing out on macOS WK1 bots: fast/events/pointer/ios/drag-gives-pointerdown-pointermove-pointerup.html fast/events/pointer/ios/tap-gives-pointerdown-pointerup.html https://build.webkit.org/results/Apple%20Sierra%20Release%20WK1%20(Tests)/r237902%20(13861)/results.html
Ryan Haddad
Comment 6 2018-11-06 17:50:10 PST
(In reply to Ryan Haddad from comment #5) > These two tests are timing out on macOS WK1 bots: > > fast/events/pointer/ios/drag-gives-pointerdown-pointermove-pointerup.html > fast/events/pointer/ios/tap-gives-pointerdown-pointerup.html > > https://build.webkit.org/results/Apple%20Sierra%20Release%20WK1%20(Tests)/ > r237902%20(13861)/results.html Oh, just realized these are for iOS. I guess we need to skip this directory in TestExpectations.
Ryan Haddad
Comment 7 2018-11-07 09:32:08 PST
(In reply to Ryan Haddad from comment #6) > (In reply to Ryan Haddad from comment #5) > Oh, just realized these are for iOS. I guess we need to skip this directory > in TestExpectations. Done in https://trac.webkit.org/changeset/237928/webkit
Note You need to log in before you can comment on or make changes to this bug.