[Lldb-commits] [PATCH] D96202: [lldb/test] Automatically find debug servers to test

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 11 11:26:54 PST 2021


labath added a comment.

In D96202#2557365 <https://reviews.llvm.org/D96202#2557365>, @stella.stamenova wrote:

> It looks like this change resulted in a failing test on the Windows LLDB bot:
>
> http://lab.llvm.org:8011/#/builders/83/builds/3602
>
> It seems like one of the tests is trying to re-use the same log names within a single run and they are still being used by the previous instance from the same test run. Can you have a look?

I don't understand yet what is going on, but it does seem like this patch is to blame. I'll revert while I try to understand this.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96202/new/

https://reviews.llvm.org/D96202



More information about the lldb-commits mailing list