<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Some unit tests fail when using the network process"
   href="https://bugs.webkit.org/show_bug.cgi?id=151490#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Some unit tests fail when using the network process"
   href="https://bugs.webkit.org/show_bug.cgi?id=151490">bug 151490</a>
              from <span class="vcard"><a class="email" href="mailto:cgarcia&#64;igalia.com" title="Carlos Garcia Campos &lt;cgarcia&#64;igalia.com&gt;"> <span class="fn">Carlos Garcia Campos</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=151490#c0">comment #0</a>)
<span class="quote">&gt; /webkit2/WebKitWebView/sync-request-on-max-conns: TIMEOUT</span >

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.

<span class="quote">&gt; /webkit2/WebKitWebResource/get-data: **
&gt; ERROR:../../Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestResources.cpp:195:void
&gt; ResourcesTest::checkResourceData(WebKitWebResource*): code should not be
&gt; reached</span >

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

<span class="quote">&gt; /webkit2/WebKitAccessibility/atspi-basic-hierarchy: TIMEOUT</span >

No idea about this one, yet. I'll submit a patch to fix the other two for now.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>