[lldb-dev] [Bug 22784] New: pexpect tests failing on FreeBSD buildbot

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Mar 3 21:33:24 PST 2015


http://llvm.org/bugs/show_bug.cgi?id=22784

            Bug ID: 22784
           Summary: pexpect tests failing on FreeBSD buildbot
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: emaste at freebsd.org
    Classification: Unclassified

I cannot reproduce this locally. 7 or 8 tests are failing on the FreeBSD
buildbot http://lab.llvm.org:8011/builders/lldb-x86_64-freebsd due to a pexpect
error like so:

======================================================================
ERROR: test_driver_batch_mode_with_dwarf (TestBatchMode.DriverBatchModeTest)
   Test that the lldb driver's batch mode works correctly.
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm.src/tools/lldb/test/lldbtest.py",
line 1856, in tearDown
    Base.tearDown(self)
  File
"/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm.src/tools/lldb/test/lldbtest.py",
line 1173, in tearDown
    self.deletePexpectChild()
  File
"/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm.src/tools/lldb/test/lldbtest.py",
line 1166, in deletePexpectChild
    self.child.close()
  File
"/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm.src/tools/lldb/test/pexpect-2.4/pexpect.py",
line 671, in close
    raise ExceptionPexpect ('close() could not terminate the child using
terminate()')
ExceptionPexpect: close() could not terminate the child using terminate()
Config=amd64-clang
----------------------------------------------------------------------

-- 
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/20150304/180118e8/attachment.html>


More information about the lldb-dev mailing list