[Lldb-commits] [lldb] [lldb][test] Introduce build_and_run test utility (PR #194386)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 30 09:51:29 PDT 2026
jimingham wrote:
> Nearly all tests that are affected by this use identical SB APIs to set a breakpoint and launch the process, so I think this change reduces test coverage by effectively 0.
For sure, I even noted that in my comment.
> But I do agree we should have a test that sets a breakpoint and launches all programs using the different SB API methods (I even volunteer writing it if such a tests doesn't exist yet).
I don't think such a test exists, though there may be some platform specific tests that do this differently? So it would be a good idea to have an "All the launch ways build_and_run doesn't test" test.
https://github.com/llvm/llvm-project/pull/194386
More information about the lldb-commits
mailing list