diff options
author | Pavel Labath <labath@google.com> | 2016-02-04 11:51:07 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2016-02-04 11:51:07 +0000 |
commit | 1dafd45e6f15e1a738f5c6859cc2e3f6049d38e3 (patch) | |
tree | 94bdd0738295dd7e795b13457c8fab5731ee1078 /lldb/packages/Python/lldbsuite/test | |
parent | 31300ed0a5044b2e9f608d0741e4a8601b08967c (diff) | |
download | bcm5719-llvm-1dafd45e6f15e1a738f5c6859cc2e3f6049d38e3.tar.gz bcm5719-llvm-1dafd45e6f15e1a738f5c6859cc2e3f6049d38e3.zip |
Enable test_lldbmi_settings_set_target_run_args_before on linux
Test has passed last 200 runs of the build bot.
llvm-svn: 259777
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py | 1 |
1 files changed, 0 insertions, 1 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 93d9f25683b..59226010cbe 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 @@ -55,7 +55,6 @@ 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 - @expectedFailureLinux # Failing in ~9/600 dosep runs (build 3120-3122) 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.""" |