WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
151199
WK2 iOS interaction tests in LayoutTests/fast/events/ios are flaky
https://bugs.webkit.org/show_bug.cgi?id=151199
Summary
WK2 iOS interaction tests in LayoutTests/fast/events/ios are flaky
Wenson Hsieh
Reported
2015-11-12 10:15:22 PST
When running iOS interaction tests using UIScriptController, we time out in rare cases.
Attachments
Patch
(1.59 KB, patch)
2015-11-12 12:37 PST
,
Wenson Hsieh
no flags
Details
Formatted Diff
Diff
Patch
(2.98 KB, patch)
2015-11-13 15:54 PST
,
Wenson Hsieh
thorton
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Wenson Hsieh
Comment 1
2015-11-12 10:15:44 PST
This happens because touches may occasionally hit-test to the UIStatusBarWindow instead of WebKitTestRunnerWindow, causing WebKit's gesture recognizers to never fire. This can be easily fixed by disabling user interaction for the UIStatusBarWindow when launching WKTR.
Wenson Hsieh
Comment 2
2015-11-12 12:31:11 PST
<
rdar://problem/23518459
>
Wenson Hsieh
Comment 3
2015-11-12 12:37:02 PST
Created
attachment 265422
[details]
Patch
Wenson Hsieh
Comment 4
2015-11-13 15:54:46 PST
Created
attachment 265509
[details]
Patch
Tim Horton
Comment 5
2015-11-13 15:59:43 PST
Comment on
attachment 265509
[details]
Patch Furrrrrrther. I think it should be all the way at the bottom of this function.
Wenson Hsieh
Comment 6
2015-11-13 16:05:03 PST
Committed
r192448
: <
http://trac.webkit.org/changeset/192448
>
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