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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev