[Bug 25172] New: TestBatchMode is flaky on linux

Bug ID 25172
Summary TestBatchMode is flaky on linux
Product lldb
Version unspecified
Hardware PC
OS Linux
Status NEW
Severity normal
Priority P
Component All Bugs
Assignee lldb-dev@lists.llvm.org
Reporter labath@google.com
CC llvm-bugs@lists.llvm.org
Classification Unclassified

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.'