[Lldb-commits] [PATCH] MI support for '-var-create $regname' command.

Ilia K ki.stfu at gmail.com
Fri Apr 17 08:49:13 PDT 2015


Oops.. done:
$ svn ci
Sending        test/tools/lldb-mi/variable/TestMiVar.py
Transmitting file data .
Committed revision 235197.

Thanks,
Ilia

On Fri, Apr 17, 2015 at 6:39 PM, Pavel Labath <labath at google.com> wrote:

> This test is failing on Linux i386.
>
>
> http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-cmake/builds/1755
>
>   ======================================================================
>   ERROR: test_lldbmi_var_create_register (TestMiVar.MiVarTestCase)
>      Test that 'lldb-mi --interpreter' works for -var-create $regname.
>   ----------------------------------------------------------------------
>   Traceback (most recent call last):
>     File
> "/lldb-buildbot/lldbSlave/buildWorkingDir/llvm/tools/lldb/test/lldbtest.py",
> line 447, in wrapper
>       return func(self, *args, **kwargs)
>     File
> "/lldb-buildbot/lldbSlave/buildWorkingDir/llvm/tools/lldb/test/lldbtest.py",
> line 562, in wrapper
>       func(*args, **kwargs)
>     File
> "/lldb-buildbot/lldbSlave/buildWorkingDir/llvm/tools/lldb/test/tools/lldb-mi/variable/TestMiVar.py",
> line 215, in test_lldbmi_var_create_register
>
> self.expect("\^done,name=\"var_reg\",numchild=\"0\",value=\"0x[0-9a-f]+\",type=\"unsigned
> long\",thread-id=\"1\",has_more=\"0\"")
>     File
> "/lldb-buildbot/lldbSlave/buildWorkingDir/llvm/tools/lldb/test/tools/lldb-mi/lldbmi_testcase.py",
> line 46, 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().
>
> Could you fix/revert/XFAIL, please?
>
>
> REPOSITORY
>   rL LLVM
>
> http://reviews.llvm.org/D8965
>
> EMAIL PREFERENCES
>   http://reviews.llvm.org/settings/panel/emailpreferences/
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150417/f88819b6/attachment.html>


More information about the lldb-commits mailing list