[lldb-dev] Patch for review: elf-core dump plugin

Michael Sartain mikesart at gmail.com
Fri Jul 12 15:55:22 PDT 2013


On Fri, Jul 12, 2013 at 3:40 PM, Samuel Jacob <samueldotj at gmail.com> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20130712/dc0204e2/attachment.html>


More information about the lldb-dev mailing list