[Lldb-commits] [Diffusion] rL230408: If you try to auto-complete "target symbols<TAB>" you get "target symbolsadd"…

Ilia K ki.stfu at gmail.com
Tue Feb 24 21:52:09 PST 2015


After this commit I got following:

  ======================================================================
  FAIL: test_watchpoint_command_dash_w_space (TestCompletion.CommandLineCompletionTestCase)
        Test that 'watchpoint command' completes to ['Available completions:', 'add', 'delete', 'list'].
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "/Users/testuser/build/workspace/LLDB_master_release_OSX/llvm_master/tools/lldb/test/lldbtest.py", line 537, in wrapper
      func(*args, **kwargs)
    File "/Users/testuser/build/workspace/LLDB_master_release_OSX/llvm_master/tools/lldb/test/functionalities/completion/TestCompletion.py", line 48, in test_watchpoint_command_dash_w_space
      self.complete_from_to('watchpoint command', ['Available completions:', 'add', 'delete', 'list'])
    File "/Users/testuser/build/workspace/LLDB_master_release_OSX/llvm_master/tools/lldb/test/functionalities/completion/TestCompletion.py", line 238, in complete_from_to
      patterns = [p])
    File "/Users/testuser/build/workspace/LLDB_master_release_OSX/llvm_master/tools/lldb/test/lldbtest.py", line 2098, in expect
      msg if msg else EXP_MSG(str, exe))
  AssertionError: False is not True : 'watchpoint command' successfully completes to 'Available completions:'
  Config=x86_64-clang

I already have fixed it in r230463.


http://reviews.llvm.org/rL230408

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list