-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
TestBatchMode is flaky on linux and FreeBSD #25546
Comments
This test failed once for me on the (not-yet-connected-to-the-buildmaster) FreeBSD 11 builder as well: ======================================================================
|
Annotation removed in http://llvm.org/viewvc/llvm-project?rev=257656&view=rev |
The annotation was removed from TestCommandScriptImmediateOutput, which is a new test an the annotation ended up there only due to copy-paste. TestBatchMode is still marked as flaky and it is flaky, see build e.g., 10321 http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-cmake/builds/10321/steps/test2/logs/stdio. After looking at this again, I suspect this might be actually a duplicate of bug llvm/llvm-bugzilla-archive#25652 (at least the linux issue). |
*** Bug #23158 has been marked as a duplicate of this bug. *** |
Extended Description
The test (very rarely) fails on the linux buildbot. The reported error is:
File "/lldb-buildbot/lldbSlave/buildWorkingDir/llvm/tools/lldb/test/driver/batch_mode/TestBatchMode.py", line 81, in batch_mode
self.expect_string("Got there on time and it did not crash.")
File "/lldb-buildbot/lldbSlave/buildWorkingDir/llvm/tools/lldb/test/driver/batch_mode/TestBatchMode.py", line 37, in expect_string
self.fail ("Got EOF waiting for '%s'"%(string))
AssertionError: Got EOF waiting for 'Got there on time and it did not crash.'
The text was updated successfully, but these errors were encountered: