Folks,

I've managed to tweak things (i.e. get llvm/lldb .sos and python site-packages under build/lib) in order that I can run dotest.py as follows:

$ /mydir/llvm/tools/lldb/test

LD_LIBRARY_PATH=/mydir/build/lib/ PYTHONPATH=/mydir/build/lib/python2.7/site-packages/ python dotest.py --executable=/mydir/build/bin/lldb -v -l --compiler=gcc -q .

I note that the results say:

Ran 1083 tests in 633.125s

FAILED (failures=1, skipped=619, expected failures=54, unexpected successes=15)

Since I've only just managed to get the tests working, are the above results reasonable?

That is are expected failures=54, unexpected successes=15 ok?

The only actual failure I saw was:

FAIL: test_stdcxx_disasm (TestStdCXXDisassembly.StdCXXDisassembleTestCase)
Do 'disassemble' on each and every 'Code' symbol entry from the std c++ lib.

I guess as I run the tests more often, I'll get more of a feel for it, but I just wondered if the above was a reasonable baseline.

All tips/feedback welcome,
Matt



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
More information can be found at www.csr.com. Keep up to date with CSR on our 
technical blog, www.csr.com/blog, CSR people blog, www.csr.com/people, YouTube, 
www.youtube.com/user/CSRplc, Facebook, 
www.facebook.com/pages/CSR/191038434253534, or follow us on Twitter at 
www.twitter.com/CSR_plc.
New for 2014, you can now access the wide range of products powered by aptX at 
www.aptx.com.
_______________________________________________
lldb-dev mailing list
lldb-dev@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to