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() _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits