From a2a2f2efbad44494bb13edf9b88f71247fecd098 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Fri, 26 Oct 2018 00:50:54 +0000 Subject: Update test that checks auto-completion for settings set. This reverts r345350 and updates the test rather than removing it. Now we check that `--g` auto-completes to `--global`. llvm-svn: 345351 --- .../lldbsuite/test/functionalities/completion/TestCompletion.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py b/lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py index 83b43d4fa94..c073425a93f 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py @@ -174,6 +174,11 @@ class CommandLineCompletionTestCase(TestBase): """Test that 'settings set thread-f' completes to 'settings set thread-format'.""" self.complete_from_to('settings set thread-f', 'settings set thread-format') + @skipIfFreeBSD # timing out on the FreeBSD buildbot + def test_settings_s_dash(self): + """Test that 'settings set --g' completes to 'settings set --global'.""" + self.complete_from_to('settings set --g', 'settings set --global') + @skipIfFreeBSD # timing out on the FreeBSD buildbot def test_settings_clear_th(self): """Test that 'settings clear thread-f' completes to 'settings clear thread-format'.""" -- cgit v1.2.3