Bug 249339
| Summary: | REGRESSION(257861@main?): 8X Scrolling API-Tests are constantly failing or timing out. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Robert Jenner <jenner> |
| Component: | Forms | Assignee: | Wenson Hsieh <wenson_hsieh> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | cdumez, webkit-bot-watchers-bugzilla, webkit-bug-importer, wenson_hsieh |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Robert Jenner
The following 8 scrolling API-Tests are constantly failing or timing out:
TestWebKitAPI.RequestTextInputContext.TextInteraction_FocusDefocusFocusAgainShouldScrollToReveal
TestWebKitAPI.ScrollViewScrollabilityTests.ScrollableWithOverflowHiddenAndInputView
TestWebKitAPI.RequestTextInputContext.TextInteraction_FocusingNonAssistedFocusedElementScrollsToReveal
TestWebKitAPI.RequestTextInputContext.TextInteraction_FocusingReadOnlyElementShouldScrollToReveal
TestWebKitAPI.KeyboardInputTests.CaretSelectionRectAfterRestoringFirstResponderWithRetainActiveFocusedState
TestWebKitAPI.RequestTextInputContext.TextInteraction_FocusingElementShouldScrollToReveal
TestWebKitAPI.RequestTextInputContext.TextInteraction_FocusingElementMultipleTimesShouldScrollToReveal
TestWebKitAPI.KeyboardInputTests.CaretSelectionRectAfterRestoringFirstResponder
HISTORY:
https://results.webkit.org/?suite=api-tests&suite=api-tests&suite=api-tests&suite=api-tests&suite=api-tests&suite=api-tests&suite=api-tests&suite=api-tests&test=TestWebKitAPI.ProcessSwap.CrossOriginSystemPreview&test=TestWebKitAPI.ProcessSwap.SameOriginSystemPreview&test=TestWebKitAPI.RequestTextInputContext.TextInteraction_FocusDefocusFocusAgainShouldScrollToReveal&test=TestWebKitAPI.RequestTextInputContext.TextInteraction_FocusingElementMultipleTimesShouldScrollToReveal&test=TestWebKitAPI.RequestTextInputContext.TextInteraction_FocusingElementShouldScrollToReveal&test=TestWebKitAPI.RequestTextInputContext.TextInteraction_FocusingNonAssistedFocusedElementScrollsToReveal&test=TestWebKitAPI.RequestTextInputContext.TextInteraction_FocusingReadOnlyElementShouldScrollToReveal&test=TestWebKitAPI.ScrollViewScrollabilityTests.ScrollableWithOverflowHiddenAndInputView
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/103373219>
Robert Jenner
I was able to reproduce these failures and timeouts at iOS 16 Debug ToT running the tests as follows:
run-api-tests --ios-simulator <Insert test here>
They do not fail/timeout at 257859@main, but they do fail/timeout starting at 257863@main. The revisions in between were not build. But my theory is that changes to iOS scrolling at https://commits.webkit.org/257861@main is the culprit. I will reach out to Wenson and ask.
Robert Jenner
Link to a test run with said timeouts/failures mentioned above:
https://build.webkit.org/#/builders/669/builds/499
Wenson Hsieh
Pull request: https://github.com/WebKit/WebKit/pull/7647
EWS
Committed 257893@main (3f19d05a7336): <https://commits.webkit.org/257893@main>
Reviewed commits have been landed. Closing PR #7647 and removing active labels.