[lldb] Skip TestIOHandlerResizeNoEditline on Windows

It seems opening the empty file and trying use that file object as an input
stream doesn't work on Windows. Skipping it for now.
This commit is contained in:
Raphael Isemann 2020-07-08 11:45:30 +02:00
parent 7a4e39b326
commit e9f943429c
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ class TestCase(TestBase):
@no_debug_info_test
@skipIfReproducer
@skipIfWindows
def test_resize_no_editline(self):
""" Tests terminal resizing if the editline isn't used. """
dbg = lldb.SBDebugger.Create(False)