[Lldb-commits] [lldb] [lldb] Fixed find-module.test in case of a remote target (PR #116198)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 14 02:14:51 PST 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: Dmitry Vasilyev (slydiman)
<details>
<summary>Changes</summary>
Changing from UNSUPPOERTED to XFAIL in #<!-- -->94165 break x86 linux host / Aarch64 linux target build https://lab.llvm.org/buildbot/#/builders/195/builds/1047
---
Full diff: https://github.com/llvm/llvm-project/pull/116198.diff
1 Files Affected:
- (modified) lldb/test/Shell/Minidump/Windows/find-module.test (+1-1)
``````````diff
diff --git a/lldb/test/Shell/Minidump/Windows/find-module.test b/lldb/test/Shell/Minidump/Windows/find-module.test
index fe457f4123522f..39d9dab4d346d6 100644
--- a/lldb/test/Shell/Minidump/Windows/find-module.test
+++ b/lldb/test/Shell/Minidump/Windows/find-module.test
@@ -1,7 +1,7 @@
Test that we correctly find a PE/COFF file in our executable search path, and
use it when opening minidumps.
-XFAIL: remote{{.*}}
+XFAIL: system-windows && remote-linux
RUN: yaml2obj %S/Inputs/find-module.exe.yaml -o %T/find-module.exe
RUN: yaml2obj %S/Inputs/find-module.dmp.yaml -o %T/find-module.dmp
``````````
</details>
https://github.com/llvm/llvm-project/pull/116198
More information about the lldb-commits
mailing list