[Lldb-commits] [lldb] [lldb-dap] Assorted small fixes for runInTerminal (PR #140908)
Hu Jialun via lldb-commits
lldb-commits at lists.llvm.org
Wed May 21 21:03:43 PDT 2025
SuibianP wrote:
I still wonder why CI checks (such as [this](https://buildkite.com/llvm-project/github-pull-requests/builds/180533#0196e513-330d-4fe5-8ed4-8e96fc5b1a89)) were `PASS` without catching the errors. I could only guess it is in `isTestSupported`.
https://github.com/llvm/llvm-project/blob/94fdeb76864c5c46ee5503ebf34d5778f4c948b8/lldb/test/API/tools/lldb-dap/runInTerminal/TestDAP_runInTerminal.py#L32-L44
Target is of course x86_64 on Linux, and as per buildkite logs Python is 3.10.12.
https://github.com/llvm/llvm-project/pull/140908
More information about the lldb-commits
mailing list