Title: [173899] trunk/Tools
Revision
173899
Author
roger_f...@apple.com
Date
2014-09-23 16:34:49 -0700 (Tue, 23 Sep 2014)

Log Message

[Windows] Add some logging to debug a problem with the Windows bots that causes layout tests to exit early.
* Scripts/webkitpy/port/driver.py:
(Driver):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (173898 => 173899)


--- trunk/Tools/ChangeLog	2014-09-23 23:07:28 UTC (rev 173898)
+++ trunk/Tools/ChangeLog	2014-09-23 23:34:49 UTC (rev 173899)
@@ -1,3 +1,10 @@
+2014-09-23  Roger Fong  <roger_f...@apple.com>
+
+        [Windows] Add some logging to debug a problem with the Windows bots that causes layout tests to exit early.
+
+        * Scripts/webkitpy/port/driver.py:
+        (Driver):
+
 2014-09-23  Jer Noble  <jer.no...@apple.com>
 
         [Tools] git-commit uses wrong ChangeLog when run from a subdirectory

Modified: trunk/Tools/Scripts/webkitpy/port/driver.py (173898 => 173899)


--- trunk/Tools/Scripts/webkitpy/port/driver.py	2014-09-23 23:07:28 UTC (rev 173898)
+++ trunk/Tools/Scripts/webkitpy/port/driver.py	2014-09-23 23:34:49 UTC (rev 173899)
@@ -392,6 +392,7 @@
         else:
             command = self._port.abspath_for_test(driver_input.test_name)
             if sys.platform == 'cygwin':
+				_log.error("Command for cygpath: %s" % command)
                 command = path.cygpath(command)
 
         assert not driver_input.image_hash or driver_input.should_run_pixel_test
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to