Title: [110060] trunk/Tools
Revision
110060
Author
ph...@webkit.org
Date
2012-03-07 09:11:05 -0800 (Wed, 07 Mar 2012)

Log Message

Unreviewed, GTK build fix after r110059.

* Scripts/run-gtk-tests:
(TestRunner._check_if_tests_have_timed_out):
(TestRunner.run.run_tests):
(TestRunner):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (110059 => 110060)


--- trunk/Tools/ChangeLog	2012-03-07 16:58:25 UTC (rev 110059)
+++ trunk/Tools/ChangeLog	2012-03-07 17:11:05 UTC (rev 110060)
@@ -1,5 +1,14 @@
 2012-03-07  Philippe Normand  <pnorm...@igalia.com>
 
+        Unreviewed, GTK build fix after r110059.
+
+        * Scripts/run-gtk-tests:
+        (TestRunner._check_if_tests_have_timed_out):
+        (TestRunner.run.run_tests):
+        (TestRunner):
+
+2012-03-07  Philippe Normand  <pnorm...@igalia.com>
+
         [GTK] race condition in run-gtk-tests
         https://bugs.webkit.org/show_bug.cgi?id=80495
 

Modified: trunk/Tools/Scripts/run-gtk-tests (110059 => 110060)


--- trunk/Tools/Scripts/run-gtk-tests	2012-03-07 16:58:25 UTC (rev 110059)
+++ trunk/Tools/Scripts/run-gtk-tests	2012-03-07 17:11:05 UTC (rev 110060)
@@ -107,7 +107,7 @@
         self._timed_out = True
         return True
 
-    def _ensure_accessibility_daemon_is_running(self, jhbuild_path):
+    def _ensure_accessibility_daemon_is_running(self, jhbuild_path, test_env):
         a11y_registryd_path = self._lookup_atspi2_binary(jhbuild_path, 'at-spi2-registryd')
         if a11y_registryd_path:
             try:
@@ -148,7 +148,7 @@
         self._start_time = time.time()
 
         def run_tests():
-            self._ensure_accessibility_daemon_is_running(jhbuild_path)
+            self._ensure_accessibility_daemon_is_running(jhbuild_path, test_env)
 
             for test in self._tests:
                 out = self._executive.run_command([jhbuild_path ,'gtester', test], env=test_env,
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to