<div dir="ltr"><div class="gmail_extra">On Fri, Jul 12, 2013 at 3:40 PM, Samuel Jacob <span dir="ltr"><<a href="mailto:samueldotj@gmail.com" target="_blank">samueldotj@gmail.com</a>></span> wrote:<br><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div>Today I try to run test-suite and having trouble with it. 'ninja check-lldb' causing lot of failures, are these failures expected or am I missing some configuration?</div>



<div>(Ubuntu 13.04, Python 2.7.4, gcc 4.7.3)<br></div><div><br></div><div><div>$ ninja check-lldb</div><div>....</div><div><div>Ran 262 tests.</div><div>Failing Tests (76)</div><div>FAIL: LLDB (suite) :: TestCallStdStringFunction.py (Linux <a href="http://jacobs-lnx.eng.vmware.com" target="_blank">jacobs-lnx.eng.vmware.com</a> 3.8.0-25-generic #37-Ubuntu SMP Thu Jun 6 20:47:07 UTC 2013 x86_64 x86_64)</div>



<div>FAIL: LLDB (suite) :: TestFormatters.py (Linux <a href="http://jacobs-lnx.eng.vmware.com" target="_blank">jacobs-lnx.eng.vmware.com</a> 3.8.0-25-generic #37-Ubuntu SMP Thu Jun 6 20:47:07 UTC 2013 x86_64 x86_64)</div>

<div>FAIL: LLDB (suite) :: Test11588.py (Linux <a href="http://jacobs-lnx.eng.vmware.com" target="_blank">jacobs-lnx.eng.vmware.com</a> 3.8.0-25-generic #37-Ubuntu SMP Thu Jun 6 20:47:07 UTC 2013 x86_64 x86_64)</div>

<div>FAIL: LLDB (suite) :: TestBitfields.py (Linux <a href="http://jacobs-lnx.eng.vmware.com" target="_blank">jacobs-lnx.eng.vmware.com</a> 3.8.0-25-generic #37-Ubuntu SMP Thu Jun 6 20:47:07 UTC 2013 x86_64 x86_64)</div>

<div>FAIL: LLDB (suite) :: TestAnonymous.py (Linux <a href="http://jacobs-lnx.eng.vmware.com" target="_blank">jacobs-lnx.eng.vmware.com</a> 3.8.0-25-generic #37-Ubuntu SMP Thu Jun 6 20:47:07 UTC 2013 x86_64 x86_64)</div>


<div>FAIL: LLDB (suite) :: TestVirtual.py (Linux <a href="http://jacobs-lnx.eng.vmware.com" target="_blank">jacobs-lnx.eng.vmware.com</a> 3.8.0-25-generic #37-Ubuntu SMP Thu Jun 6 20:47:07 UTC 2013 x86_64 x86_64)</div><div>

FAIL: LLDB (suite) :: TestCPPExceptionBreakpoints.py (Linux <a href="http://jacobs-lnx.eng.vmware.com" target="_blank">jacobs-lnx.eng.vmware.com</a> 3.8.0-25-generic #37-Ubuntu SMP Thu Jun 6 20:47:07 UTC 2013 x86_64 x86_64)</div>

</div></div></blockquote></div><div class="gmail_extra"><br></div>We could run the Linux test suite yesterday with no errors.</div><div class="gmail_extra"><br>We do have to add CC=clang when doing the cmake step, otherwise several of the samples would fail to build and error out. Like this:</div>

<div class="gmail_extra"><br></div><div class="gmail_extra">CC=clang cmake -DCMAKE_CXX_FLAGS="-fcolor-diagnostics" -DCMAKE_BUILD_TYPE=Debug -C ../llvm -G Ninja<br></div><div class="gmail_extra"> -Mike<br></div>
</div>