Skip to content

Commit fe80829

Browse files
committed
[lldb] [llgs] Skip new vCont test on Windows
Sponsored by: The FreeBSD Foundation
1 parent 6a1e5f5 commit fe80829

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lldb/test/API/tools/lldb-server/vCont-threads/TestGdbRemote_vContThreads.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ def continue_and_get_threads_running(self, continue_packet):
261261
found.add(int(m.group(1), 16))
262262
return found
263263

264+
@skipIfWindows
264265
@add_test_categories(["llgs"])
265266
def test_vCont_run_subset_of_threads(self):
266267
self.build()

0 commit comments

Comments
 (0)