[Lldb-commits] [lldb] [lldb] Disable find-module.test in case of a remote target (PR #94165)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 13 23:08:54 PST 2024
================
@@ -1,6 +1,8 @@
Test that we correctly find a PE/COFF file in our executable search path, and
use it when opening minidumps.
+UNSUPPORTED: remote{{.*}}
----------------
labath wrote:
```suggestion
XFAIL: remote{{.*}}
```
https://github.com/llvm/llvm-project/pull/94165
More information about the lldb-commits
mailing list