[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:41:12 PDT 2011


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





--- Comment #1 from Eric Seidel <eric at webkit.org>  2011-07-13 15:41:12 PST ---
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?

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

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