diff options
author | Enrico Granata <egranata@apple.com> | 2016-01-13 19:29:52 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2016-01-13 19:29:52 +0000 |
commit | 983ad652208b85a888fafe1574ace564c33bc34b (patch) | |
tree | 3763ff53c94170439ad6b014e11d457d220f1d92 /lldb/packages/Python | |
parent | 938ff9f0aaed1053886508c5d6e5b25d4b4dfeff (diff) | |
download | bcm5719-llvm-983ad652208b85a888fafe1574ace564c33bc34b.tar.gz bcm5719-llvm-983ad652208b85a888fafe1574ace564c33bc34b.zip |
Mark these tests on FreeBSD and Linux as non-flakey. We don't know that they are
llvm-svn: 257656
Diffstat (limited to 'lldb/packages/Python')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/command_script_immediate_output/TestCommandScriptImmediateOutput.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/command_script_immediate_output/TestCommandScriptImmediateOutput.py b/lldb/packages/Python/lldbsuite/test/functionalities/command_script_immediate_output/TestCommandScriptImmediateOutput.py index 6484813f67b..ea54c3fb663 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/command_script_immediate_output/TestCommandScriptImmediateOutput.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/command_script_immediate_output/TestCommandScriptImmediateOutput.py @@ -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.""" |