[Lldb-commits] [lldb] 905256a - [lldb] Fixed find-module.test in case of a remote target (#116198)

via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 14 03:00:58 PST 2024


Author: Dmitry Vasilyev
Date: 2024-11-14T15:00:54+04:00
New Revision: 905256ad2ff136ec15e4c1a822412c87881876b8

URL: https://github.com/llvm/llvm-project/commit/905256ad2ff136ec15e4c1a822412c87881876b8
DIFF: https://github.com/llvm/llvm-project/commit/905256ad2ff136ec15e4c1a822412c87881876b8.diff

LOG: [lldb] Fixed find-module.test in case of a remote target (#116198)

Changing from UNSUPPOERTED to XFAIL in #94165 break x86 linux host /
Aarch64 linux target build
https://lab.llvm.org/buildbot/#/builders/195/builds/1047

Added: 
    

Modified: 
    lldb/test/Shell/Minidump/Windows/find-module.test

Removed: 
    


################################################################################
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


        


More information about the lldb-commits mailing list