<div dir="ltr">Here's the patch I'm using so far to get to the point where dotest is actually running and successfully returning results.  It just doesn't indicate any error results, only a job_begin and a job_end.<div><br></div><div>All this patch does is add use_lldb_suite.py in 2 places, import it, and change a "w" to a "wb".</div><div><br></div><div>The question of why no errors are getting returned is still open.</div><br><div class="gmail_quote"><div dir="ltr">On Fri, May 13, 2016 at 1:33 PM Zachary Turner <<a href="mailto:zturner@google.com">zturner@google.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">zturner added a comment.<br>
<br>
In lldbsuite\test_event\formatter\__init__.py, if I open the file with "wb"<br>
instead of "w" I get further, but I still get other errors.  This might<br>
create a problem because you conditionally set the output file to stderr or<br>
stdout, which are opened for text already, so those will never work with<br>
cPickle.dump().  Do you have any good idea how to fix that?<br>
<br>
In any case, for now I've set it to "wb" and I'm getting further.  It's<br>
returning results back to the unit test, but the results only contain a<br>
begin and an end, but no error results.<br>
<br>
<br>
<a href="http://reviews.llvm.org/D20193" rel="noreferrer" target="_blank">http://reviews.llvm.org/D20193</a><br>
<br>
<br>
<br>
</blockquote></div></div>