[Webkit-unassigned] [Bug 187973] [webkitpy][Win] Display test path using forward slash on native Windows.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 8 02:24:06 PDT 2018


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

--- Comment #8 from Fujii Hironori <Hironori.Fujii at sony.com> ---
If DumpRenderTree is given a file path containing forward slashes, such like:

> C:\webkit\ga\LayoutTests\fast/css/button-height.html

CFURLCreateWithFileSystemPath converts it to "file://localhost/C:/webkit/ga/LayoutTests/fast%2Fcss%2Fbutton-height.html".

https://github.com/WebKit/webkit/blob/82bae82cf0f329dbe21059ef0986c4e92fea4ba6/Tools/DumpRenderTree/win/DumpRenderTree.cpp#L1135
> url = CFURLCreateWithFileSystemPath(0, str, kCFURLWindowsPathStyle, false);

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180808/63774d49/attachment.html>


More information about the webkit-unassigned mailing list