Bug ID 32553
Summary TestDataFormatterLibcxxVBool is flakey on Linux & Android
Product lldb
Version unspecified
Hardware PC
OS All
Status NEW
Severity enhancement
Priority P
Component All Bugs
Assignee lldb-dev@lists.llvm.org
Reporter tberghammer@google.com
CC llvm-bugs@lists.llvm.org
The test have been re-enabled (by fixing the previously incorrect skip
condition) by [https://reviews.llvm.org/rL299588](https://reviews.llvm.org/rL299588) but since then it is flakey
(~30% failure rate) both on Linux and on Android.
In the failing case the data formatter reports size=0 for the vector.
Additionally in so far I only seen the test either fail in all debug info
setting or in none of the debug info settings during a single test invocation
indicating to me that something get persisted between the test function
executions (have no idea what).