[Bug 45112] New: Tests import "lldb.macosx.heap" incorrectly

Bug ID 45112
Summary Tests import “lldb.macosx.heap” incorrectly
Product lldb
Version unspecified
Hardware PC
OS MacOS X
Status NEW
Severity normal
Priority P
Component All Bugs
Assignee lldb-dev@lists.llvm.org
Reporter Tatyana.Krasnukha@synopsys.com
CC jdevlieghere@apple.com, llvm-bugs@lists.llvm.org

Tests API/lang/objc/ptr_refs/TestPtrRefsObjC.py and
API/functionalities/ptr_refs/TestPtrRefs.py (dwarf and gmodules) began to fail
after the commit that creates per-test debugger instead of using a global one
([https://reviews.llvm.org/D74903](https://reviews.llvm.org/D74903)).

Looks like they require some settings that have default values now.

Raphael Isemann changed bug 45112

What | Removed | Added |

Comment # 1 on bug 45112 from Raphael Isemann