Title: [114583] trunk/Tools
- Revision
- 114583
- Author
- [email protected]
- Date
- 2012-04-18 16:56:47 -0700 (Wed, 18 Apr 2012)
Log Message
Fix crash in chromium.py after r114877.
Unreviewed, build fix.
Missed updating one call site for get_crash_log() :(.
* Scripts/webkitpy/layout_tests/port/chromium.py:
(ChromiumDriver.run_test):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (114582 => 114583)
--- trunk/Tools/ChangeLog 2012-04-18 23:38:07 UTC (rev 114582)
+++ trunk/Tools/ChangeLog 2012-04-18 23:56:47 UTC (rev 114583)
@@ -1,3 +1,14 @@
+2012-04-18 Dirk Pranke <[email protected]>
+
+ Fix crash in chromium.py after r114877.
+
+ Unreviewed, build fix.
+
+ Missed updating one call site for get_crash_log() :(.
+
+ * Scripts/webkitpy/layout_tests/port/chromium.py:
+ (ChromiumDriver.run_test):
+
2012-04-18 Philippe Normand <[email protected]>
[GTK] NRWT bails out if more than one X server runs on the machine
Modified: trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium.py (114582 => 114583)
--- trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium.py 2012-04-18 23:38:07 UTC (rev 114582)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium.py 2012-04-18 23:56:47 UTC (rev 114583)
@@ -601,7 +601,7 @@
crashed_process_name = self._port.driver_name()
if self._proc:
crashed_pid = self._proc.pid
- crash_log = self._port._get_crash_log(crashed_process_name, crashed_pid, text, error)
+ crash_log = self._port._get_crash_log(crashed_process_name, crashed_pid, text, error, newer_than=start_time)
if text:
error = error + text
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes