https://github.com/slydiman created https://github.com/llvm/llvm-project/pull/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 >From 29813707f239eaab7f6320f0355db151c48c9093 Mon Sep 17 00:00:00 2001 From: Dmitry Vasilyev <dvassil...@accesssoftek.com> Date: Thu, 14 Nov 2024 14:13:29 +0400 Subject: [PATCH] [lldb] Fixed find-module.test in case of a remote target Changing from UNSUPPOERTED to XFAIL in #94165 break x86 linux host / Aarch64 linux target build https://lab.llvm.org/buildbot/#/builders/195/builds/1047 --- lldb/test/Shell/Minidump/Windows/find-module.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits