Bug 263471
Summary: | [ iOS 17 ] fast/forms/ios/keydown-in-hidden-contenteditable-with-inputmode-none.html is a flaky text failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Robert Jenner <jenner> |
Component: | UI Events | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer, wenson_hsieh |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Robert Jenner
fast/forms/ios/keydown-in-hidden-contenteditable-with-inputmode-none.html
is a flaky text failure on iOS 17, mostly release, but occasionally on Debug.
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=fast%2Fforms%2Fios%2Fkeydown-in-hidden-contenteditable-with-inputmode-none.html
TEXT DIFF:
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS Observed keydown with key: "a"
-PASS Observed keypress with key: "a"
-PASS Observed keyup with key: "a"
+PASS Observed keydown with key: "Ñ„"
+PASS Observed keypress with key: "Ñ„"
+PASS Observed keyup with key: "Ñ„"
PASS observedKeyUp became true
PASS successfullyParsed is true
DIFF URL:
https://build.webkit.org/results/Apple-iOS-17-Simulator-Release-WK2-Tests/269561@main%20(252)/fast/forms/ios/keydown-in-hidden-contenteditable-with-inputmode-none-pretty-diff.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/117279141>
Robert Jenner
This is very flaky, but I was able to reproduce the failure, thought not with much consistency. I reproduced it on iOS 17 Release ToT running the test as follows:
run-webkit-tests --ios-simulator --no-build --release fast/forms/ios/keydown-in-hidden-contenteditable-with-inputmode-none.html --iterations 1000 --child-process=1 --force
It's so flaky, and it appears to be very inconsistent in terms of a local repo. However, the history indicates that this test started to flake when we updated to iOS 17. Looking back in the history of iOS 16 testing, it does not appear to have been a flaky failure at all.
Robert Jenner
Marked expectations at :
https://commits.webkit.org/269596@main
EWS
Committed 269597@main (de1880cb581b): <https://commits.webkit.org/269597@main>
Reviewed commits have been landed. Closing PR #19370 and removing active labels.