[Lldb-commits] [lldb] r222163 - Complete rewrite of interactive editing support for single- and multi-line input.

Ed Maste emaste at freebsd.org
Mon Nov 17 11:46:29 PST 2014


On 17 November 2014 14:07, Kate Stone <katherine.stone at apple.com> wrote:
> Author: kate
> Date: Mon Nov 17 13:06:59 2014
> New Revision: 222163
>
> URL: http://llvm.org/viewvc/llvm-project?rev=222163&view=rev
> Log:
> Complete rewrite of interactive editing support for single- and multi-line input.

FYI, two new test failures appeared on FreeBSD after this change. I'm
curious if the Linux guys see similar behaviour.


FAIL: LLDB (/usr/bin/clang-x86_64) :: test_with_dwarf
(TestGlobalVariables.GlobalVariablesTestCase)
======================================================================
FAIL: test_with_dwarf (TestGlobalVariables.GlobalVariablesTestCase)
   Test 'frame variable --scope --no-args' which omits args and shows scopes.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tank/emaste/src/llvm/tools/lldb/test/lldbtest.py", line 382, in wrapper
    return func(self, *args, **kwargs)
  File "/tank/emaste/src/llvm/tools/lldb/test/lang/c/global_variables/TestGlobalVariables.py",
line 24, in test_with_dwarf
    self.global_variables()
  File "/tank/emaste/src/llvm/tools/lldb/test/lang/c/global_variables/TestGlobalVariables.py",
line 60, in global_variables
    'stop reason = breakpoint'])
  File "/tank/emaste/src/llvm/tools/lldb/test/lldbtest.py", line 1886, in expect
    self.runCmd(str, msg=msg, trace = (True if trace else False),
check = not error, inHistory=inHistory)
  File "/tank/emaste/src/llvm/tools/lldb/test/lldbtest.py", line 1812, in runCmd
    msg if msg else CMD_MSG(cmd))
AssertionError: False is not True : Process should be stopped due to breakpoint
Config=x86_64-/usr/bin/clang
----------------------------------------------------------------------
Ran 2 tests in 0.200s

FAILED (failures=1, skipped=1)


FAIL: LLDB (/usr/bin/clang-x86_64) :: test_command_regex
(TestCommandRegex.CommandRegexTestCase)
======================================================================
ERROR: test_command_regex (TestCommandRegex.CommandRegexTestCase)
   Test a simple scenario of 'command regex' invocation and subsequent use.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tank/emaste/src/llvm/tools/lldb/test/functionalities/command_regex/TestCommandRegex.py",
line 38, in test_command_regex
    child.expect('The following is a list of built-in, permanent
debugger commands:')
  File "/tank/emaste/src/llvm/tools/lldb/test/pexpect-2.4/pexpect.py",
line 1316, in expect
    return self.expect_list(compiled_pattern_list, timeout, searchwindowsize)
  File "/tank/emaste/src/llvm/tools/lldb/test/pexpect-2.4/pexpect.py",
line 1330, in expect_list
    return self.expect_loop(searcher_re(pattern_list), timeout,
searchwindowsize)
  File "/tank/emaste/src/llvm/tools/lldb/test/pexpect-2.4/pexpect.py",
line 1414, in expect_loop
    raise TIMEOUT (str(e) + '\n' + str(self))
TIMEOUT: Timeout exceeded in read_nonblocking().



More information about the lldb-commits mailing list