[Lldb-commits] [lldb] fc92f11 - [lldb] [test] Skip test_leave_nonstop on Windows
Michał Górny via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 15 12:48:07 PDT 2022
Author: Michał Górny
Date: 2022-07-15T21:48:03+02:00
New Revision: fc92f11441894e65f76a856cfc55a03e0df726a6
URL: https://github.com/llvm/llvm-project/commit/fc92f11441894e65f76a856cfc55a03e0df726a6
DIFF: https://github.com/llvm/llvm-project/commit/fc92f11441894e65f76a856cfc55a03e0df726a6.diff
LOG: [lldb] [test] Skip test_leave_nonstop 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 13cfe7ad3c6b..0031f1885e88 100644
--- a/lldb/test/API/tools/lldb-server/TestNonStop.py
+++ b/lldb/test/API/tools/lldb-server/TestNonStop.py
@@ -363,6 +363,7 @@ def test_stop_reason_while_running(self):
], True)
self.expect_gdbremote_sequence()
+ @skipIfWindows
@add_test_categories(["llgs"])
def test_leave_nonstop(self):
self.build()
More information about the lldb-commits
mailing list