[Webkit-unassigned] [Bug 151490] [GTK] Some unit tests fail when using the network process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 20 06:33:30 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=151490

--- Comment #1 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to comment #0)
> /webkit2/WebKitWebView/sync-request-on-max-conns: TIMEOUT

This works with the web process only because all request started are done before the first subresource is processed by the server, something that doesn't happen when using the network process. We are using mutexes in the same main thread, the soup server should run in a separate thread for this to work properly.

> /webkit2/WebKitWebResource/get-data: **
> ERROR:../../Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestResources.cpp:195:void
> ResourcesTest::checkResourceData(WebKitWebResource*): code should not be
> reached

I haven't investigated this yet, but running the soup server in a thread also fixed this one.

> /webkit2/WebKitAccessibility/atspi-basic-hierarchy: TIMEOUT

No idea about this one, yet. I'll submit a patch to fix the other two for now.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151120/1fecada2/attachment.html>


More information about the webkit-unassigned mailing list