On Fri, Nov 4, 2011 at 2:39 PM, Ryan Leavengood <leaveng...@gmail.com>wrote:

> I would also like to throw out the idea of pulling the layout tests
> out into their own repo, maybe even per platform.


How do we keep webkit/layout repositories in sync?


> Currently the huge number of layout tests in WebKit make many git
> operations unbearably
> slow, such as git status, which basically does a stat() on every file in a
> repo when the plain git status is used. Even on Linux where stat() is
> mega-fast it takes many seconds to show git status even on a clean checkout
> (at least on my laptop, which admittedly isn't the
> fastest.) It is worse on other platforms with a slower stat().
>

Even if we put in a separate repo, you'll likely need to checkout all of
them anyway because if your patch ever require baselines in some port that
you don't work on, you'll still need to rebaseline them.

But I expect there might be a lot of pushback on such an idea,
> especially just to make one tool run faster.
>

Indeed, I'm against this idea.

- Ryosuke
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to