[Lldb-commits] [lldb] 8e0b9c8 - [lldb-dap] Skip the lldb-dap output test on windows, it seems all the lldb-dap tests are disabled on windows. (#105604)

via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 21 18:52:52 PDT 2024


Author: John Harrison
Date: 2024-08-21T18:52:48-07:00
New Revision: 8e0b9c85924ca22a65d57988ea2c5c22a5181ed9

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

LOG: [lldb-dap] Skip the lldb-dap output test on windows, it seems all the lldb-dap tests are disabled on windows. (#105604)

This should fix https://lab.llvm.org/buildbot/#/builders/141/builds/1747

Added: 
    

Modified: 
    lldb/test/API/tools/lldb-dap/output/TestDAP_output.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/tools/lldb-dap/output/TestDAP_output.py b/lldb/test/API/tools/lldb-dap/output/TestDAP_output.py
index 0d40ce993dc31c..02c34ba10321bd 100644
--- a/lldb/test/API/tools/lldb-dap/output/TestDAP_output.py
+++ b/lldb/test/API/tools/lldb-dap/output/TestDAP_output.py
@@ -8,6 +8,7 @@
 
 
 class TestDAP_output(lldbdap_testcase.DAPTestCaseBase):
+    @skipIfWindows
     def test_output(self):
         program = self.getBuildArtifact("a.out")
         self.build_and_launch(program)


        


More information about the lldb-commits mailing list