llvmbot wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: John Harrison (ashgti)

<details>
<summary>Changes</summary>

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

---
Full diff: https://github.com/llvm/llvm-project/pull/105604.diff


1 Files Affected:

- (modified) lldb/test/API/tools/lldb-dap/output/TestDAP_output.py (+1) 


``````````diff
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)

``````````

</details>


https://github.com/llvm/llvm-project/pull/105604
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to