Mark these tests on FreeBSD and Linux as non-flakey. We don't know that they are

llvm-svn: 257656
This commit is contained in:
Enrico Granata 2016-01-13 19:29:52 +00:00
parent 938ff9f0aa
commit 983ad65220
1 changed files with 0 additions and 2 deletions

View File

@ -20,8 +20,6 @@ class CommandScriptImmediateOutputTestCase (PExpectTest):
PExpectTest.setUp(self)
@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_command_script_immediate_output (self):
"""Test that LLDB correctly allows scripted commands to set an immediate output file."""