Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pexpect tests failing on FreeBSD buildbot #23158

Closed
emaste opened this issue Mar 4, 2015 · 3 comments
Closed

pexpect tests failing on FreeBSD buildbot #23158

emaste opened this issue Mar 4, 2015 · 3 comments
Labels
bugzilla Issues migrated from bugzilla duplicate Resolved as duplicate lldb

Comments

@emaste
Copy link
Member

emaste commented Mar 4, 2015

Bugzilla Link 22784
Resolution DUPLICATE
Resolved on Jul 19, 2019 15:19
Version unspecified
OS FreeBSD
CC @JDevlieghere

Extended Description

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

@emaste
Copy link
Member Author

emaste commented Jun 3, 2015

Also test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py

@JDevlieghere
Copy link
Member

*** This bug has been marked as a duplicate of bug llvm/llvm-bugzilla-archive#25172 ***

@JDevlieghere
Copy link
Member

mentioned in issue llvm/llvm-bugzilla-archive#25172

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 9, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla duplicate Resolved as duplicate lldb
Projects
None yet
Development

No branches or pull requests

2 participants