[lldb][NFC] Add tests for invalid command invocations
authorRaphael Isemann <teemperor@gmail.com>
Wed, 21 Aug 2019 09:15:44 +0000 (09:15 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Wed, 21 Aug 2019 09:15:44 +0000 (09:15 +0000)
commit4fc1eb55d1973868cc4c1420950ec89e1741bc73
treedd59edb944739767216e776ac4ceda365a6e5091
parent71d38b3c6217d6b3f0d1a50e7a59d4d78b3ecd59
[lldb][NFC] Add tests for invalid command invocations

llvm-svn: 369506
lldb/packages/Python/lldbsuite/test/functionalities/apropos/TestApropos.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py
lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/TestPluginCommands.py
lldb/packages/Python/lldbsuite/test/functionalities/reproducer/TestReproducer.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/version/TestVersion.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/help/TestHelp.py