RESOLVED FIXED 82328
[GTK] Test /webkit/webview/icon-uri times out in GTK Linux 64-bit Release bot
https://bugs.webkit.org/show_bug.cgi?id=82328
Summary [GTK] Test /webkit/webview/icon-uri times out in GTK Linux 64-bit Release bot
Carlos Garcia Campos
Reported 2012-03-27 06:13:53 PDT
TEST: ./WebKitBuild/Release/Programs/unittests/testwebview... (pid=16952) /webkit/webview/icon-uri: ** ERROR **: Didn't get icon-uri before timing out. FAIL
Attachments
Patch (1.73 KB, patch)
2014-01-17 04:35 PST, Alberto Garcia
cgarcia: review+
Simon Pena
Comment 1 2013-07-23 07:40:21 PDT
I just run this with Tools/jhbuild/jhbuild-wrapper --gtk run WebKitBuild/{Release,Debug}/Programs/unittests/testwebview and both configurations finish without timing out. Is there any policy to unskip these tests?
Alberto Garcia
Comment 2 2014-01-16 05:51:54 PST
This also works fine for me as well, there must be something wrong in the bot.
Alberto Garcia
Comment 3 2014-01-17 04:35:56 PST
Created attachment 221456 [details] Patch Yeah, the icon database in ~/.local/share/webkit/icondatabase/WebpageIcons.db in the buildbot was somehow malformed: sqlite> .databases Error: database disk image is malformed I removed it and now the test works fine.
Carlos Garcia Campos
Comment 4 2014-01-17 05:57:54 PST
Comment on attachment 221456 [details] Patch I think the test should use a new temporal database in /tmp every time, but I guess it can be done in a different patch, let's unskip this for now.
Alberto Garcia
Comment 5 2014-01-17 06:00:04 PST
Note You need to log in before you can comment on or make changes to this bug.