Skip to content

Commit d576021

Browse files
authored
[lldb] Disable TestIOHandlerResizeNoEditline.py for Windows hosts (#120025)
See #120021 for details.
1 parent 7bfcf93 commit d576021

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lldb/test/API/iohandler/resize/TestIOHandlerResizeNoEditline.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66

77
class TestCase(TestBase):
88
@no_debug_info_test
9-
@skipIfWindows
9+
@skipIf(
10+
hostoslist=["windows"],
11+
bugnumber="https://github.com/llvm/llvm-project/issues/120021",
12+
)
1013
def test_resize_no_editline(self):
1114
"""Tests terminal resizing if the editline isn't used."""
1215
dbg = lldb.SBDebugger.Create(False)

0 commit comments

Comments
 (0)