Bug 301666
| Summary: | REGRESSION(iOS26) TestWebKitAPI.WKNavigationAction.UserInputState is a constant timeout | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Robert Jenner <jenner> |
| Component: | Page Loading | Assignee: | Wenson Hsieh <wenson_hsieh> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | beidson, richard_robinson2, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Robert Jenner
TestWebKitAPI.WKNavigationAction.UserInputState
is a constant timeout on iOS26. It was a constant pass on iOS18.
HISTORY:
https://results.webkit.org/?suite=api-tests&test=TestWebKitAPI.WKNavigationAction.UserInputState
TIMEOUT ERROR:
"name": "TestWebKitAPI.WKNavigationAction.UserInputState",
"output": "2025-10-29 08:19:00.299 TestWebKitAPI[56139:1213112] Successfully load keyboard extensions"
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/163673801>
Robert Jenner
I was able to reproduce this failure at iOS 26 Debug ToT running the test as follows:
run-api-tests --iOS-simulator TestWebKitAPI.WKNavigationAction.UserInputState
We see in the history that this test started to timeout when we transitioned our testing from iOS 18 to iOS 26. It was a constant pass on 18, and became a constant timeout since bringing up testing on iOS26.
EWS
Test gardening commit 302320@main (8a9ddeac7238): <https://commits.webkit.org/302320@main>
Reviewed commits have been landed. Closing PR #53175 and removing active labels.
Robert Jenner
(In reply to EWS from comment #3)
> Test gardening commit 302320@main (8a9ddeac7238):
> <https://commits.webkit.org/302320@main>
>
> Reviewed commits have been landed. Closing PR #53175 and removing active
> labels.
I have temporarily disabled the test for iOS while under investigation.
Wenson Hsieh
Pull request: https://github.com/WebKit/WebKit/pull/53290
EWS
Committed 302426@main (4eabc0e7c180): <https://commits.webkit.org/302426@main>
Reviewed commits have been landed. Closing PR #53290 and removing active labels.