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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to