[Lldb-commits] [lldb] [lldb] Fix TestSBValueSetTypeSyntheticOverride with libstdc++ (PR #210495)

via lldb-commits lldb-commits at lists.llvm.org
Sat Jul 18 02:58:34 PDT 2026


Nerixyz wrote:

> My test added in #209056 assumed that a `CXXSyntheticChildren` implementation for `std::vector` is readily available on all platforms, that is not the case.

I'm not sure if I understand this correctly. You were checking that there _wasn't_ a synthetic children provider: `self.checkOverride(vec, before=None)`. But in you're description, you said that you expected a provider.

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


More information about the lldb-commits mailing list