[Lldb-commits] [lldb] [lldb] Fixed the test TestGdbRemoteLaunch (PR #91931)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon May 13 01:59:16 PDT 2024
================
@@ -78,6 +93,7 @@ def test_launch_via_vRun_no_args(self):
self.expect_gdbremote_sequence()
@add_test_categories(["llgs"])
+ @skipIfRemote
----------------
DavidSpickett wrote:
Ah, because we need to open the file while we attempt to run it, and doing that on the remote is difficult.
We could run some shell command, but it'd be a different one per remote platform, and failing that, Python. Assuming the remote even has an OS.
So yeah, skipIfRemote is logical here :)
https://github.com/llvm/llvm-project/pull/91931
More information about the lldb-commits
mailing list