[Lldb-commits] [lldb] fe80829 - [lldb] [llgs] Skip new vCont test on Windows
Michał Górny via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 27 09:22:44 PDT 2022
Author: Michał Górny
Date: 2022-06-27T18:22:38+02:00
New Revision: fe80829289bf5462bff5d6739603e7040d07a391
URL: https://github.com/llvm/llvm-project/commit/fe80829289bf5462bff5d6739603e7040d07a391
DIFF: https://github.com/llvm/llvm-project/commit/fe80829289bf5462bff5d6739603e7040d07a391.diff
LOG: [lldb] [llgs] Skip new vCont test on Windows
Sponsored by: The FreeBSD Foundation
Added:
Modified:
lldb/test/API/tools/lldb-server/vCont-threads/TestGdbRemote_vContThreads.py
Removed:
################################################################################
diff --git a/lldb/test/API/tools/lldb-server/vCont-threads/TestGdbRemote_vContThreads.py b/lldb/test/API/tools/lldb-server/vCont-threads/TestGdbRemote_vContThreads.py
index 2a3275004e83..fd3deecd2fab 100644
--- a/lldb/test/API/tools/lldb-server/vCont-threads/TestGdbRemote_vContThreads.py
+++ b/lldb/test/API/tools/lldb-server/vCont-threads/TestGdbRemote_vContThreads.py
@@ -261,6 +261,7 @@ def continue_and_get_threads_running(self, continue_packet):
found.add(int(m.group(1), 16))
return found
+ @skipIfWindows
@add_test_categories(["llgs"])
def test_vCont_run_subset_of_threads(self):
self.build()
More information about the lldb-commits
mailing list