[Webkit-unassigned] [Bug 64468] DumpRenderTree hangs when run under new-run-webkit-tests on Apple's Windows port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 13 15:47:09 PDT 2011


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





--- Comment #2 from Dirk Pranke <dpranke at chromium.org>  2011-07-13 15:47:09 PST ---
(In reply to comment #1)
> It appears that Chromium's DumpRenderTree implementation expects file:/// uris:
> http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium.py#L439
> 
> but all the WebKit ones seem to expect absolute file paths?
> http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/layout_tests/port/webkit.py#L465
> 
> is that correct?
> 

As far as I know, yes.

> It should be easy to convert the paths, but we don't have very standard cygwin support in the codebase yet.

Do you need more than what we have in common.system.path ? There is also the port.uri_to_test_name() and port.abspath_for_test() routines that should allow you to get from any variant of URL to path to test.

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