[Lldb-commits] [lldb] [LLDB] Display artificial __promise and __coro_frame variables. (PR #71928)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 10 04:16:07 PST 2023


Michael137 wrote:

> Is there a way to run the tests under `lldb/test/API/` directory? `ninja check-lldb` doesn't seem to run these tests on my linux machine.
> 
> ```
>  ./bin/llvm-lit -sv  <llvm-project-path>/lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/coroutine_handle/    
> 
> Testing Time: 0.02s
> 
> Total Discovered Tests: 1
>   Unsupported: 1 (100.00%)
> ```

Did you configure your build with `LLDB_INCLUDE_TESTS=ON` and `LLDB_INCLUDE_PYTHON=ON`? Those CMake variables are necessary to get the API tests to run

https://github.com/llvm/llvm-project/pull/71928


More information about the lldb-commits mailing list