Author: Jonas Devlieghere Date: 2020-06-30T11:40:17-07:00 New Revision: 66d9c0d4fc7ea19be08c6a3604571254186851a7
URL: https://github.com/llvm/llvm-project/commit/66d9c0d4fc7ea19be08c6a3604571254186851a7 DIFF: https://github.com/llvm/llvm-project/commit/66d9c0d4fc7ea19be08c6a3604571254186851a7.diff LOG: [lldb/Test] Skip TestIOHandlerResizeNoEditline with reproducers 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 4a99ff6d0ead..b0ef259fd85f 100644 --- a/lldb/test/API/iohandler/resize/TestIOHandlerResizeNoEditline.py +++ b/lldb/test/API/iohandler/resize/TestIOHandlerResizeNoEditline.py @@ -8,6 +8,7 @@ class TestCase(TestBase): mydir = TestBase.compute_mydir(__file__) @no_debug_info_test + @skipIfReproducer 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