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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits