Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [lldb] Make TestIOHandlerCompletion more stable and document it | Raphael Isemann | 2019-08-19 | 1 | -1/+4 |
| | | | | | | | | | | Instead of relying that three tabs show all completions, we should show all remaining completions which will always stop the mode where we show completions. Should fix this test on systems that somehow have more completions that our normal LLDB (as they would end up being stuck in the mode where we show completions). llvm-svn: 369293 | ||||
* | [lldb][NFC] Add basic IOHandler completion test | Raphael Isemann | 2019-08-13 | 2 | -0/+63 |
We have no test coverage for the IOHandler code that is doing the completion in the command line. This is adding a pexpect-based test as a preparation for the switch to using CompletionRequest in the whole completion machinery. llvm-svn: 368679 |