[Lldb-commits] [lldb] 2ed8c27 - add @skipIfWindows to unresolved disassemble test on windows (#140852)
via lldb-commits
lldb-commits at lists.llvm.org
Tue May 20 23:10:26 PDT 2025
Author: Ely Ronnen
Date: 2025-05-21T08:10:22+02:00
New Revision: 2ed8c27d03dac098744d51f580e7cca38707b183
URL: https://github.com/llvm/llvm-project/commit/2ed8c27d03dac098744d51f580e7cca38707b183
DIFF: https://github.com/llvm/llvm-project/commit/2ed8c27d03dac098744d51f580e7cca38707b183.diff
LOG: add @skipIfWindows to unresolved disassemble test on windows (#140852)
Fix https://lab.llvm.org/buildbot/#/builders/141/builds/8867
Added:
Modified:
lldb/test/API/tools/lldb-dap/disassemble/TestDAP_disassemble.py
Removed:
################################################################################
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.
More information about the lldb-commits
mailing list