[webkit-dev] Update: new-run-webkit-tests migration
Eric Seidel
eric at webkit.org
Mon Apr 19 01:26:24 PDT 2010
On Mon, Apr 19, 2010 at 12:22 AM, Maciej Stachowiak <mjs at apple.com> wrote:
> - Will these be permanent or temporary conversions?
Temporary. Any permanent conversions will result in further mail to webkit-dev.
> - Which trains will be converted?
Eventually all of them. The plan is to start with Snow Leopard and
test one at a time.
> - Is there anyone to contact besides you if anything goes wrong?
Well, the sheriff-bot knows how to roll out any patches. :) Adam
knows this code as well.
The code to switch new/old on any builder is simply changing this
return statement:
http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/run-webkit-tests#L57
Right now all configurations use old-run-webkit-tests since
useNewRunWebKitTests() always returns false.
> P.S. I would personally prefer to see at least the following bugs fixed
> before any bot is permanently converted to using new-run-webkit-tests:
>
> https://bugs.webkit.org/show_bug.cgi?id=37736
> https://bugs.webkit.org/show_bug.cgi?id=37738
> https://bugs.webkit.org/show_bug.cgi?id=37739
Those are all good bugs. Dirk, Adam, Chris and I are all continuing
to improve new-run-webkit-tests. Others should feel encouraged to
hack on it as well.
-eric
More information about the webkit-dev
mailing list