[Webkit-unassigned] [Bug 116125] New: pathSuitableForTestResult returns duplicate path

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 14 15:12:21 PDT 2013


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

           Summary: pathSuitableForTestResult returns duplicate path
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P3
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: achristensen at apple.com


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.

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