WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
34476
Refactor and split up basic-touch-events test
https://bugs.webkit.org/show_bug.cgi?id=34476
Summary
Refactor and split up basic-touch-events test
Ben Murdoch
Reported
2010-02-02 07:46:54 PST
The current basic-touch-events test mixes both single and multi touch tests, and assumes the touch events are sent synchronously from the platform to WebCore. I'd like to refactor this test so that: 1) We test single and multi touch in two separate tests 2) The tests run in an asynchronous manner These changes will enable the tests to run properly on Android where touch events are passed asynchronously from the platform to WebCore and there is not support for multi touch.
Attachments
Proposed patch updating the tests.
(62.70 KB, patch)
2010-02-02 08:09 PST
,
Ben Murdoch
hausmann
: review+
commit-queue
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Ben Murdoch
Comment 1
2010-02-02 08:09:09 PST
Created
attachment 47932
[details]
Proposed patch updating the tests.
Eric Seidel (no email)
Comment 2
2010-02-04 14:46:26 PST
Is there anyone working on touch events from Apple's side of thing who might also be a good reviewer for this? CCing ddkilzer as he knows iphone stuff.
Ben Murdoch
Comment 3
2010-02-11 07:52:20 PST
ping?
Simon Hausmann
Comment 4
2010-02-15 07:10:53 PST
Comment on
attachment 47932
[details]
Proposed patch updating the tests. Nice cleanup! Sorry for the delay in review :(
Ben Murdoch
Comment 5
2010-02-15 07:30:33 PST
Comment on
attachment 47932
[details]
Proposed patch updating the tests. Thanks for the review Simon!
WebKit Commit Bot
Comment 6
2010-02-15 07:44:45 PST
Comment on
attachment 47932
[details]
Proposed patch updating the tests. Rejecting patch 47932 from commit-queue. Failed to run "['/Users/eseidel/Projects/CommitQueue/WebKitTools/Scripts/svn-apply', '--reviewer', 'Simon Hausmann', '--force']" exit_code: 2 cp: LayoutTests/fast/events/script-tests/basic-touch-events.js: No such file or directory Failed to copy LayoutTests/fast/events/script-tests/basic-touch-events.js LayoutTests/fast/events/script-tests/basic-single-touch-events.js. at /Users/eseidel/Projects/CommitQueue/WebKitTools/Scripts/svn-apply line 455, <> line 1664. Full output:
http://webkit-commit-queue.appspot.com/results/268582
Ben Murdoch
Comment 7
2010-02-15 07:50:26 PST
Ah, the tests have been moved out under me. I'll upload this manually.
Ben Murdoch
Comment 8
2010-02-16 03:18:54 PST
Landed manually as
r54817
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug