Author: Raphael Isemann
Date: 2020-07-08T11:45:38+02:00
New Revision: e9f943429c895e4d6d29505fab2fad365fe2766e

URL: 
https://github.com/llvm/llvm-project/commit/e9f943429c895e4d6d29505fab2fad365fe2766e
DIFF: 
https://github.com/llvm/llvm-project/commit/e9f943429c895e4d6d29505fab2fad365fe2766e.diff

LOG: [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.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/iohandler/resize/TestIOHandlerResizeNoEditline.py 
b/lldb/test/API/iohandler/resize/TestIOHandlerResizeNoEditline.py
index 323e511496cd..9f0d562e8afc 100644
--- a/lldb/test/API/iohandler/resize/TestIOHandlerResizeNoEditline.py
+++ b/lldb/test/API/iohandler/resize/TestIOHandlerResizeNoEditline.py
@@ -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)


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to