[Lldb-commits] [lldb] r345350 - Remove test that checks auto-completion for settings set.

Davide Italiano via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 25 17:50:48 PDT 2018


Thanks for fixing the bots!
On Thu, Oct 25, 2018 at 5:41 PM Jonas Devlieghere via lldb-commits
<lldb-commits at lists.llvm.org> wrote:
>
> Author: jdevlieghere
> Date: Thu Oct 25 17:39:27 2018
> New Revision: 345350
>
> URL: http://llvm.org/viewvc/llvm-project?rev=345350&view=rev
> Log:
> Remove test that checks auto-completion for settings set.
>
> With the new `-f` option for `settings set`, `-` (dash) no longer
> auto-complete to `-g`.
>
> Modified:
>     lldb/trunk/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py
>
> Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py
> URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py?rev=345350&r1=345349&r2=345350&view=diff
> ==============================================================================
> --- lldb/trunk/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py (original)
> +++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py Thu Oct 25 17:39:27 2018
> @@ -175,11 +175,6 @@ class CommandLineCompletionTestCase(Test
>          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 -' completes to 'settings set -g'."""
> -        self.complete_from_to('settings set -', 'settings set -g')
> -
> -    @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'."""
>          self.complete_from_to(
>
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits


More information about the lldb-commits mailing list