Changeset 90429 in webkit
- Timestamp:
- Jul 5, 2011, 8:11:44 PM (15 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Scripts/run-webkit-tests (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r90428 r90429 1 2011-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 1 12 2011-07-05 Adam Barth <abarth@webkit.org> 2 13 -
trunk/Tools/Scripts/run-webkit-tests
r90420 r90429 70 70 # Example: return runningOnBuildBot() && isLeopard(); 71 71 # 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()); 73 73 } 74 74
Note:
See TracChangeset
for help on using the changeset viewer.