⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 90429 in webkit


Ignore:
Timestamp:
Jul 5, 2011, 8:11:44 PM (15 years ago)
Author:
eric@webkit.org
Message:

2011-07-05 Eric Seidel <eric@webkit.org>

Move Qt, Gtk and Leopard to NRWT.

We'll roll out any of these if we see problems.

Reviewed by Adam Barth.

  • Scripts/run-webkit-tests: (useNewRunWebKitTests):
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r90428 r90429  
     12011-07-05  Eric Seidel  <eric@webkit.org>
     2
     3        Move Qt, Gtk and Leopard to NRWT.
     4
     5        We'll roll out any of these if we see problems.
     6
     7        Reviewed by Adam Barth.
     8
     9        * Scripts/run-webkit-tests:
     10        (useNewRunWebKitTests):
     11
    1122011-07-05  Adam Barth  <abarth@webkit.org>
    213
  • trunk/Tools/Scripts/run-webkit-tests

    r90420 r90429  
    7070    # Example: return runningOnBuildBot() && isLeopard();
    7171    # would enable new-run-webkit-tests on only the leopard buildbots.
    72     return (isSnowLeopard() and !usingWebKit2());
     72    return ((isQt() or isGtk() or isLeopard() or isSnowLeopard()) and !usingWebKit2());
    7373}
    7474
Note: See TracChangeset for help on using the changeset viewer.