[Webkit-unassigned] [Bug 64468] WIN: DumpRenderTree hangs under NRWT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 5 11:58:09 PST 2012


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





--- Comment #11 from Dirk Pranke <dpranke at chromium.org>  2012-01-05 11:58:09 PST ---
Test names as passed to run_test() are expected to be relative-path filenames. We could centralize and standardize testing whether the test is an http test in a separate method on Port() if we wanted, but the change I suggested in comment #7 is correct for the cygwin platform. It would probably be good to change cygpath to be a no-op on non-cygpath platform just to be portable, or you could change the implementation to get an abspath and then only call cygpath if needed.

I would not go through the uri transformation; it's unnecessary and confusing.

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