[all-commits] [llvm/llvm-project] d81b60: [lldb] Add a test for terminal dimensions (#126598)
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Feb 10 14:46:25 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d81b604656c189a9d4e9f0d14b0f4d52f454deac
https://github.com/llvm/llvm-project/commit/d81b604656c189a9d4e9f0d14b0f4d52f454deac
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2025-02-10 (Mon, 10 Feb 2025)
Changed paths:
A lldb/test/API/driver/terminal/TestTerminalDimensions.py
Log Message:
-----------
[lldb] Add a test for terminal dimensions (#126598)
Add a test for the `term-width` and `term-height` settings. I thought I
was hitting bug because in my statusline test I was getting the default
values when running under PExpect. It turned out hat the issue is that
we clear the settings at the start of the test. The Editline tests
aren't affected by this because Editline provides its own functions to
get the terminal dimensions and explicitly does not rely on LLDB's
settings (presumably exactly because of this behavior).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list