[Lldb-commits] [lldb] [lldb][test] Support remote run of Shell tests (PR #95986)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 1 01:18:32 PDT 2024
================
@@ -2,6 +2,8 @@
# RUN: %lldb -x -b -o 'settings set interpreter.echo-comment-commands false' -s %S/Inputs/EchoCommandsTest.in | FileCheck %S/Inputs/EchoCommandsNoComments.out
# RUN: %lldb -x -b -o 'settings set interpreter.echo-commands false' -s %S/Inputs/EchoCommandsTest.in | FileCheck %S/Inputs/EchoCommandsNone.out
+XFAIL: remote{{.*}}
----------------
DavidSpickett wrote:
Why exactly does this fail when run remote? I get that in some sense it doesn't apply because nothing would happen on the remote, but I'm surprised that it fails.
Is it because with a remote, %lldb is actually `lldb -o platform connect` etc and that screws up the output?
https://github.com/llvm/llvm-project/pull/95986
More information about the lldb-commits
mailing list