[Lldb-commits] [lldb] add @skipIfWindows to unresolved disassemble test on windows (PR #140852)

via lldb-commits lldb-commits at lists.llvm.org
Tue May 20 23:10:53 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: Ely Ronnen (eronnen)

<details>
<summary>Changes</summary>

Fix https://lab.llvm.org/buildbot/#/builders/141/builds/8867

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


1 Files Affected:

- (modified) lldb/test/API/tools/lldb-dap/disassemble/TestDAP_disassemble.py (+1) 


``````````diff
diff --git a/lldb/test/API/tools/lldb-dap/disassemble/TestDAP_disassemble.py b/lldb/test/API/tools/lldb-dap/disassemble/TestDAP_disassemble.py
index a045dfd32ef2d..a8b51864d118b 100644
--- a/lldb/test/API/tools/lldb-dap/disassemble/TestDAP_disassemble.py
+++ b/lldb/test/API/tools/lldb-dap/disassemble/TestDAP_disassemble.py
@@ -33,6 +33,7 @@ def test_disassemble(self):
         self.assertNotIn("location", qsort_assembly, "Source location not expected.")
         self.assertIn("instruction", pc_assembly, "Assembly instruction missing.")
 
+    @skipIfWindows
     def test_disassemble_backwards(self):
         """
         Tests the 'disassemble' request with a backwards disassembly range.

``````````

</details>


https://github.com/llvm/llvm-project/pull/140852


More information about the lldb-commits mailing list