Author: Jonas Devlieghere
Date: 2020-08-17T11:34:25-07:00
New Revision: 5a7b61b1831e003384ae1dbc4136c27cd7a5e90c

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

LOG: [lldb] Skip TestMultipleDebuggers on Windows

Added: 
    

Modified: 
    lldb/test/API/api/multiple-debuggers/TestMultipleDebuggers.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/api/multiple-debuggers/TestMultipleDebuggers.py 
b/lldb/test/API/api/multiple-debuggers/TestMultipleDebuggers.py
index 83d27074cef4..d3a69a10baa5 100644
--- a/lldb/test/API/api/multiple-debuggers/TestMultipleDebuggers.py
+++ b/lldb/test/API/api/multiple-debuggers/TestMultipleDebuggers.py
@@ -18,6 +18,7 @@ class TestMultipleSimultaneousDebuggers(TestBase):
     NO_DEBUG_INFO_TESTCASE = True
 
     @skipIfNoSBHeaders
+    @skipIfWindows
     def test_multiple_debuggers(self):
         env = {self.dylibPath: self.getLLDBLibraryEnvVal()}
 


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to