diff options
author | Pavel Labath <labath@google.com> | 2016-11-24 15:16:07 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2016-11-24 15:16:07 +0000 |
commit | 5e7c591ac95677eec6a94928c0eeb2f3acb0e6b9 (patch) | |
tree | 1a0bc39c11ae2ce0a65c2ca3f82950cb6bad62c8 /lldb/packages/Python/lldbsuite/test/tools/lldb-mi/control/TestMiExec.py | |
parent | 9c71e0727624b028c57637ff972e867119f16789 (diff) | |
download | bcm5719-llvm-5e7c591ac95677eec6a94928c0eeb2f3acb0e6b9.tar.gz bcm5719-llvm-5e7c591ac95677eec6a94928c0eeb2f3acb0e6b9.zip |
Enable MiExecTestCase-test_lldbmi_exec_next_instruction
Test passes consistently, at least on linux.
llvm-svn: 287887
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/tools/lldb-mi/control/TestMiExec.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/tools/lldb-mi/control/TestMiExec.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/control/TestMiExec.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/control/TestMiExec.py index 0406ede7178..2fe5aca8ff1 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/control/TestMiExec.py +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/control/TestMiExec.py @@ -215,9 +215,6 @@ class MiExecTestCase(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 - @expectedFailureAll( - archs=["i[3-6]86"], - bugnumber="xfail to get buildbot green, failing config: i386 binary running on ubuntu 14.04 x86_64") def test_lldbmi_exec_next_instruction(self): """Test that 'lldb-mi --interpreter' works for instruction stepping.""" |