Title: [101802] trunk/Tools
Revision
101802
Author
[email protected]
Date
2011-12-02 08:30:42 -0800 (Fri, 02 Dec 2011)

Log Message

[GTK] Also run DumpRenderTree under jhbuild
https://bugs.webkit.org/show_bug.cgi?id=73646

Reviewed by Martin Robinson.

* Scripts/webkitpy/layout_tests/port/gtk.py:
(GtkDriver.cmd_line):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (101801 => 101802)


--- trunk/Tools/ChangeLog	2011-12-02 16:30:31 UTC (rev 101801)
+++ trunk/Tools/ChangeLog	2011-12-02 16:30:42 UTC (rev 101802)
@@ -1,3 +1,13 @@
+2011-12-02  Gustavo Noronha Silva  <[email protected]>
+
+        [GTK] Also run DumpRenderTree under jhbuild
+        https://bugs.webkit.org/show_bug.cgi?id=73646
+
+        Reviewed by Martin Robinson.
+
+        * Scripts/webkitpy/layout_tests/port/gtk.py:
+        (GtkDriver.cmd_line):
+
 2011-12-02  Hajime Morrita  <[email protected]>
 
         Unreviewed, rolling out r101751 and r101775.

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


--- trunk/Tools/Scripts/webkitpy/layout_tests/port/gtk.py	2011-12-02 16:30:31 UTC (rev 101801)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/gtk.py	2011-12-02 16:30:42 UTC (rev 101802)
@@ -68,7 +68,11 @@
             self._xvfb_process.wait()
             self._xvfb_process = None
 
+    def cmd_line(self):
+        config_path = self._port.path_from_webkit_base("Tools", "gtk", "jhbuildrc")
+        return ["jhbuild", "-f", config_path, "run"] + WebKitDriver.cmd_line(self)
 
+
 class GtkPort(WebKitPort):
     port_name = "gtk"
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to