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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/155805121>
Bryan Medina
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
Test gardening commit 297347@main (c99c3a409166): <https://commits.webkit.org/297347@main>
Reviewed commits have been landed. Closing PR #47989 and removing active labels.