[lldb-dev] ninja check-lldb hangs on OSX

dawn at burble.org dawn at burble.org
Wed Oct 1 21:49:11 PDT 2014


Thanks Sean!  From this I was able to figure out that I could test 
the cmake+ninja build with:
    ./dotest.py -v --executable <builddir>/bin/lldb
Which I think tested things correctly, did it?  At least the failure
counts were close when compared to the XCode built lldb results.

Thanks!
-Dawn

On Wed, Oct 01, 2014 at 06:04:25PM -0700, Sean Callanan wrote:
> Dawn,
> 
> ninja check-lldb isn???t the way we typically run the test suite on Mac OS.
> The way we do it is by running
> 
> ./dotest.py -v
> 
> in the test/ subdirectory.  The IDE ???Run Tests??? action does (as you surmised) nothing in our project.
> 
> Sean



More information about the lldb-dev mailing list