[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:52:54 PDT 2011


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





--- Comment #3 from Eric Seidel <eric at webkit.org>  2011-07-13 15:52:54 PST ---
It looks like abspath_for_test should already do the right thing on windows:

    def abspath_for_test(self, test_name):
        """Returns the full path to the file for a given test name. This is the
        inverse of relative_test_filename()."""
        return self._filesystem.normpath(self._filesystem.join(self.layout_tests_dir(), test_name))

I think the bug is that we're calling test_to_uri in WebKItDriver when we really want to just call abspath_for_test.

I'll upload a patch which might fix this, but again, someone with Windows will have 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