Enable MiExecTestCase-test_lldbmi_exec_next_instruction
authorPavel Labath <labath@google.com>
Thu, 24 Nov 2016 15:16:07 +0000 (15:16 +0000)
committerPavel Labath <labath@google.com>
Thu, 24 Nov 2016 15:16:07 +0000 (15:16 +0000)
Test passes consistently, at least on linux.

llvm-svn: 287887

lldb/packages/Python/lldbsuite/test/tools/lldb-mi/control/TestMiExec.py

index 0406ede..2fe5aca 100644 (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."""