[Lldb-commits] [PATCH] D143772: Adapt TestCustomShell and TestMultipleDebuggers to run under ASAN
Augusto Noronha via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 10 11:41:43 PST 2023
augusto2112 added a comment.
In D143772#4119213 <https://reviews.llvm.org/D143772#4119213>, @JDevlieghere wrote:
> Why are only these two tests affected? Should this be something we set globally for all the tests? The API tests already have support for forwarding `ASAN_OPTIONS` and lit has a similar concept.
Because they both set their own environment in one way or the other, which doesn't happen in the usual cas.
> But I'm a little puzzled by the shell tests, especially since you only updated a single RUN line.
"env -i " means only use the enviroments passed in that line (discard everything else).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143772/new/
https://reviews.llvm.org/D143772
More information about the lldb-commits
mailing list