Add expectedFlakeyFreeBSD to TestBatchMode failing on buildbot

This test was already expectedFlakeyLinux for occasional failures on the
Linux buildbot. It seems the new FreeBSD buildbot fails the same way on
occasion.

llvm.org/pr25172

llvm-svn: 254002
This commit is contained in:
Ed Maste 2015-11-24 18:34:17 +00:00
parent ae82bf7947
commit 43bd918475
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ class DriverBatchModeTest (TestBase):
mydir = TestBase.compute_mydir(__file__)
@skipIfRemote # test not remote-ready llvm.org/pr24813
@expectedFlakeyFreeBSD("llvm.org/pr25172 fails rarely on the buildbot")
@expectedFlakeyLinux("llvm.org/pr25172")
@expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows")
def test_driver_batch_mode(self):