[lldb/Test] Skip TestIOHandlerResizeNoEditline with reproducers
This commit is contained in:
parent
a06a5ed978
commit
66d9c0d4fc
|
|
@ -8,6 +8,7 @@ class TestCase(TestBase):
|
||||||
mydir = TestBase.compute_mydir(__file__)
|
mydir = TestBase.compute_mydir(__file__)
|
||||||
|
|
||||||
@no_debug_info_test
|
@no_debug_info_test
|
||||||
|
@skipIfReproducer
|
||||||
def test_resize_no_editline(self):
|
def test_resize_no_editline(self):
|
||||||
""" Tests terminal resizing if the editline isn't used. """
|
""" Tests terminal resizing if the editline isn't used. """
|
||||||
dbg = lldb.SBDebugger.Create(False)
|
dbg = lldb.SBDebugger.Create(False)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue