Skip to content

Conversation

@slydiman
Copy link
Contributor

See #120021 for details.

@llvmbot
Copy link
Member

llvmbot commented Dec 16, 2024

@llvm/pr-subscribers-lldb

@llvm/pr-subscribers-platform-windows

Author: Dmitry Vasilyev (slydiman)

Changes

See #120021 for details.


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

1 Files Affected:

  • (modified) lldb/test/API/iohandler/resize/TestIOHandlerResizeNoEditline.py (+4-1)
diff --git a/lldb/test/API/iohandler/resize/TestIOHandlerResizeNoEditline.py b/lldb/test/API/iohandler/resize/TestIOHandlerResizeNoEditline.py
index bbc2dcbe4e30ad..41b527a4e6b340 100644
--- a/lldb/test/API/iohandler/resize/TestIOHandlerResizeNoEditline.py
+++ b/lldb/test/API/iohandler/resize/TestIOHandlerResizeNoEditline.py
@@ -6,7 +6,10 @@
 
 class TestCase(TestBase):
     @no_debug_info_test
-    @skipIfWindows
+    @skipIf(
+        hostoslist=["windows"],
+        bugnumber="https://github.com/llvm/llvm-project/issues/120021",
+    )
     def test_resize_no_editline(self):
         """Tests terminal resizing if the editline isn't used."""
         dbg = lldb.SBDebugger.Create(False)

@slydiman slydiman merged commit d576021 into llvm:main Dec 16, 2024
10 checks passed
@slydiman slydiman deleted the lldb-fix-TestIOHandlerResizeNoEditline branch April 18, 2025 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants