[Lldb-commits] [lldb] 5a7b61b - [lldb] Skip TestMultipleDebuggers on Windows
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 17 11:34:42 PDT 2020
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()}
More information about the lldb-commits
mailing list