Changeset 90305 in webkit


Ignore:
Timestamp:
Jul 1, 2011, 5:45:09 PM (14 years ago)
Author:
abarth@webkit.org
Message:

2011-07-01 Adam Barth <abarth@webkit.org>

Turn off new-run-webkit-tests and remove some debug logging.

  • Scripts/run-webkit-tests:
  • Scripts/webkitpy/layout_tests/port/http_lock.py:
Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r90300 r90305  
     12011-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
    182011-07-01  Adam Barth  <abarth@webkit.org>
    29
  • trunk/Tools/Scripts/run-webkit-tests

    r90263 r90305  
    7070    # Example: return runningOnBuildBot() && isLeopard();
    7171    # would enable new-run-webkit-tests on only the leopard buildbots.
    72     return (isSnowLeopard() and !usingWebKit2());
     72    return 0;
    7373}
    7474
  • trunk/Tools/Scripts/webkitpy/layout_tests/port/http_lock.py

    r90300 r90305  
    105105            return
    106106        result = int(current_pid)
    107         _log.debug("Current lock pid: %s" % result)
    108107        return result
    109108
Note: See TracChangeset for help on using the changeset viewer.