Title: [90786] trunk/Tools
Revision
90786
Author
mrobin...@webkit.org
Date
2011-07-11 15:29:21 -0700 (Mon, 11 Jul 2011)

Log Message

[GTK] [NRWT] Pixel tests do not work
https://bugs.webkit.org/show_bug.cgi?id=64091

Reviewed by Eric Seidel.

Fix pixel test runs for GTK+ new-run-webkit-tests by exposing the
path to the ImageDiff binary.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (90785 => 90786)


--- trunk/Tools/ChangeLog	2011-07-11 22:24:34 UTC (rev 90785)
+++ trunk/Tools/ChangeLog	2011-07-11 22:29:21 UTC (rev 90786)
@@ -1,3 +1,15 @@
+2011-07-11  Martin Robinson  <mrobin...@igalia.com>
+
+        [GTK] [NRWT] Pixel tests do not work
+        https://bugs.webkit.org/show_bug.cgi?id=64091
+
+        Reviewed by Eric Seidel.
+
+        Fix pixel test runs for GTK+ new-run-webkit-tests by exposing the
+        path to the ImageDiff binary.
+
+        * Scripts/webkitpy/layout_tests/port/gtk.py: Implement _path_to_image_diff.
+
 2011-07-11  Dirk Pranke  <dpra...@chromium.org>
 
         Fix hang on win32 in a multiprocessing test that shouldn't have been running.

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


--- trunk/Tools/Scripts/webkitpy/layout_tests/port/gtk.py	2011-07-11 22:24:34 UTC (rev 90785)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/gtk.py	2011-07-11 22:29:21 UTC (rev 90786)
@@ -77,6 +77,9 @@
     def _path_to_driver(self):
         return self._build_path('Programs', self.driver_name())
 
+    def _path_to_image_diff(self):
+        return self._build_path('Programs', 'ImageDiff')
+
     def check_build(self, needs_http):
         return self._check_driver()
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to