Title: [87953] trunk/Tools
Revision
87953
Author
[email protected]
Date
2011-06-02 14:36:45 -0700 (Thu, 02 Jun 2011)

Log Message

2011-06-02  Sheriff Bot  <[email protected]>

        Unreviewed, rolling out r87946.
        http://trac.webkit.org/changeset/87946
        https://bugs.webkit.org/show_bug.cgi?id=61965

        Cause NRWT to break (Requested by abarth|gardener on #webkit).

        * Scripts/webkitpy/layout_tests/layout_package/worker.py:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (87952 => 87953)


--- trunk/Tools/ChangeLog	2011-06-02 21:35:16 UTC (rev 87952)
+++ trunk/Tools/ChangeLog	2011-06-02 21:36:45 UTC (rev 87953)
@@ -1,3 +1,13 @@
+2011-06-02  Sheriff Bot  <[email protected]>
+
+        Unreviewed, rolling out r87946.
+        http://trac.webkit.org/changeset/87946
+        https://bugs.webkit.org/show_bug.cgi?id=61965
+
+        Cause NRWT to break (Requested by abarth|gardener on #webkit).
+
+        * Scripts/webkitpy/layout_tests/layout_package/worker.py:
+
 2011-06-02  Dimitri Glazkov  <[email protected]>
 
         Reviewed by Darin Adler.

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/layout_package/worker.py (87952 => 87953)


--- trunk/Tools/Scripts/webkitpy/layout_tests/layout_package/worker.py	2011-06-02 21:35:16 UTC (rev 87952)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/layout_package/worker.py	2011-06-02 21:36:45 UTC (rev 87953)
@@ -110,7 +110,6 @@
                 self._worker_connection.post_message('exception',
                     (exception_type, exception_value, None))
             self._worker_connection.post_message('done')
-            self.cleanup()
 
     def handle_test_list(self, src, list_name, test_list):
         if list_name == "tests_to_http_lock":
@@ -145,7 +144,6 @@
         self.clean_up_after_test(test_input, result)
 
     def cleanup(self):
-        _log.debug("Cleaning up %s" % self._name)
         if self._driver:
             self.kill_driver()
         if self._has_http_lock:
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to