RE: https://reviews.llvm.org/D65311

Internally we use dotest to run the lldb test suite with various RTOS 
configurations for the test binaries. In these runs we don't care about the lit 
tests or the unit tests, because they are OS agnostic. We do this by specifying 
the compiler, lldb, and test flavor (static testcase + os, dynamic library 
testcase loaded by an OS image, dynamic library testcase loaded by an OS image 
running the OS' debug stub).

With the multiprocess testrunner removed, how do I have lit:

  1.  Only run the lldb test suite
  2.  Run dotest with specific arguments

We're not running cmake; we're taking an existing tools build and running the 
tests from the source directory using the toolset.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to