On Fri, Jul 12, 2013 at 3:40 PM, Samuel Jacob <[email protected]> wrote:
> 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? > (Ubuntu 13.04, Python 2.7.4, gcc 4.7.3) > > $ ninja check-lldb > .... > Ran 262 tests. > Failing Tests (76) > FAIL: LLDB (suite) :: TestCallStdStringFunction.py (Linux > jacobs-lnx.eng.vmware.com 3.8.0-25-generic #37-Ubuntu SMP Thu Jun 6 > 20:47:07 UTC 2013 x86_64 x86_64) > FAIL: LLDB (suite) :: TestFormatters.py (Linux > jacobs-lnx.eng.vmware.com3.8.0-25-generic #37-Ubuntu SMP Thu Jun 6 20:47:07 > UTC 2013 x86_64 x86_64) > FAIL: LLDB (suite) :: Test11588.py (Linux > jacobs-lnx.eng.vmware.com3.8.0-25-generic #37-Ubuntu SMP Thu Jun 6 20:47:07 > UTC 2013 x86_64 x86_64) > FAIL: LLDB (suite) :: TestBitfields.py (Linux > jacobs-lnx.eng.vmware.com3.8.0-25-generic #37-Ubuntu SMP Thu Jun 6 20:47:07 > UTC 2013 x86_64 x86_64) > FAIL: LLDB (suite) :: TestAnonymous.py (Linux > jacobs-lnx.eng.vmware.com3.8.0-25-generic #37-Ubuntu SMP Thu Jun 6 20:47:07 > UTC 2013 x86_64 x86_64) > FAIL: LLDB (suite) :: TestVirtual.py (Linux > jacobs-lnx.eng.vmware.com3.8.0-25-generic #37-Ubuntu SMP Thu Jun 6 20:47:07 > UTC 2013 x86_64 x86_64) > FAIL: LLDB (suite) :: TestCPPExceptionBreakpoints.py (Linux > jacobs-lnx.eng.vmware.com 3.8.0-25-generic #37-Ubuntu SMP Thu Jun 6 > 20:47:07 UTC 2013 x86_64 x86_64) > We could run the Linux test suite yesterday with no errors. 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: CC=clang cmake -DCMAKE_CXX_FLAGS="-fcolor-diagnostics" -DCMAKE_BUILD_TYPE=Debug -C ../llvm -G Ninja -Mike
_______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
