[Lldb-commits] [PATCH] D143772: Adapt TestCustomShell and TestMultipleDebuggers to run under ASAN

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 10 11:38:25 PST 2023


JDevlieghere added a comment.

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.

I can imagine why `TestMultipleSimultaneousDebuggers` would be special: it basically build its own driver (so the detest machinery to set the inferior env doesn't work). But I'm a little puzzled by the shell tests, especially since you only updated a single RUN line.


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