https://bugs.webkit.org/show_bug.cgi?id=91181
Reviewed by Dirk Pranke.
* Scripts/webkitpy/layout_tests/controllers/test_result_writer.py:
(TestResultWriter.write_stderr):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@122551
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-07-13 David Grogan <dgrogan@chromium.org>
+
+ nrwt: don't choke when printing invalid utf-8 to stderr
+ https://bugs.webkit.org/show_bug.cgi?id=91181
+
+ Reviewed by Dirk Pranke.
+
+ * Scripts/webkitpy/layout_tests/controllers/test_result_writer.py:
+ (TestResultWriter.write_stderr):
+
2012-07-13 Dirk Pranke <dpranke@chromium.org>
test-webkitpy: more class renaming cleanup
def write_stderr(self, error):
filename = self.output_filename(self.FILENAME_SUFFIX_STDERR + ".txt")
- self._write_text_file(filename, error)
+ self._write_binary_file(filename, error)
def write_crash_log(self, crash_log):
filename = self.output_filename(self.FILENAME_SUFFIX_CRASH_LOG + ".txt")