================ @@ -0,0 +1,22 @@ +import lldb +from lldbsuite.test.decorators import * +from lldbsuite.test.lldbtest import * +from lldbsuite.test import lldbutil +from lldbsuite.test.lldbpexpect import PExpectTest + + +class TerminalDimensionsTest(PExpectTest): + NO_DEBUG_INFO_TESTCASE = True + + @skipIfAsan + def test(self): + """Test that the lldb driver correctly reports the (PExpect) terminal dimension.""" + self.launch(dimensions=(40, 40), timeout=1) ---------------- bulbazord wrote:
Do the dimensions matter if they'll get cleared and then reset later in the test? https://github.com/llvm/llvm-project/pull/126598 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits