RESOLVED FIXED 116125
pathSuitableForTestResult returns duplicate path
https://bugs.webkit.org/show_bug.cgi?id=116125
Summary pathSuitableForTestResult returns duplicate path
Alex Christensen
Reported 2013-05-14 15:10:48 PDT
When running LayoutTests/webarchive/loading/test-loading-archive-subresource-null-mimetype.html, WTR::pathSuitableForTestResult is given the string "file:///test.png" and returns "test.png/test.png" because WKURLCopyPath returns "/test.png" which sets indexBaseName to 0, which is not handled correctly. This patch fixes this minor bug which is only encountered in this test case, which should be unskipped.
Attachments
Patch (4.84 KB, patch)
2013-05-14 15:15 PDT, Alex Christensen
no flags
Archive of layout-test-results from webkit-cq-03 for mac-mountainlion (818.04 KB, application/zip)
2013-05-14 18:40 PDT, WebKit Commit Bot
no flags
Archive of layout-test-results from webkit-ews-04 for mac-mountainlion (722.42 KB, application/zip)
2013-05-15 04:46 PDT, Build Bot
no flags
Patch (11.35 KB, patch)
2013-05-20 12:03 PDT, Alex Christensen
no flags
Patch (12.92 KB, patch)
2013-05-20 12:10 PDT, Alex Christensen
no flags
Patch (12.68 KB, patch)
2013-05-20 12:55 PDT, Alex Christensen
no flags
Patch (12.82 KB, patch)
2013-05-20 13:41 PDT, Alex Christensen
no flags
Alex Christensen
Comment 1 2013-05-14 15:15:57 PDT
WebKit Commit Bot
Comment 2 2013-05-14 18:39:59 PDT
Comment on attachment 201763 [details] Patch Rejecting attachment 201763 [details] from commit-queue. New failing tests: webarchive/loading/test-loading-archive-subresource-null-mimetype.html Full output: http://webkit-queues.appspot.com/results/468672
WebKit Commit Bot
Comment 3 2013-05-14 18:40:00 PDT
Created attachment 201777 [details] Archive of layout-test-results from webkit-cq-03 for mac-mountainlion The attached test failures were seen while running run-webkit-tests on the commit-queue. Bot: webkit-cq-03 Port: mac-mountainlion Platform: Mac OS X 10.8.3
Build Bot
Comment 4 2013-05-15 04:46:22 PDT
Comment on attachment 201763 [details] Patch Attachment 201763 [details] did not pass mac-ews (mac): Output: http://webkit-queues.appspot.com/results/480010 New failing tests: webarchive/loading/test-loading-archive-subresource-null-mimetype.html
Build Bot
Comment 5 2013-05-15 04:46:23 PDT
Created attachment 201818 [details] Archive of layout-test-results from webkit-ews-04 for mac-mountainlion The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: webkit-ews-04 Port: mac-mountainlion Platform: Mac OS X 10.8.2
Alex Christensen
Comment 6 2013-05-15 11:42:23 PDT
One of these failures is my fault. I should have made pathSuitableForTestResult behave the same as DumpRenderTree's _drt_descriptionSuitableForTestResult
Alex Christensen
Comment 7 2013-05-20 12:03:33 PDT
Alex Christensen
Comment 8 2013-05-20 12:10:25 PDT
Tim Horton
Comment 9 2013-05-20 12:20:34 PDT
Comment on attachment 202301 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=202301&action=review > Tools/ChangeLog:22 > + Pass the main frame's URL to pathSuitableForTestResult. > + (WTR::dumpResponseDescriptionSuitableForTestResult): > + Pass the main frame's URL to pathSuitableForTestResult. > + (WTR::InjectedBundlePage::willPerformClientRedirectForFrame): > + Pass the main frame's URL to pathSuitableForTestResult. > + (WTR::InjectedBundlePage::didInitiateLoadForResource): > + Pass the main frame's URL to pathSuitableForTestResult. > + (WTR::InjectedBundlePage::willSendRequestForFrame): > + Pass the main frame's URL to pathSuitableForTestResult. > + (WTR::InjectedBundlePage::didReceiveResponseForResource): > + Pass the main frame's URL to pathSuitableForTestResult. You could have this once at the bottom of the set of things-that-have-the-same-comment. > Tools/WebKitTestRunner/InjectedBundle/InjectedBundlePage.cpp:605 > + static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->willPerformClientRedirectForFrame(frame, url, delay, date, WKBundleFrameCopyURL(WKBundlePageGetMainFrame(page))); Who owns the string copy you're making here? Who will free it?
Alex Christensen
Comment 10 2013-05-20 12:55:09 PDT
Alex Christensen
Comment 11 2013-05-20 13:41:16 PDT
Tim Horton
Comment 12 2013-05-20 13:55:13 PDT
Comment on attachment 202315 [details] Patch Looks reasonable to me, assuming the tests pass.
WebKit Commit Bot
Comment 13 2013-05-20 16:27:43 PDT
Comment on attachment 202315 [details] Patch Clearing flags on attachment: 202315 Committed r150386: <http://trac.webkit.org/changeset/150386>
WebKit Commit Bot
Comment 14 2013-05-20 16:27:46 PDT
All reviewed patches have been landed. Closing bug.
WebKit Commit Bot
Comment 15 2013-05-21 13:18:38 PDT
Re-opened since this is blocked by bug 116572
Alexey Proskuryakov
Comment 16 2013-08-08 10:41:02 PDT
Committed with minor tweaks in <http://trac.webkit.org/changeset/153830>.
Note You need to log in before you can comment on or make changes to this bug.