Bug 295907

Summary: [ iOS ] contact-picker/contacts-select.html is a flakey timeout
Product: WebKit Reporter: Bryan Medina <bmedina2>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: thorton, webkit-bot-watchers-bugzilla, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Bryan Medina
Reported 2025-07-14 10:37:41 PDT
contact-picker/contacts-select.html is a flakey timeout observed on iOS. HISTORY: https://results.webkit.org/?suite=layout-tests&test=contact-picker%2Fcontacts-select.html TEXT DIFF: --- /Volumes/Data/worker/Apple-iOS-18-Simulator-Debug-WK2-Tests/build/layout-test-results/contact-picker/contacts-select-expected.txt +++ /Volumes/Data/worker/Apple-iOS-18-Simulator-Debug-WK2-Tests/build/layout-test-results/contact-picker/contacts-select-actual.txt @@ -1,19 +1,8 @@ +FAIL: Timed out waiting for notifyDone to be called + This test verifies that navigator.contacts.select presents a contact picker and returns the selected contacts. On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". -PASS contacts.length is 3 -PASS areArraysEqual(contact1.name, addressBook[0].name) is true -PASS areArraysEqual(contact1.email, addressBook[0].email) is true -PASS contact1.tel.length is 0 -PASS areArraysEqual(contact2.name, addressBook[1].name) is true -PASS areArraysEqual(contact2.email, addressBook[1].email) is true -PASS contact2.tel.length is 0 -PASS areArraysEqual(contact3.name, addressBook[2].name) is true -PASS contact3.email.length is 0 -PASS contact3.tel.length is 0 -PASS successfullyParsed is true - -TEST COMPLETE Show contacts TEXT DIFF URL: https://build.webkit.org/results/Apple-iOS-18-Simulator-Debug-WK2-Tests/297319@main%20(1229)/contact-picker/contacts-select-diff.txt
Attachments
Radar WebKit Bug Importer
Comment 1 2025-07-14 10:37:59 PDT
Bryan Medina
Comment 2 2025-07-14 10:41:14 PDT
I was able to reproduce the timeout locally on iOS 18 Simulator Debug ToT using the command as follows: run-webkit-tests contact-picker/contacts-select.html --ipad-simulator --iterations=3
EWS
Comment 3 2025-07-14 11:02:39 PDT
Test gardening commit 297347@main (c99c3a409166): <https://commits.webkit.org/297347@main> Reviewed commits have been landed. Closing PR #47989 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.