[Lldb-commits] [lldb] [LLDB] Fix tests that fail when using internal shell. (PR #156931)
Aiden Grossman via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 4 10:26:44 PDT 2025
https://github.com/boomanaiden154 commented:
`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.
https://github.com/llvm/llvm-project/pull/156931
More information about the lldb-commits
mailing list