[Lldb-commits] [lldb] [lldb][Windows] skip TestDAP_attachCommands.py and TestDAP_launch_extra_launch_commands.py (PR #201796)

Ebuka Ezike via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 5 03:35:33 PDT 2026


================
@@ -12,6 +12,7 @@
 class TestDAP_attachCommands(lldbdap_testcase.DAPTestCaseBase):
     SHARED_BUILD_TESTCASE = False
 
+    @skipIfWindows  # Fails in pre-merge CI
----------------
da-viper wrote:

```suggestion
    @skipIfWindows  # Wait for module events fails.
```

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


More information about the lldb-commits mailing list