forked from OSchip/llvm-project
[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:
parent
7a4e39b326
commit
e9f943429c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue