[lldb] 81e993f - [lldb] [test] Skip TestNonStop → test_stdio on Windows
Michał Górny via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 15 09:33:24 PDT 2022
Author: Michał Górny
Date: 2022-07-15T18:33:19+02:00
New Revision: 81e993f08d6cd8d1658e3843594449b6fa622a4f
URL: https://github.com/llvm/llvm-project/commit/81e993f08d6cd8d1658e3843594449b6fa622a4f
DIFF: https://github.com/llvm/llvm-project/commit/81e993f08d6cd8d1658e3843594449b6fa622a4f.diff
LOG: [lldb] [test] Skip TestNonStop → test_stdio on Windows
Added:
Modified:
lldb/test/API/tools/lldb-server/TestNonStop.py
Removed:
################################################################################
diff --git a/lldb/test/API/tools/lldb-server/TestNonStop.py b/lldb/test/API/tools/lldb-server/TestNonStop.py
index e55ae0fa7c7d..8a9ed91f45be 100644
--- a/lldb/test/API/tools/lldb-server/TestNonStop.py
+++ b/lldb/test/API/tools/lldb-server/TestNonStop.py
@@ -297,6 +297,7 @@ def test_vCont_then_partial_stop(self):
def test_vCont_then_partial_stop_run_both(self):
self.vCont_then_partial_stop_test(True)
+ @skipIfWindows
@add_test_categories(["llgs"])
def test_stdio(self):
self.build()
More information about the lldb-commits
mailing list