Title: [90459] trunk/Tools
- Revision
- 90459
- Author
- [email protected]
- Date
- 2011-07-06 08:25:27 -0700 (Wed, 06 Jul 2011)
Log Message
2011-07-06 Xan Lopez <[email protected]>
Reviewed by Gustavo Noronha.
Launch Xvfb (mostly) the same way we were launching it in the
bots, for maximum compatibility.
* Scripts/webkitpy/layout_tests/port/gtk.py:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (90458 => 90459)
--- trunk/Tools/ChangeLog 2011-07-06 15:22:45 UTC (rev 90458)
+++ trunk/Tools/ChangeLog 2011-07-06 15:25:27 UTC (rev 90459)
@@ -1,3 +1,12 @@
+2011-07-06 Xan Lopez <[email protected]>
+
+ Reviewed by Gustavo Noronha.
+
+ Launch Xvfb (mostly) the same way we were launching it in the
+ bots, for maximum compatibility.
+
+ * Scripts/webkitpy/layout_tests/port/gtk.py:
+
2011-07-06 Andreas Kling <[email protected]>
[Qt][WK2] Split Qt API into two different web views (touch and desktop)
Modified: trunk/Tools/Scripts/webkitpy/layout_tests/port/gtk.py (90458 => 90459)
--- trunk/Tools/Scripts/webkitpy/layout_tests/port/gtk.py 2011-07-06 15:22:45 UTC (rev 90458)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/gtk.py 2011-07-06 15:25:27 UTC (rev 90459)
@@ -41,7 +41,7 @@
class GtkDriver(webkit.WebKitDriver):
def start(self):
display_id = self._worker_number + 1
- run_xvfb = ["Xvfb", ":%d" % (display_id)]
+ run_xvfb = ["Xvfb", ":%d -screen 0 800x600x24 -nolisten tcp" % (display_id)]
self._xvfb_process = subprocess.Popen(run_xvfb)
environment = self._port.setup_environ_for_server()
environment['DISPLAY'] = ":%d" % (display_id)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes