Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [dotest] Add @skipIfCursesSupportMissing and annotate the new gui test | Pavel Labath | 2019-09-02 | 2 | -3/+2 |
| | | | | | | | | | | | | | | | Summary: The gui command requires curses support, which can be disabled at compile time. This patch adds the ability to detect this situation in the test suite and skip the test accordingly. Reviewers: teemperor, jankratochvil Subscribers: lldb-commits Differential Revision: https://reviews.llvm.org/D67073 llvm-svn: 370658 | ||||
* | [lldb][NFC] Add test for invalid gui command | Raphael Isemann | 2019-09-02 | 1 | -0/+15 |
| | | | | llvm-svn: 370647 | ||||
* | [lldb][NFC] Add basic test for GUI command | Raphael Isemann | 2019-09-02 | 3 | -0/+65 |
Summary: This adds a basic test for the GUI command. Just tests that it starts up, that we can quit the gui and help window, and that the basic UI elements are rendered. Mostly testing the waters how testing this command will do on the bots or if that will cause some serious issues when we do fancy ncurses stuff. Reviewers: labath, clayborg Reviewed By: labath Subscribers: JDevlieghere, lldb-commits Tags: #lldb Differential Revision: https://reviews.llvm.org/D67018 llvm-svn: 370625 |