Adapt TestCustomShell and TestMultipleDebuggers to run under ASAN
authorAugusto Noronha <augusto2112@me.com>
Fri, 10 Feb 2023 19:21:14 +0000 (11:21 -0800)
committerAugusto Noronha <augusto2112@me.com>
Sat, 11 Feb 2023 01:19:21 +0000 (17:19 -0800)
commit294ca122956f78aef3ab4e81108b69518e353b07
tree81ff252cde9e07794cf9a6a4399e57c4d7c52913
parent0ac8dfd0587a1a95e8ed464bc59741837aae9c1f
Adapt TestCustomShell and TestMultipleDebuggers to run under ASAN

In situations where only LLDB is ASANified, a false positive occurs
unless ASAN_OPTIONS=detect_container_overflow=0 is set in the
environment.

Differential Revision: https://reviews.llvm.org/D143772
lldb/test/API/api/multiple-debuggers/TestMultipleDebuggers.py
lldb/test/Shell/Host/TestCustomShell.test