<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jan 25, 2016, at 6:48 PM, Todd Fiala via lldb-dev <<a href="mailto:lldb-dev@lists.llvm.org" class="">lldb-dev@lists.llvm.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Not sure exactly what it is, but all the tests are failing due to some bad assumptions of unicode vs. str on Python 2 vs. 3 if I had to guess.<div class=""><br class=""></div></div></div></blockquote><div><br class=""></div><div>Author: zturner<br class="">Date: Mon Jan 25 18:59:42 2016<br class="">New Revision: 258759<br class=""><br class="">URL: <a href="http://llvm.org/viewvc/llvm-project?rev=258759&view=rev" class="">http://llvm.org/viewvc/llvm-project?rev=258759&view=rev</a><br class="">Log:<br class="">Write the session log file in UTF-8.<br class=""><br class="">Previously we were writing in the default encoding, which depends<br class="">on the operating system and is not guaranteed to be unicode aware.<br class="">On Python 3, this would lead to a situation where writing unicode<br class="">text to the log file generates an exception.  The fix here is to<br class="">write session logs using the proper encoding, which incidentally<br class="">fixes another test, so xfail is removed from that.<br class=""></div><div><br class=""></div><div>sounds like a likely culprit from what you’re saying</div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class="">I am not going to be able to look at details on that, but here's a link to the log on the OS X builder:</div><div class=""><br class=""></div></div></div></blockquote><div><br class=""></div><div>Do you want me to revert?</div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class=""><a href="http://lab.llvm.org:8080/green/job/lldb_build_test/16166/console" class="">http://lab.llvm.org:8080/green/job/lldb_build_test/16166/console</a><br clear="all" class=""><div class=""><br class=""></div>-- <br class=""><div class="gmail_signature"><div dir="ltr" class="">-Todd</div></div>
</div></div>
_______________________________________________<br class="">lldb-dev mailing list<br class=""><a href="mailto:lldb-dev@lists.llvm.org" class="">lldb-dev@lists.llvm.org</a><br class="">http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev<br class=""></div></blockquote></div><br class=""><div class="">
<div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br class="Apple-interchange-newline">Thanks,</div><div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><i class="">- Enrico</i><br class="">📩 egranata@<font color="#ff2600" class=""></font>.com ☎️ 27683</div>
</div>
<br class=""></body></html>