[Webkit-unassigned] [Bug 67239] [DRT] Normalize file:///tmp/LayoutTests in LayoutTestController::pathToLocalResource()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 7 16:12:27 PDT 2011


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


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com,
                   |                            |dpranke at chromium.org,
                   |                            |eric at webkit.org,
                   |                            |rniwa at webkit.org




--- Comment #3 from Eric Seidel <eric at webkit.org>  2011-09-07 16:12:27 PST ---
Historically we have intentionally isolated DumpRenderTree from knowing anything about filesystem layout.

It would be possible to do this, but we'd need to pass some additional information to DumpRenderTree on the command line.  I'm not sure that's a good idea, given the historical precedent of avoiding telling DRT about the filesystem.

The approach in bug 67254 is interesting (avoids passing this information to DRT), but also wrong, because it encodes information about WebKit build layout in the DRT executable.

I think the best approach would be to make it possible to generate these file urls from paths relative to the test files themselves.  I'm not sure why the test files don't just use relative paths as-is.

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