[Lldb-commits] [lldb] [LLDB] Add SBFrameExtensions Tests (PR #169236)
Ahmed Nour via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 2 12:47:58 PST 2025
ahmednoursphinx wrote:
> Please note that this test fails on `lldb-x86_64-win`.
>
> ```
> FAIL: test_property_symbol (TestSBFrameExtensions.TestSBFrameExtensions.test_property_symbol)
> Test SBFrame extension property: symbol
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\test\API\python_api\sbframe_extensions\TestSBFrameExtensions.py", line 96, in test_property_symbol
> self.assertTrue(symbol.IsValid(), "symbol should be valid")
> AssertionError: False is not true : symbol should be valid
> ```
>
> https://lab.llvm.org/buildbot/#/builders/211/builds/4246
Thanks for following up on this. I will check it and try to reproduce locally, then submit a fix
https://github.com/llvm/llvm-project/pull/169236
More information about the lldb-commits
mailing list