[lldb-dev] [Bug 23489] New: MiDataTestCase.test_lldbmi_data_disassemble test fails on Linux

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue May 12 00:32:26 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=23489

            Bug ID: 23489
           Summary: MiDataTestCase.test_lldbmi_data_disassemble test fails
                    on Linux
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: ki.stfu at gmail.com
    Classification: Unclassified

======================================================================
ERROR: test_lldbmi_data_disassemble (TestMiData.MiDataTestCase)
   Test that 'lldb-mi --interpreter' works for -data-disassemble.
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/lldb-buildbot/lldbSlave/buildWorkingDir/llvm/tools/lldb/test/lldbtest.py",
line 448, in wrapper
    return func(self, *args, **kwargs)
  File
"/lldb-buildbot/lldbSlave/buildWorkingDir/llvm/tools/lldb/test/lldbtest.py",
line 563, in wrapper
    func(*args, **kwargs)
  File
"/lldb-buildbot/lldbSlave/buildWorkingDir/llvm/tools/lldb/test/tools/lldb-mi/data/TestMiData.py",
line 60, in test_lldbmi_data_disassemble
   
self.expect("{address=\"0x[0-9a-f]+\",func-name=\"hello_world\(\)\",offset=\"[0-9]+\",size=\"[0-9]+\",inst=\".+?;
\\\\\"Hello, World!\\\\\\\\n\\\\\"\"},")
  File
"/lldb-buildbot/lldbSlave/buildWorkingDir/llvm/tools/lldb/test/tools/lldb-mi/lldbmi_testcase.py",
line 48, in expect
    return self.child.expect(pattern, *args, **kwargs)
  File
"/lldb-buildbot/lldbSlave/buildWorkingDir/llvm/tools/lldb/test/pexpect-2.4/pexpect.py",
line 1316, in expect
    return self.expect_list(compiled_pattern_list, timeout, searchwindowsize)
  File
"/lldb-buildbot/lldbSlave/buildWorkingDir/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
"/lldb-buildbot/lldbSlave/buildWorkingDir/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().
<pexpect.spawn object at 0x7f5352ca8090>
version: 2.4 ($Revision: 516 $)
command: /lldb-buildbot/lldbSlave/buildWorkingDir/build/bin/lldb-mi
args: ['/lldb-buildbot/lldbSlave/buildWorkingDir/build/bin/lldb-mi',
'--interpreter']
searcher: searcher_re:
    0:
re.compile("{address="0x[0-9a-f]+",func-name="hello_world\(\)",offset="[0-9]+",size="[0-9]+",inst=".+?;
\\"Hello, World!\\\\n\\""},")
buffer (last 100 chars):
s="0x000000000040066f",func-name="main",offset="63",size="3",inst="movl %edi,
-0x8(%rbp)"}]
(gdb)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150512/c291a42c/attachment.html>


More information about the lldb-dev mailing list