Changeset 90305 in webkit
- Timestamp:
- Jul 1, 2011, 5:45:09 PM (14 years ago)
- Location:
- trunk/Tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r90300 r90305 1 2011-07-01 Adam Barth <abarth@webkit.org> 2 3 Turn off new-run-webkit-tests and remove some debug logging. 4 5 * Scripts/run-webkit-tests: 6 * Scripts/webkitpy/layout_tests/port/http_lock.py: 7 1 8 2011-07-01 Adam Barth <abarth@webkit.org> 2 9 -
trunk/Tools/Scripts/run-webkit-tests
r90263 r90305 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 0; 73 73 } 74 74 -
trunk/Tools/Scripts/webkitpy/layout_tests/port/http_lock.py
r90300 r90305 105 105 return 106 106 result = int(current_pid) 107 _log.debug("Current lock pid: %s" % result)108 107 return result 109 108
Note:
See TracChangeset
for help on using the changeset viewer.