[all-commits] [llvm/llvm-project] 294ca1: Adapt TestCustomShell and TestMultipleDebuggers to...
Augusto Noronha via All-commits
all-commits at lists.llvm.org
Fri Feb 10 17:19:40 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 294ca122956f78aef3ab4e81108b69518e353b07
https://github.com/llvm/llvm-project/commit/294ca122956f78aef3ab4e81108b69518e353b07
Author: Augusto Noronha <augusto2112 at me.com>
Date: 2023-02-10 (Fri, 10 Feb 2023)
Changed paths:
M lldb/test/API/api/multiple-debuggers/TestMultipleDebuggers.py
M lldb/test/Shell/Host/TestCustomShell.test
Log Message:
-----------
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
More information about the All-commits
mailing list