DavidSpickett wrote: The dimensions are actually rows / columns, which is like height / width. I thought it was the other way around.
When I zoom my terminal out a bunch and get it to roughly those dimensions I see that the output window has scrolled to the bottom: <img width="306" height="265" alt="Screenshot from 2026-05-08 11-34-01" src="https://github.com/user-attachments/assets/34ec3e9d-a5df-4d69-acbc-c948d2cf5c51" /> Which makes sense, newest output at the bottom, but it has hidden the string the test is looking for. If I page up on that tab, it is there at the top. I'll leave it to you to fix it because I'm not sure of the intent of the check. Perhaps it would be as simple as issuing a bunch of "page up" to get the oldest lines into view? Or perhaps you should be checking for "Large output line 99..." to check that it does put the newest last. https://github.com/llvm/llvm-project/pull/177160 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
