HomeSort by relevance Sort by last modified time
    Searched refs:crash_log (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
driver.py 63 crashed_pid=None, crash_log=None, pid=None):
73 self.crash_log = crash_log
172 crash_log = None
174 self.error_from_test, crash_log = self._get_crash_log(text, self.error_from_test, newer_than=start_time)
177 if not crash_log:
179 crash_log = 'No crash log found for %s:%s.\n' % (self._crashed_process_name, pid_str)
182 crash_log += 'Process failed to become responsive before timing out.\n'
186 crash_log += '\nstdout:\n%s\nstderr:\n%s\n' % (text, self.error_from_test)
192 crashed_pid=self._crashed_pid, crash_log=crash_log, pid=pid
    [all...]
test.py 632 crash_log = ''
635 crash_log = crash_logs.find_newest_log(crashed_process_name, None) or ''
646 crashed_pid=crashed_pid, crash_log=crash_log,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
test_result_writer.py 66 writer.write_crash_log(crashed_driver_output.crash_log)
165 def write_crash_log(self, crash_log):
167 self._write_text_file(filename, crash_log)
manager.py 343 for test, crash_log in crash_logs.iteritems():
345 writer.write_crash_log(crash_log)

Completed in 115 milliseconds