diff options
author | Pavel Labath <labath@google.com> | 2016-02-08 09:58:27 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2016-02-08 09:58:27 +0000 |
commit | 22a2a7fec11c80ce76857734521badb9c553cfff (patch) | |
tree | e8ea8334ec0b110829090edee7f1623e1d912fd0 /lldb/packages/Python/lldbsuite/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py | |
parent | 2a9f720129b8fcd9ffedf27cc2201e3f4e186ec7 (diff) | |
download | bcm5719-llvm-22a2a7fec11c80ce76857734521badb9c553cfff.tar.gz bcm5719-llvm-22a2a7fec11c80ce76857734521badb9c553cfff.zip |
Revert "Enable test_lldbmi_settings_set_target_run_args_before on linux"
Test is still flaky.
llvm-svn: 260081
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py index a0036ea95a2..81a8e11e287 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py @@ -57,6 +57,7 @@ class MiInterpreterExecTestCase(lldbmi_testcase.MiTestCaseBase): @skipIfWindows #llvm.org/pr24452: Get lldb-mi tests working on Windows @skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races + @expectedFlakeyLinux(bugnumber="llvm.org/pr25470") def test_lldbmi_settings_set_target_run_args_before(self): """Test that 'lldb-mi --interpreter' can set target arguments by 'setting set target.run-args' command before than target was created.""" |