[Lldb-commits] [lldb] [lldb][test] Combine libstdc++ and libc++ std::map tests into generic test (PR #147174)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 7 00:59:06 PDT 2025


Michael137 wrote:

> (the failures are due to non-existence of formatter for `__gnu_debug::_Safe_iterator`. It looks like that's just a wrapper around `_Rb_tree_iterator`, so it might be easy to implement, but it's definitely not required (skip that part of the test?)

Yea might have a look at that separately. I XFAILed it for now

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


More information about the lldb-commits mailing list