[Webkit-unassigned] [Bug 142021] New: Get rid of TestInvocation::pathOrURL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 25 13:14:03 PST 2015


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

            Bug ID: 142021
           Summary: Get rid of TestInvocation::pathOrURL
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: beidson at apple.com

Get rid of TestInvocation::pathOrURL

When running tests using `run-webkit-tests`, the pathOrURL string is always an absolute path.

But when running tests using `WebKitTestRunner <path to test>`, the pathOrURL string can be a relative path.

If you are inside a "special" directory and invoke WebKitTestRunner directly on a test in that directory, then the pathOrURL string does NOT contain that directory name.

Therefore, special behavior based on the directory name does not take place.

The pathOrURL string never really needs to be exposed, so this is a pretty good cleanup.

-- 
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/20150225/d596478f/attachment-0002.html>


More information about the webkit-unassigned mailing list