Enable MiExecTestCase-test_lldbmi_exec_next_instruction

Test passes consistently, at least on linux.

llvm-svn: 287887
This commit is contained in:
Pavel Labath 2016-11-24 15:16:07 +00:00
parent 9c71e07276
commit 5e7c591ac9
1 changed files with 0 additions and 3 deletions

View File

@ -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."""