[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:06:12 PST 2013


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





--- Comment #6 from Carlos Garcia Campos <cgarcia at igalia.com>  2013-03-05 08:08:36 PST ---
(In reply to comment #5)
> (In reply to comment #4)
> > (From update of attachment 191488 [details] [details])
> > Hrm. Isn't there a way to rework the tests so that they are order-independent? It seems like a bug that they are.
> 
> Sorry. It seems like a bug that they are not order-independent.

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.

-- 
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