/TestWebKitAPI/WPE/TestUIClient /webkit/WebKitWebView/allow-modal-dialogs The test passes but `run-wpe-tests` has been timing out consistently in WPE bots waiting for the TestUIClient executable to return. Reverting this commit or commenting out this test makes the test to exit correctly, as does adding a small timeout to give the loop a few more spins before exiting.
Created attachment 456975 [details] Tentative patch Tentative patch by adding the wait time. Not sure if the original patch actually uncovered some limitation in the modal dialog implementation (although the test uses showModalDialog which is deprecated in HTML).
Looks like something between 249870@main and 250658@main fixed the issue and the tests are working now. Closing.