[Lldb-commits] [lldb] [lldb][test] Skip the sp/rsp check in register sets that have no rsp (PR #226176)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 24 12:56:51 PDT 2026
Nerixyz wrote:
> This fixes `python_api/value/TestValueAPI.py` (`test_register`) on Windows.
Was this test failing/skipped on Windows? Or was `self.assertEqual(sp_with_name_index, child_idx)` comparing `None` to `None`?
https://github.com/llvm/llvm-project/pull/226176
More information about the lldb-commits
mailing list