[lldb] Skip TestIOHandlerResizeNoEditline on Windows
authorRaphael Isemann <teemperor@gmail.com>
Wed, 8 Jul 2020 09:45:30 +0000 (11:45 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Wed, 8 Jul 2020 09:45:38 +0000 (11:45 +0200)
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.

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

index 323e511..9f0d562 100644 (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)