[Webkit-unassigned] [Bug 111434] [GTK] WebKit2 test TestWebKitFaviconDatabase times out with recent glib

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 5 08:15:32 PST 2013


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





--- Comment #7 from Martin Robinson <mrobinson at webkit.org>  2013-03-05 08:17:57 PST ---
(In reply to comment #6)

> In this particular case it's not possible, webkit_web_context_set_favicon_database_directory() can only be called once, and it has to be called first. We could do it in beforeAll() but then, not-initialized test wouldn't work. We are using a temp favison database so that the tests don't affect the user favicon database, the test that clears the database has to run the last one, or we would need to fill it again. I think this is the only case and the patch is simple enough.

Perhaps put that test into an afterAll() section?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list