<div dir="ltr">> <span style="font-family:arial,sans-serif;font-size:13px">I don't get this directory called "lldb-test-traces" in my root build dir (with a ninja build). My build directory is ~/src/staging/build/ and I just ran some tests as follows:</span><br style="font-family:arial,sans-serif;font-size:13px">
<div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">Ah ok - the lldb-test-traces directory is really a manifestation of a flag added to the 'ninja check-lldb' target or the 'make -C tools/lldb/test' target.  If you don't use those, and you don't use another flag to dotest.py (I think -s off the top of my head), then it will default to a date/timestamp-based directory.  You are looking in the right place for the way you ran it (although those dirs will add up unless you do a 'rm -rf 2014-*' occasionally).</span></div>
<div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">Glad the error went away after a fresh sync!</span></div><div><span style="font-family:arial,sans-serif;font-size:13px"><br>
</span></div><div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jul 23, 2014 at 1:39 AM, Matthew Gardiner <span dir="ltr"><<a href="mailto:mg11@csr.com" target="_blank">mg11@csr.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">Todd Fiala wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
doesn't elsewhere.  The test run should have made a directory called "lldb-test-traces".  They go in different places depending on ninja vs. make builds.  In ninja builds, it will be in your root build dir.  In make builds it will be in the {my-build-dir}/tools/lldb/test dir.  In that directory, you get a trace log file (*) for every test run that did not succeed - either because it was skipped, it failed (i.e. test assertion failed), it had an error (i.e. it failed but not because of an assert - something happened that was entirely unexpected like an i/o issue, seg fault, etc.), or it unexpectedly passed - marked xfail but succeeded.  So - you should have a file called something like "Failed*test_stdcxx_disasm*.<u></u>log" in that directory.  You could look at the contents of that and see what failed.<br>

</blockquote>
<br></div>
I don't get this directory called "lldb-test-traces" in my root build dir (with a ninja build). My build directory is ~/src/staging/build/ and I just ran some tests as follows:<br>
<br>
<br>
~/src/staging/llvm/tools/lldb/<u></u>test<br>
$LD_LIBRARY_PATH=/home/mg11/<u></u>src/staging/build/lib/ PYTHONPATH=/home/mg11/src/<u></u>staging/build/lib/python2.7/<u></u>site-packages/ python dotest.py --executable=/home/mg11/src/<u></u>staging/build/bin/lldb -v --compiler=gcc -q .<br>

<br>
Instead my log files, it seems, are under here:<br>
<br>
~/src/staging/llvm/tools/lldb/<u></u>test/<a href="tel:2014-07-23-09" value="+12014072309" target="_blank">2014-07-23-09</a>_19_57<br>
<br>
Perhaps the destination of the log-files is effected by certain dotest.py arguments and environment variables. I do see some *LOG* environment variables inspected in the python, but I've not pursued this in anger.<br>

<br>
Matt<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
Member of the CSR plc group of companies. CSR plc registered in England and Wales, registered number 4187346, registered office Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, United Kingdom<br>

More information can be found at <a href="http://www.csr.com" target="_blank">www.csr.com</a>. Keep up to date with CSR on our technical blog, <a href="http://www.csr.com/blog" target="_blank">www.csr.com/blog</a>, CSR people blog, <a href="http://www.csr.com/people" target="_blank">www.csr.com/people</a>, YouTube, <a href="http://www.youtube.com/user/CSRplc" target="_blank">www.youtube.com/user/CSRplc</a>, Facebook, <a href="http://www.facebook.com/pages/CSR/191038434253534" target="_blank">www.facebook.com/pages/CSR/<u></u>191038434253534</a>, or follow us on Twitter at <a href="http://www.twitter.com/CSR_plc" target="_blank">www.twitter.com/CSR_plc</a>.<br>

New for 2014, you can now access the wide range of products powered by aptX at <a href="http://www.aptx.com" target="_blank">www.aptx.com</a>.<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><table cellspacing="0" cellpadding="0" style="color:rgb(136,136,136);font-family:'Times New Roman'"><tbody><tr style="color:rgb(85,85,85);font-family:sans-serif;font-size:small">
<td nowrap style="border-top-style:solid;border-top-color:rgb(213,15,37);border-top-width:2px">Todd Fiala |</td><td nowrap style="border-top-style:solid;border-top-color:rgb(51,105,232);border-top-width:2px"> Software Engineer |</td>
<td nowrap style="border-top-style:solid;border-top-color:rgb(0,153,57);border-top-width:2px"> <a href="mailto:tfiala@google.com" style="color:rgb(17,85,204)" target="_blank"><span style="background-color:rgb(255,255,204);color:rgb(34,34,34);background-repeat:initial initial">tfiala@google.com</span></a> |</td>
<td nowrap style="border-top-style:solid;border-top-color:rgb(238,178,17);border-top-width:2px"><font color="#1155cc"> <a>650-943-3180</a></font></td></tr></tbody></table><br></div>
</div>