[Lldb-commits] [lldb] [lldb][test] Fix `LibCxxInternalsRecognizerTestCase` on clang <= 17 (PR #114122)

Felipe de Azevedo Piovezan via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 1 09:56:17 PDT 2024


felipepiovezan wrote:

> > It's interesting that the 17.0 bot is still not happy:
> > ```
> > 
> >   File "/Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 321, in check_value
> > 
> >     test_base.assertEqual(
> > 
> > AssertionError: '"Hello"' != None : Checking child with index 0:
> > 
> > (std::__lldb::optional<const char *>) maybe_string =  Has Value=true  {
> > 
> >   Value = 0x000000010a2f3f9e
> > 
> > }
> > 
> > Checking SBValue: (std::__1::remove_cv_t<value_type>) Value = 0x000000010a2f3f9e
> > 
> > Config=x86_64-/Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake-matrix/clang_1706_build/bin/clang
> > ```
> > 
> > 
> >     
> >       
> >     
> > 
> >       
> >     
> > 
> >     
> >   
> > https://green.lab.llvm.org/job/llvm.org/view/LLDB/job/lldb-cmake-matrix/925/execution/node/135/log/
> 
> i think that's a different test though (meant to look into it but havent yet :D )

oh oops, sorry, didn't notice that

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


More information about the lldb-commits mailing list