Skip to content

Commit 905256a

Browse files
authored
[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
1 parent dd9f1a5 commit 905256a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Test that we correctly find a PE/COFF file in our executable search path, and
22
use it when opening minidumps.
33

4-
XFAIL: remote{{.*}}
4+
XFAIL: system-windows && remote-linux
55

66
RUN: yaml2obj %S/Inputs/find-module.exe.yaml -o %T/find-module.exe
77
RUN: yaml2obj %S/Inputs/find-module.dmp.yaml -o %T/find-module.dmp

0 commit comments

Comments
 (0)