forked from OSchip/llvm-project
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:
parent
938ff9f0aa
commit
983ad65220
|
@ -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."""
|
||||
|
|
Loading…
Reference in New Issue