[Webkit-unassigned] [Bug 103900] New: Many webkitpy unit tests can be run standalone, are executable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 3 08:55:26 PST 2012


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

           Summary: Many webkitpy unit tests can be run standalone, are
                    executable
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zandobersek at gmail.com
                CC: eric at webkit.org, abarth at webkit.org, ojan at chromium.org,
                    dpranke at chromium.org


There are many unit tests in webkitpy containing the following two lines at the bottom:

if __name__=='__main__':
    unittest.main()

Some unit test files are even executable and/or containing the shebang line at the top of the file.

I guess there was once a tendency to be able to run only specific unit tests. Given that today the tests, when running test-webkitpy, are run in parallel and can be narrowed down via the command line, is there still a requirement for that?

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