Changeset 98074 in webkit


Ignore:
Timestamp:
Oct 20, 2011 11:49:08 PM (13 years ago)
Author:
eric@webkit.org
Message:

Switch webkit2 bot to NRWT
https://bugs.webkit.org/show_bug.cgi?id=56729

Reviewed by Adam Barth.

Move the WK2 bot to using NRWT instead of ORWT, as announced on webkit-dev:
https://lists.webkit.org/pipermail/webkit-dev/2011-October/018337.html

  • Scripts/run-webkit-tests:

(runningOnBuildBot):
(useNewRunWebKitTests):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r98071 r98074  
     12011-10-20  Eric Seidel  <eric@webkit.org>
     2
     3        Switch webkit2 bot to NRWT
     4        https://bugs.webkit.org/show_bug.cgi?id=56729
     5
     6        Reviewed by Adam Barth.
     7
     8        Move the WK2 bot to using NRWT instead of ORWT, as announced on webkit-dev:
     9        https://lists.webkit.org/pipermail/webkit-dev/2011-October/018337.html
     10
     11        * Scripts/run-webkit-tests:
     12        (runningOnBuildBot):
     13        (useNewRunWebKitTests):
     14
    1152011-10-20  Eric Seidel  <eric@webkit.org>
    216
  • trunk/Tools/Scripts/run-webkit-tests

    r97567 r98074  
    5656}
    5757
    58 # We could use isWebKit2() instead of our own custom usingWebKit2(), but then
    59 # we'd have to be careful to add -2 or --webkit-test-runner back into @ARGV below.
    60 sub usingWebKit2()
    61 {
    62     # If either -2 or --webkit-test-runner is passed, we're supposed to use WebKit2.
    63     # NRWT's WebKit2 support is still a work in progress:
    64     # https://bugs.webkit.org/show_bug.cgi?id=56729
    65     return grep(/(-2|--webkit-test-runner)/, @ARGV);
    66 }
    67 
    6858sub usingLeaks()
    6959{
     
    9181    }
    9282
    93     return ((isLeopard() or isSnowLeopard() or isLion() or isGtk()) and !usingWebKit2() and !usingLeaks());
     83    return ((isLeopard() or isSnowLeopard() or isLion() or isGtk()) and !usingLeaks());
    9484}
    9585
Note: See TracChangeset for help on using the changeset viewer.