LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 22784 - pexpect tests failing on FreeBSD buildbot
Summary: pexpect tests failing on FreeBSD buildbot
Status: RESOLVED DUPLICATE of bug 25172
Alias: None
Product: lldb
Classification: Unclassified
Component: All Bugs (show other bugs)
Version: unspecified
Hardware: PC FreeBSD
: P normal
Assignee: LLDB commit list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-03 23:33 PST by emaste
Modified: 2019-07-19 15:19 PDT (History)
1 user (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description emaste 2015-03-03 23:33:24 PST
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
----------------------------------------------------------------------
Comment 1 emaste 2015-06-03 16:27:54 PDT
Also test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py
Comment 2 Jonas Devlieghere 2019-07-19 15:19:45 PDT
*** This bug has been marked as a duplicate of bug 25172 ***