Title: [90305] trunk/Tools
Revision
90305
Author
[email protected]
Date
2011-07-01 17:45:09 -0700 (Fri, 01 Jul 2011)

Log Message

2011-07-01  Adam Barth  <[email protected]>

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

        * Scripts/run-webkit-tests:
        * Scripts/webkitpy/layout_tests/port/http_lock.py:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (90304 => 90305)


--- trunk/Tools/ChangeLog	2011-07-02 00:43:45 UTC (rev 90304)
+++ trunk/Tools/ChangeLog	2011-07-02 00:45:09 UTC (rev 90305)
@@ -1,5 +1,12 @@
 2011-07-01  Adam Barth  <[email protected]>
 
+        Turn off new-run-webkit-tests and remove some debug logging.
+
+        * Scripts/run-webkit-tests:
+        * Scripts/webkitpy/layout_tests/port/http_lock.py:
+
+2011-07-01  Adam Barth  <[email protected]>
+
         Add some more debug logging to try to understand why we're getting
         stuck acquring the HTTP lock.
 

Modified: trunk/Tools/Scripts/run-webkit-tests (90304 => 90305)


--- trunk/Tools/Scripts/run-webkit-tests	2011-07-02 00:43:45 UTC (rev 90304)
+++ trunk/Tools/Scripts/run-webkit-tests	2011-07-02 00:45:09 UTC (rev 90305)
@@ -69,7 +69,7 @@
     # new-run-webkit-tests by default.
     # Example: return runningOnBuildBot() && isLeopard();
     # would enable new-run-webkit-tests on only the leopard buildbots.
-    return (isSnowLeopard() and !usingWebKit2());
+    return 0;
 }
 
 my $harnessName = "old-run-webkit-tests";

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/port/http_lock.py (90304 => 90305)


--- trunk/Tools/Scripts/webkitpy/layout_tests/port/http_lock.py	2011-07-02 00:43:45 UTC (rev 90304)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/http_lock.py	2011-07-02 00:45:09 UTC (rev 90305)
@@ -104,7 +104,6 @@
             _log.debug("OSError: %s" % e)
             return
         result = int(current_pid)
-        _log.debug("Current lock pid: %s" % result)
         return result
 
     def _create_lock_file(self):
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to