Title: [99935] trunk/Tools
Revision
99935
Author
[email protected]
Date
2011-11-11 01:03:42 -0800 (Fri, 11 Nov 2011)

Log Message

Unreviewed, build fix attempt after r99907. Since that revision
GTK layout tests were not running at all...

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (99934 => 99935)


--- trunk/Tools/ChangeLog	2011-11-11 08:40:02 UTC (rev 99934)
+++ trunk/Tools/ChangeLog	2011-11-11 09:03:42 UTC (rev 99935)
@@ -1,3 +1,10 @@
+2011-11-11  Philippe Normand  <[email protected]>
+
+        Unreviewed, build fix attempt after r99907. Since that revision
+        GTK layout tests were not running at all...
+
+        * Scripts/webkitpy/layout_tests/port/gtk.py:
+
 2011-11-10  Andrew Scherkus  <[email protected]>
 
         [Chromium] only run media GPU layout tests on platforms supporting accelerated compositing

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/port/gtk.py (99934 => 99935)


--- trunk/Tools/Scripts/webkitpy/layout_tests/port/gtk.py	2011-11-11 08:40:02 UTC (rev 99934)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/gtk.py	2011-11-11 09:03:42 UTC (rev 99935)
@@ -44,7 +44,7 @@
 
 
 class GtkDriver(WebKitDriver):
-    def start(self):
+    def _start(self):
         display_id = self._worker_number + 1
         run_xvfb = ["Xvfb", ":%d" % (display_id), "-screen",  "0", "800x600x24", "-nolisten", "tcp"]
         with open(os.devnull, 'w') as devnull:
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to