================ @@ -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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits