Bug 271712
| Summary: | NEW TEST(274608@main): [ iOS ] fast/forms/datalist/datalist-textinput-dynamically-add-options-on-keydown.html is constant timeout | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jay Stfleur <j_stfleur> |
| Component: | New Bugs | Assignee: | Dawn Morningstar <Morningstar> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | akeerthi, annevk, Morningstar, rbuis, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Jay Stfleur
Description:
fast/forms/datalist/datalist-textinput-dynamically-add-options-on-keydown.html
Is a constant timeout except for iPhone Release. Test was flaky but became a constant timeout after SDK change.
History:
https://results.webkit.org/?suite=layout-tests&test=fast%2Fforms%2Fdatalist%2Fdatalist-textinput-dynamically-add-options-on-keydown.html&platform=ios&limit=50000&recent=false
Diff/Image Diff/Crash Log:
--- /Volumes/Data/worker/Apple-iPadOS-17-Simulator-Release-WK2-Tests/build/layout-test-results/fast/forms/datalist/datalist-textinput-dynamically-add-options-on-keydown-expected.txt
+++ /Volumes/Data/worker/Apple-iPadOS-17-Simulator-Release-WK2-Tests/build/layout-test-results/fast/forms/datalist/datalist-textinput-dynamically-add-options-on-keydown-actual.txt
@@ -1,6 +1,6 @@
+FAIL: Timed out waiting for notifyDone to be called
+
PASS successfullyParsed is true
TEST COMPLETE
-PASS input.value became 'A'
-PASS isShowingDataListSuggestions is true
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/125421840>
Dawn Morningstar
This is also a flaky timeout on Release, not just constant.
Dawn Morningstar
Pull request: https://github.com/WebKit/WebKit/pull/32074
EWS
Test gardening commit 282143@main (66d5d2396f40): <https://commits.webkit.org/282143@main>
Reviewed commits have been landed. Closing PR #32074 and removing active labels.
Anne van Kesteren
I think I found the cause for this. Or at least an issue. See bug 309768. I'll see if this ends up fixing it for iOS.
Anne van Kesteren
It indeed fixed it!
*** This bug has been marked as a duplicate of bug 309768 ***