Bug 76653 - [WK2] WebKitTestRunner converts "file:///" to a path differently
Summary: [WK2] WebKitTestRunner converts "file:///" to a path differently
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks: 76496
  Show dependency treegraph
 
Reported: 2012-01-19 11:54 PST by Alexey Proskuryakov
Modified: 2012-01-21 03:47 PST (History)
2 users (show)

See Also:


Attachments
proposed patch (1.30 KB, patch)
2012-01-19 11:57 PST, Alexey Proskuryakov
no flags Details | Formatted Diff | Diff
Patch (3.08 KB, text/plain)
2012-01-21 03:46 PST, Sergio Villar Senin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2012-01-19 11:54:38 PST
DumpRenderTree prints the last path component to avoid dependence on where tests are located on local disk. 

But when there is no path, platforms disagree. I think that we should still print "/", as Mac does.
Comment 1 Alexey Proskuryakov 2012-01-19 11:57:37 PST
Created attachment 123161 [details]
proposed patch
Comment 2 WebKit Review Bot 2012-01-19 17:11:02 PST
Comment on attachment 123161 [details]
proposed patch

Clearing flags on attachment: 123161

Committed r105465: <http://trac.webkit.org/changeset/105465>
Comment 3 WebKit Review Bot 2012-01-19 17:11:06 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Sergio Villar Senin 2012-01-21 03:46:04 PST
Reopening to attach new patch.
Comment 5 Sergio Villar Senin 2012-01-21 03:46:09 PST
Created attachment 123443 [details]
Patch
Comment 6 Sergio Villar Senin 2012-01-21 03:47:01 PST
Comment on attachment 123443 [details]
Patch

Sorry wrong bug