Title: [92779] trunk/Tools
Revision
92779
Author
[email protected]
Date
2011-08-10 11:37:58 -0700 (Wed, 10 Aug 2011)

Log Message

Clean up ChromiumDriver a little
https://bugs.webkit.org/show_bug.cgi?id=65995

Unreviewed.

Fix NRWT for chromium.  Silly python.

* Scripts/webkitpy/layout_tests/port/chromium.py:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (92778 => 92779)


--- trunk/Tools/ChangeLog	2011-08-10 18:30:08 UTC (rev 92778)
+++ trunk/Tools/ChangeLog	2011-08-10 18:37:58 UTC (rev 92779)
@@ -3,6 +3,17 @@
         Clean up ChromiumDriver a little
         https://bugs.webkit.org/show_bug.cgi?id=65995
 
+        Unreviewed.
+
+        Fix NRWT for chromium.  Silly python.
+
+        * Scripts/webkitpy/layout_tests/port/chromium.py:
+
+2011-08-10  Eric Seidel  <[email protected]>
+
+        Clean up ChromiumDriver a little
+        https://bugs.webkit.org/show_bug.cgi?id=65995
+
         Reviewed by Adam Barth.
 
         - We no longer support threading, so remove threading specific code.

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium.py (92778 => 92779)


--- trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium.py	2011-08-10 18:30:08 UTC (rev 92778)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium.py	2011-08-10 18:37:58 UTC (rev 92779)
@@ -389,6 +389,7 @@
 
     def __init__(self, port, worker_number):
         Driver.__init__(self, port, worker_number)
+        self._proc = None
         self._image_path = None
         if self._port.get_option('pixel_tests'):
             self._image_path = self._port._filesystem.join(self._port.results_directory(), 'png_result%s.png' % self._worker_number)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to