Re: [lldb-dev] LLDB remote tests via LIT and specifying threads check-lldb

2019-02-11 Thread Pavel Labath via lldb-dev
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

[lldb-dev] LLDB remote tests via LIT and specifying threads check-lldb

2019-02-11 Thread Omair Javaid via lldb-dev
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 i