[Lldb-commits] [lldb] [llvm] [lldb][windows] enable CI tests (PR #198906)
Aiden Grossman via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 4 06:23:48 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
----------------
boomanaiden154 wrote:
Can this be split into a separate PR for LLDB people to look at?
https://github.com/llvm/llvm-project/pull/198906
More information about the lldb-commits
mailing list