[test] Skip pexpect-based lldb-mi tests on Darwin
authorVedant Kumar <vsk@apple.com>
Mon, 5 Mar 2018 20:16:52 +0000 (20:16 +0000)
committerVedant Kumar <vsk@apple.com>
Mon, 5 Mar 2018 20:16:52 +0000 (20:16 +0000)
commit2ddfe5c9c33858f24d388d40de65b919e6247e87
tree394be2135d3c0ca65fb6f6ac65743dd840a677a1
parenta09751e7791ec6fb9a48969b868caeb1fe56003c
[test] Skip pexpect-based lldb-mi tests on Darwin

These tests fail with a relatively frequently on Darwin machines with
errors such as:

  File ".../lldb/third_party/Python/module/pexpect-2.4/pexpect.py", line 1444, in expect_loop
    raise EOF(str(e) + '\n' + str(self))
EOF: End Of File (EOF) in read_nonblocking(). Empty string style platform.

The unpredictable failures make these tests noisy.

rdar://37046976

llvm-svn: 326739
lldb/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiExit.py
lldb/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiGdbSetShow.py
lldb/packages/Python/lldbsuite/test/tools/lldb-mi/data/TestMiData.py
lldb/packages/Python/lldbsuite/test/tools/lldb-mi/signal/TestMiSignal.py