[Lldb-commits] [lldb] [lldb][test] Support remote run of Shell tests (PR #95986)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 31 01:10:57 PDT 2024


https://github.com/DavidSpickett commented:

I'm not sure whether we need `LLDB_SHELL_TESTS_DISABLE_REMOTE`, can you explain how that would be used?

Would I set up a build with all the other flags, do my remote testing, then set `LLDB_SHELL_TESTS_DISABLE_REMOTE=OFF` and run the shell tests locally, using that same build?

I guess I'm asking whether a given build should be all remote or all local or a mix.

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


More information about the lldb-commits mailing list