[Lldb-commits] [lldb] 5d66597 - [lldb] [test] Skip test_stop_reason_while_running on Windows

Michał Górny via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 15 11:15:06 PDT 2022


Author: Michał Górny
Date: 2022-07-15T20:14:55+02:00
New Revision: 5d6659739c4ed5f445dbdc5da499d84b5a8cebaa

URL: https://github.com/llvm/llvm-project/commit/5d6659739c4ed5f445dbdc5da499d84b5a8cebaa
DIFF: https://github.com/llvm/llvm-project/commit/5d6659739c4ed5f445dbdc5da499d84b5a8cebaa.diff

LOG: [lldb] [test] Skip test_stop_reason_while_running 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 29efd1cd725e3..5f08aae0f2dbb 100644
--- a/lldb/test/API/tools/lldb-server/TestNonStop.py
+++ b/lldb/test/API/tools/lldb-server/TestNonStop.py
@@ -342,6 +342,7 @@ def test_stdio(self):
              ], True)
         self.expect_gdbremote_sequence()
 
+    @skipIfWindows
     @add_test_categories(["llgs"])
     def test_stop_reason_while_running(self):
         self.build()


        


More information about the lldb-commits mailing list