[Lldb-commits] [lldb] [lldb-dap] Adjust VariableReferenceStorage lifetime management. (PR #183176)
Felipe de Azevedo Piovezan via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 2 01:17:24 PST 2026
felipepiovezan wrote:
@ashgti this is causing failures on the mac green dragon bots:
```
22:22:16 File "/Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake-os-verficiation/llvm-project/lldb/test/API/tools/lldb-dap/variables/children/TestDAP_variables_children.py", line 68, in test_return_variable_with_children
22:22:16 self.assertEqual(return_variable["name"], "(Return Value)")
22:22:16 AssertionError: 'indexed' != '(Return Value)'
22:22:16 - indexed
22:22:16 + (Return Value)
```
Could you have a look please? https://green.lab.llvm.org/job/as-lldb-cmake-os-verficiation/979/
https://github.com/llvm/llvm-project/pull/183176
More information about the lldb-commits
mailing list