[Webkit-unassigned] [Bug 31818] New: scm_unittest.py is too slow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 23 20:16:04 PST 2009


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

           Summary: scm_unittest.py is too slow
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: abarth at webkit.org, evan at chromium.org


scm_unittest.py is too slow

If you run run-webkit-unittests -v you'll see that we spend basically all of
our time running the unit tests running the scm usit tests.  This is because we
create a new svn and git repository on every test and that's slow.  We should
find a better way to opt-in to creating a new repository so that we can have
faster overall testing.

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