[Lldb-commits] [lldb] [lldb] Fixed the test TestThreadStates when run with a remote target (PR #92086)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Tue May 14 07:42:36 PDT 2024


JDevlieghere wrote:

> I'm pretty sure lldb was sending these events at some point, but that could have change since then. I slightly surprised that this wasn't caught before as that would mean noone is running these tests remotely.
> 
> Jonas, are you running lldb tests in remote configurations?

Yup, I am. Looks like all these tests are marked as `@skipIfDarwin` so that would explain why it wasn't caught before. 

https://github.com/llvm/llvm-project/pull/92086


More information about the lldb-commits mailing list