Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[lldb-dap][Windows] skip TestDAP_restart_console#201587

Merged
charles-zablit merged 1 commit into
llvm:mainfrom
charles-zablit:cz/lldb/windows/skip-dap-restart-console
Jun 4, 2026
Merged

[lldb-dap][Windows] skip TestDAP_restart_console#201587
charles-zablit merged 1 commit into
llvm:mainfrom
charles-zablit:cz/lldb/windows/skip-dap-restart-console

Conversation

@charles-zablit
Copy link
Copy Markdown
Contributor

TestDAP_restart_console is already failing on Windows. It reliably crashes (UNRESOLVED) on some Windows version, including inside Docker containers.

This is preventing us from enabling pre-merge CI testing for lldb on Windows in #198906.

This patch skips the test entirely. See #200840 for more details.

@llvmorg-github-actions
Copy link
Copy Markdown

@llvm/pr-subscribers-lldb

Author: Charles Zablit (charles-zablit)

Changes

TestDAP_restart_console is already failing on Windows. It reliably crashes (UNRESOLVED) on some Windows version, including inside Docker containers.

This is preventing us from enabling pre-merge CI testing for lldb on Windows in #198906.

This patch skips the test entirely. See #200840 for more details.


Full diff: https://github.com/llvm/llvm-project/pull/201587.diff

1 Files Affected:

  • (modified) lldb/test/API/tools/lldb-dap/restart/TestDAP_restart_console.py (+2-2)
diff --git a/lldb/test/API/tools/lldb-dap/restart/TestDAP_restart_console.py b/lldb/test/API/tools/lldb-dap/restart/TestDAP_restart_console.py
index c80a3cdc10d95..e10d6791eeaf2 100644
--- a/lldb/test/API/tools/lldb-dap/restart/TestDAP_restart_console.py
+++ b/lldb/test/API/tools/lldb-dap/restart/TestDAP_restart_console.py
@@ -12,7 +12,7 @@
 @skipIfBuildType(["debug"])
 class TestDAP_restart_console(lldbdap_testcase.DAPTestCaseBase):
     @skipIfAsan
-    @expectedFailureWindows
+    @skipIfWindows  # https://github.com/llvm/llvm-project/issues/200840
     @skipIf(oslist=["linux"], archs=["arm$"])  # Always times out on buildbot
     def test_basic_functionality(self):
         """
@@ -61,7 +61,7 @@ def test_basic_functionality(self):
         self.continue_to_exit()
 
     @skipIfAsan
-    @expectedFailureWindows
+    @skipIfWindows  # https://github.com/llvm/llvm-project/issues/200840
     @skipIf(oslist=["linux"], archs=["arm$"])  # Always times out on buildbot
     def test_stopOnEntry(self):
         """

@charles-zablit charles-zablit merged commit 76ddd45 into llvm:main Jun 4, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants