[lldb-dev] LLDB remote tests via LIT and specifying threads check-lldb
Pavel Labath via lldb-dev
lldb-dev at lists.llvm.org
Mon Feb 11 02:13:55 PST 2019
On 11/02/2019 10:33, Omair Javaid via lldb-dev wrote:
> Hi
>
> I am new to LIT and looking to run lldb testsuite in remote target
> configuration via lit (ninja check-lldb). Also I am looking to
> restrict check-lldb to run a specified number of threads at a time,
> something similar to LLDB_TEST_THREADS=8 used with dotest.py.
> Please share remote testing setup if someone has done it already.
>
> Thanks!
>
Hi Omair,
I am not aware of anyone doing the remote test stuff, but specifying the
number of tests to run in parallel should be as simple as adding
`--threads N` to the lit invocation.
cheers,
pl
More information about the lldb-dev
mailing list