[webkit-dev] A question about new-run-webkit-tests

Mark Rowe mrowe at apple.com
Fri Mar 18 14:25:21 PDT 2011


On 2011-03-18, at 14:22, Dirk Pranke wrote:

> * There are GTK bots that run NRWT as well as the Chromium bots

Where?  None of the bots on build.webkit.org use it as far as I can tell.  And the run-webkit-tests script contains the following:

sub useNewRunWebKitTests()
{
    # Change this check to control which platforms use
    # new-run-webkit-tests by default.
    # Example: return runningOnBuildBot() && isLeopard();
    # would enable new-run-webkit-tests on only the leopard buildbots.
    return 0;
}

- Mark



More information about the webkit-dev mailing list