[Webkit-unassigned] [Bug 91181] nrwt failing with worker/ raised UnicodeDecodeError
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 12 19:38:25 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=91181
--- Comment #3 from Dirk Pranke <dpranke at chromium.org> 2012-07-12 19:38:25 PST ---
As a workaround, all you need to do is change:
File "/sdb1/chrome/1/src/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/test_result_writer.py", line 163, in write_stderr
self._write_text_file(filename, error)
to self._write_binary_file(filename, error)
this would probably be a reasonable change to make, period. I don't think we have a strong requirement that stderr is utf-8 :).
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list