[Lldb-commits] [lldb] [lldb][test] Combine libstdc++ and libc++ std::map tests into generic test (PR #147174)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 7 00:51:40 PDT 2025
https://github.com/labath commented:
(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?)
https://github.com/llvm/llvm-project/pull/147174
More information about the lldb-commits
mailing list