summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2019-08-21 09:15:44 +0000
committerRaphael Isemann <teemperor@gmail.com>2019-08-21 09:15:44 +0000
commit4fc1eb55d1973868cc4c1420950ec89e1741bc73 (patch)
treedd59edb944739767216e776ac4ceda365a6e5091 /lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py
parent71d38b3c6217d6b3f0d1a50e7a59d4d78b3ecd59 (diff)
downloadbcm5719-llvm-4fc1eb55d1973868cc4c1420950ec89e1741bc73.tar.gz
bcm5719-llvm-4fc1eb55d1973868cc4c1420950ec89e1741bc73.zip
[lldb][NFC] Add tests for invalid command invocations
llvm-svn: 369506
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py b/lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py
index 1b97c3b0333..d41666a1866 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py
@@ -91,6 +91,10 @@ class CommandLineCompletionTestCase(TestBase):
'arm64'])
@skipIfFreeBSD # timing out on the FreeBSD buildbot
+ def test_plugin_load(self):
+ self.complete_from_to('plugin load ', [])
+
+ @skipIfFreeBSD # timing out on the FreeBSD buildbot
def test_quoted_command(self):
self.complete_from_to('"set',
['"settings" '])
OpenPOWER on IntegriCloud