We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bfcf93 commit d576021Copy full SHA for d576021
lldb/test/API/iohandler/resize/TestIOHandlerResizeNoEditline.py
@@ -6,7 +6,10 @@
6
7
class TestCase(TestBase):
8
@no_debug_info_test
9
- @skipIfWindows
+ @skipIf(
10
+ hostoslist=["windows"],
11
+ bugnumber="https://github.com/llvm/llvm-project/issues/120021",
12
+ )
13
def test_resize_no_editline(self):
14
"""Tests terminal resizing if the editline isn't used."""
15
dbg = lldb.SBDebugger.Create(False)
0 commit comments