Bug ID 32592
Summary TestDataFormatterLibcxxListLoop fails with newer libc++
Product lldb
Version unspecified
Hardware PC
OS Linux
Status NEW
Severity enhancement
Priority P
Component All Bugs
Assignee lldb-dev@lists.llvm.org
Reporter labath@google.com
CC llvm-bugs@lists.llvm.org
The test relies on libc++ internals to test correct handling of corrupted
linked lists. We should come up with a better way to test these kinds of
scenarios. The most versatile solution would be to come up with some sort of
unit test framework for data formatters.