Skip to content

Commit 2ed8c27

Browse files
authored
add @skipIfWindows to unresolved disassemble test on windows (llvm#140852)
Fix https://lab.llvm.org/buildbot/#/builders/141/builds/8867
1 parent 645846d commit 2ed8c27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/tools/lldb-dap/disassemble/TestDAP_disassemble.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def test_disassemble(self):
3333
self.assertNotIn("location", qsort_assembly, "Source location not expected.")
3434
self.assertIn("instruction", pc_assembly, "Assembly instruction missing.")
3535

36+
@skipIfWindows
3637
def test_disassemble_backwards(self):
3738
"""
3839
Tests the 'disassemble' request with a backwards disassembly range.

0 commit comments

Comments
 (0)