[lldb][NFC] Add basic IOHandler completion test
authorRaphael Isemann <teemperor@gmail.com>
Tue, 13 Aug 2019 12:12:19 +0000 (12:12 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Tue, 13 Aug 2019 12:12:19 +0000 (12:12 +0000)
commit2515640aee7725c29104ec3a60dae345a3dbdb07
tree2aa63262590adb1fa1d3bc75138b7d40fe920e25
parent36f23182bc3126b5841f7e88b8101378cf083b9d
[lldb][NFC] Add basic IOHandler completion test

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
lldb/packages/Python/lldbsuite/test/iohandler/completion/TestIOHandlerCompletion.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/iohandler/completion/main.c [new file with mode: 0644]