[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:56:00 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:

Why is only this test skipped?

https://github.com/llvm/llvm-project/pull/91931


More information about the lldb-commits mailing list