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 ----------------------------------------------------------------------
Also test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py
*** This bug has been marked as a duplicate of bug 25172 ***