aboutsummaryrefslogtreecommitdiff
path: root/lldb/test
diff options
context:
space:
mode:
authorMichał Górny <mgorny@moritz.systems>2022-07-15 18:32:59 +0200
committerMichał Górny <mgorny@moritz.systems>2022-07-15 18:33:19 +0200
commit81e993f08d6cd8d1658e3843594449b6fa622a4f (patch)
treefd4a889f9915f140290a9c606cdfee251b116bd9 /lldb/test
parent821fe9efa4832112071a21a2e6a898069a37d752 (diff)
downloadllvm-81e993f08d6cd8d1658e3843594449b6fa622a4f.zip
llvm-81e993f08d6cd8d1658e3843594449b6fa622a4f.tar.gz
llvm-81e993f08d6cd8d1658e3843594449b6fa622a4f.tar.bz2
[lldb] [test] Skip TestNonStop → test_stdio on Windows
Diffstat (limited to 'lldb/test')
-rw-r--r--lldb/test/API/tools/lldb-server/TestNonStop.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/API/tools/lldb-server/TestNonStop.py b/lldb/test/API/tools/lldb-server/TestNonStop.py
index e55ae0f..8a9ed91 100644
--- a/lldb/test/API/tools/lldb-server/TestNonStop.py
+++ b/lldb/test/API/tools/lldb-server/TestNonStop.py
@@ -297,6 +297,7 @@ class LldbGdbServerTestCase(gdbremote_testcase.GdbRemoteTestCaseBase):
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()