[Lldb-commits] [PATCH] D97230: [lldb] [test] Workaround symlink-related test failures

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 24 08:54:43 PST 2021


mgorny added a comment.

In D97230#2585139 <https://reviews.llvm.org/D97230#2585139>, @emaste wrote:

> I think it's valuable to avoid testing this (symlink issue) as a side effect of these test cases, but we should have an explicit test for this; it is an issue users could hit.
>
> Do you know if this is a bug specific to lldb's FreeBSD code (or do we just have a default symlink in the paths used here where other OS's don/t)?

I think the issue may be more widespread but I need to test. The `module list` problem probably depends on dyld behavior but I suppose lldb-vscode may be generic.


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

https://reviews.llvm.org/D97230



More information about the lldb-commits mailing list