RESOLVED FIXED 31818
scm_unittest.py is too slow
https://bugs.webkit.org/show_bug.cgi?id=31818
Summary scm_unittest.py is too slow
Eric Seidel (no email)
Reported 2009-11-23 20:16:03 PST
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.
Attachments
Patch (1.60 KB, patch)
2009-12-15 00:27 PST, Adam Barth
eric: review+
Adam Barth
Comment 1 2009-12-15 00:27:18 PST
WebKit Review Bot
Comment 2 2009-12-15 00:28:03 PST
style-queue ran check-webkit-style on attachment 44851 [details] without any errors.
Eric Seidel (no email)
Comment 3 2009-12-15 00:31:17 PST
Comment on attachment 44851 [details] Patch You might consider using .remove() instead. Also needs a #HACK or #FIXME comment.
Adam Barth
Comment 4 2009-12-15 00:57:53 PST
Note You need to log in before you can comment on or make changes to this bug.