We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fc7a7e + 5a6f1f3 commit f1e4b6aCopy full SHA for f1e4b6a
lldb/test/API/tools/lldb-server/TestNonStop.py
@@ -196,6 +196,7 @@ def test_multiple_c(self):
196
def test_multiple_s(self):
197
self.multiple_resume_test("s")
198
199
+ @skipIfWindows
200
@add_test_categories(["llgs"])
201
def test_multiple_vCont(self):
202
self.build()
@@ -286,10 +287,12 @@ def vCont_then_partial_stop_test(self, run_both):
286
287
], True)
288
self.expect_gdbremote_sequence()
289
290
291
292
def test_vCont_then_partial_stop(self):
293
self.vCont_then_partial_stop_test(False)
294
295
296
297
def test_vCont_then_partial_stop_run_both(self):
298
self.vCont_then_partial_stop_test(True)
0 commit comments