[Lldb-commits] [lldb] [lldb][test] Fix unordered-map test (PR #156033)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 3 06:27:51 PDT 2025


Michael137 wrote:

> > Can you point me to the buildbot that this is failing on? We should probably fix the formatter to support the layout, as opposed to fixing up the test
> 
> There is no build bot failure for this yet.
> 
> The formatter works fine if it is used from `frame variable (*ptr1)` or `p (*ptr1)` but fails when accessing from the python SB-API. Not sure if python is meant to use the synthetic value or change the test

Hmmm that's surprising. @jimingham might know off the top. I'll have a look at what's going on here. It'd be nice if we didn't have to adjust the test itself

https://github.com/llvm/llvm-project/pull/156033


More information about the lldb-commits mailing list