[Lldb-commits] [lldb] [llvm] [lldb][windows] enable CI tests (PR #198906)

Charles Zablit via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 4 06:40:35 PDT 2026


================
@@ -12,7 +12,7 @@
 @skipIfBuildType(["debug"])
 class TestDAP_restart_console(lldbdap_testcase.DAPTestCaseBase):
     @skipIfAsan
-    @expectedFailureWindows
+    @skipIfWindows  # https://github.com/llvm/llvm-project/issues/200840
----------------
charles-zablit wrote:

Sure, I opened https://github.com/llvm/llvm-project/pull/201587 to skip it. I will rebase once it's merged.

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


More information about the lldb-commits mailing list