Bug 190897
Summary: | REGRESSION (r237331): DismissingActionSheetShouldNotDismissPresentingViewController times out | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tim Horton <thorton> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ap, jbedard, jlewis3, lforschler, wenson_hsieh |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Tim Horton
This test is timing out because it's trying to simulate a long press on a unparented WKWebView.
After r237331, you can't interact with an unparented WKWebView via gesture recognizers.
It's extremely unclear why presenting the TestWKWebViewController on the root view controller in the navigation controller doesn't parent it, but it doesn't; the view hierarchy stops at the root view controller's view.
I'm going to disable the test for now since this is clearly a test infrastructure problem, and I'll enlist Wenson's help to repair it.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Tim Horton
Test disabled in https://trac.webkit.org/changeset/237407/webkit
Wenson Hsieh
(In reply to Tim Horton from comment #0)
> This test is timing out because it's trying to simulate a long press on a
> unparented WKWebView.
>
> After r237331, you can't interact with an unparented WKWebView via gesture
> recognizers.
>
> It's extremely unclear why presenting the TestWKWebViewController on the
> root view controller in the navigation controller doesn't parent it, but it
> doesn't; the view hierarchy stops at the root view controller's view.
Strange indeed. I wonder if this is due to TestWebKitAPI not being a UI application...
>
> I'm going to disable the test for now since this is clearly a test
> infrastructure problem, and I'll enlist Wenson's help to repair it.