Bug 277156
Summary: | NEW TEST (281089@main): [ iOS 17 ] 2x accessibility/mixed-contenteditable-* is flaky failing. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Anfernee Viduya <aviduya> |
Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | andresg_22, tyler_w, webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Anfernee Viduya
accessibility/mixed-contenteditable-double-br-visible-character-range-hang.html
accessibility/mixed-contenteditable-visible-character-range-hang.html
is flaky failing on iOS 17.
HISTORY:
https://results.webkit.org/?suite=layout-tests&suite=layout-tests&test=accessibility%2Fmixed-contenteditable-double-br-visible-character-range-hang.html&test=accessibility%2Fmixed-contenteditable-visible-character-range-hang.html&recent=false
DIFF:
accessibility/mixed-contenteditable-double-br-visible-character-range-hang.html
-#body AXVisibleCharacterRange: {569, 569}
+#body AXVisibleCharacterRange: {0, 569}
accessibility/mixed-contenteditable-visible-character-range-hang.html
-#body AXVisibleCharacterRange: {558, 558}
+#body AXVisibleCharacterRange: {0, 558}
LINK:
https://build.webkit.org/results/Apple-iOS-17-Simulator-Release-WK2-Tests/281399@main%20(4545)/accessibility/mixed-contenteditable-double-br-visible-character-range-hang-diff.txt
https://build.webkit.org/results/Apple-iOS-17-Simulator-Release-WK2-Tests/281399@main%20(4545)/accessibility/mixed-contenteditable-visible-character-range-hang-diff.txt
DESCRIPTION:
On 281089@main both of the test was added and has been flaky failing since.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/132587324>
Anfernee Viduya
REPRODUCIBILITY:
I was able to reproduce this issue on ToT using command.
run-webkit-tests 281089@main accessibility/mixed-contenteditable-double-br-visible-character-range-hang.html --ios-simulator --iterations=10
run-webkit-tests 281089@main accessibility/mixed-contenteditable-visible-character-range-hang.html --ios-simulator --iterations=10
EWS
Test gardening commit 281417@main (d44703f325af): <https://commits.webkit.org/281417@main>
Reviewed commits have been landed. Closing PR #31314 and removing active labels.
Anfernee Viduya
(In reply to EWS from comment #3)
> Test gardening commit 281417@main (d44703f325af):
> <https://commits.webkit.org/281417@main>
>
> Reviewed commits have been landed. Closing PR #31314 and removing active
> labels.
With the above commit, tests were disabled.