[Webkit-unassigned] [Bug 110602] [GTK] DumpRenderTree prints out suggesting to set WEBKIT_TOP_LEVEL but doesn't even use it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 7 15:08:09 PDT 2013


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


Brendan Long <b.long at cablelabs.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b.long at cablelabs.com




--- Comment #1 from Brendan Long <b.long at cablelabs.com>  2013-10-07 15:07:01 PST ---
TOP_LEVEL_DIR is used in getTopLevelPath:

Tools/DumpRenderTree/gtk/DumpRenderTree.cpp-CString getTopLevelPath()
Tools/DumpRenderTree/gtk/DumpRenderTree.cpp-{
Tools/DumpRenderTree/gtk/DumpRenderTree.cpp-    if (!g_getenv("WEBKIT_TOP_LEVEL"))
Tools/DumpRenderTree/gtk/DumpRenderTree.cpp:        g_setenv("WEBKIT_TOP_LEVEL", TOP_LEVEL_DIR, FALSE);
Tools/DumpRenderTree/gtk/DumpRenderTree.cpp-
Tools/DumpRenderTree/gtk/DumpRenderTree.cpp:    return TOP_LEVEL_DIR;
Tools/DumpRenderTree/gtk/DumpRenderTree.cpp-}

The error you're getting is probably because WebKitGTK expects this repo:

https://github.com/mrobinson/webkitgtk-test-fonts

To be checked out in webkit/WebKitBuild/Dependencies/Root

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