[Webkit-unassigned] [Bug 55674] Most media tests time out on Windows 7 Release (WebKit2 Tests)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 3 09:22:54 PST 2011


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





--- Comment #7 from Adam Roben (:aroben) <aroben at apple.com>  2011-03-03 09:22:54 PST ---
KURL::parse is getting passed this:

file://c:/Documents and Settings/Adam Roben/dev/WebKit/OpenSource/LayoutTests/media/audio-constructor-preload.html

It parses the colon in "c:" as introducing a port number. But then there is no port number so it continues on its merry way, and "c" gets set as the host. Clearly KURL is buggy with respect to absolute Windows-style file: URLs.

DRT on Windows used CFURL to convert the path into a URL.

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