TEST: ./WebKitBuild/Release/Programs/unittests/testdownload... (pid=16988) /webkit/download/create: OK /webkit/download/synch: OK /webkit/download/asynch: OK /webkit/download/data: OK /webkit/download/not-found: ** CRITICAL **: SoupMessage* webkit_network_response_get_message(WebKitNetworkResponse*): assertion `WEBKIT_IS_NETWORK_RESPONSE(response)' failed FAIL
I just run this with Tools/jhbuild/jhbuild-wrapper --gtk run WebKitBuild/{Release,Debug}/Programs/unittests/testdownload and both configurations finish without failing. Is there any policy to unskip these tests?
(In reply to comment #1) > I just run this with > > Tools/jhbuild/jhbuild-wrapper --gtk run WebKitBuild/{Release,Debug}/Programs/unittests/testdownload > > and both configurations finish without failing. Is there any policy to unskip these tests? I think we typically unskip them and be ready to skip them again if they fail. We could also run these tests directly on the bot to verify.
Created attachment 221464 [details] Patch I went to the bot to fix bug 82328 and this one seems to be working fine now too.
Committed r162211: <http://trac.webkit.org/changeset/162211>