Skip to content

Commit f1e4b6a

Browse files
author
git apple-llvm automerger
committed
Merge commit '5a6f1f327172' from llvm.org/main into next
2 parents 0fc7a7e + 5a6f1f3 commit f1e4b6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lldb/test/API/tools/lldb-server/TestNonStop.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ def test_multiple_c(self):
196196
def test_multiple_s(self):
197197
self.multiple_resume_test("s")
198198

199+
@skipIfWindows
199200
@add_test_categories(["llgs"])
200201
def test_multiple_vCont(self):
201202
self.build()
@@ -286,10 +287,12 @@ def vCont_then_partial_stop_test(self, run_both):
286287
], True)
287288
self.expect_gdbremote_sequence()
288289

290+
@skipIfWindows
289291
@add_test_categories(["llgs"])
290292
def test_vCont_then_partial_stop(self):
291293
self.vCont_then_partial_stop_test(False)
292294

295+
@skipIfWindows
293296
@add_test_categories(["llgs"])
294297
def test_vCont_then_partial_stop_run_both(self):
295298
self.vCont_then_partial_stop_test(True)

0 commit comments

Comments
 (0)