[Lldb-commits] [lldb] [lldb] Use MemoryCache in Process::ReadRangesFromMemory (PR #201166)
Felipe de Azevedo Piovezan via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 3 00:07:27 PDT 2026
felipepiovezan wrote:
> PR testing says a test is failing?
>
> ```
> 2026-06-02T18:00:28.8404351Z /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/unittests/Target/./TargetTests --gtest_filter=MemoryTest.TestReadMemoryRanges
> 2026-06-02T18:00:28.8405523Z --
> 2026-06-02T18:00:28.8406170Z /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/unittests/Target/MemoryTest.cpp:414: Failure
> 2026-06-02T18:00:28.8407485Z Expected: (memory.size()) < (128u), actual: 128 vs 128
> 2026-06-02T18:00:28.8407870Z
> ```
Yeah, this is just the testing re-using an address to test something else, and the caching affects it. I just need to update the address to use a different address
https://github.com/llvm/llvm-project/pull/201166
More information about the lldb-commits
mailing list