[Lldb-commits] [lldb] [lldb-dap] Adding support for cancelling a request. (PR #130169)

Adrian Vogelsgesang via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 19 06:31:38 PDT 2025


================
@@ -27,6 +27,7 @@ def test_default(self):
         lines = output.splitlines()
         self.assertIn(program, lines[0], "make sure program path is in first argument")
 
+    @skipIfWindows
----------------
vogelsgesang wrote:

why? Did this work previously and was now broken by cancellation support?

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


More information about the lldb-commits mailing list