[Lldb-commits] [lldb] bae77d5 - [lldb-dap] Skip TestDAP_module_event on Windows

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Sat May 10 09:36:20 PDT 2025


Author: Jonas Devlieghere
Date: 2025-05-10T09:36:07-07:00
New Revision: bae77d5b02df562277a335433551e2c53b37917a

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

LOG: [lldb-dap] Skip TestDAP_module_event on Windows

Added: 
    

Modified: 
    lldb/test/API/tools/lldb-dap/module-event/TestDAP_module_event.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/tools/lldb-dap/module-event/TestDAP_module_event.py b/lldb/test/API/tools/lldb-dap/module-event/TestDAP_module_event.py
index c216b5d92823c..19de35b60a3ef 100644
--- a/lldb/test/API/tools/lldb-dap/module-event/TestDAP_module_event.py
+++ b/lldb/test/API/tools/lldb-dap/module-event/TestDAP_module_event.py
@@ -7,6 +7,7 @@
 
 
 class TestDAP_module_event(lldbdap_testcase.DAPTestCaseBase):
+    @skipIfWindows
     def test_module_event(self):
         program = self.getBuildArtifact("a.out")
         self.build_and_launch(program, stopOnEntry=True)


        


More information about the lldb-commits mailing list