All WTR tests exiting early due to all tests timing out. For example, fast/css/tab-size.html gets stuck in the platformRunUntil waiting for the response from WKPageLoadURLWithShouldOpenExternalURLsPolicy in the TestInvocation.cpp. Sample WTR output: https://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20%28Tests%29/builds/14627/steps/layout-test/logs/stdio Some API tests also exiting, many from the C API tests where pages are loaded. For example, /TestWebKit WebKit.PageLoadTwiceAndReload gets stuck with none of the two loaderClient callbacks (didFinishNavigation and didFailProvisionalNavigation) being called. Sample API tests output: https://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20%28Tests%29/builds/14627/steps/API%20tests/logs/stdio
More info: Minibrowser seems to be working file. Checking the Loading channel from systemd: WTR (fails): jul 13 00:06:55 lauro-desktop WebKitWebProcess[88070]: 0x7f6a926fa3b0 - [pageID=8, frameID=3] PolicyChecker::checkNavigationPolicy: continuing because this is an initial empty document jul 13 00:06:55 lauro-desktop WebKitWebProcess[88070]: 0x7f6a926fa3b0 - [pageID=8, frameID=3] PolicyChecker::checkNavigationPolicy: ignoring because policyAction from dispatchDecidePolicyForNavigationAction is Ignore From Minibrowser (works): jul 13 00:09:24 lauro-desktop WebKitWebProcess[89059]: 0x7f65e6cfa400 - [pageID=6, frameID=3] PolicyChecker::checkNavigationPolicy: continuing because this policyAction from dispatchDecidePolicyForNavigationAction is Use
Created attachment 404129 [details] WIP patch
Created attachment 404130 [details] Patch
Created attachment 404136 [details] Patch for landing
*** Bug 214248 has been marked as a duplicate of this bug. ***
Comment on attachment 404136 [details] Patch for landing Clearing flags on attachment: 404136 Committed r264297: <https://trac.webkit.org/changeset/264297>
All reviewed patches have been landed. Closing bug.
Thanks, this looks fine to me.