[Lldb-commits] [lldb] [LLDB] Fix tests that fail when using internal shell. (PR #156931)

via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 4 10:34:36 PDT 2025


cmtice wrote:

> `lldb/test/Shell/Host/TestCustomShell.test` will still fail after this, but this change is still necessary either way. It does fix the other two tests and enables implementing `env -i` within lit's internal shell to fix `lldb/test/Shell/Host/TestCustomShell.test`.
> 
> I'm hoping to get to implementing `env -i` within the next hour or two.

So even if I commit the PR, the GreenDragon builder will continue to fail until you get 'env -i' implemented.  Is that acceptable? Or do I need to actually revert the change that makes internal shell the default until the 'env -i' fix is committed.  @JDevlieghere  , @adrian-prantl what do you think?


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


More information about the lldb-commits mailing list