From 5e7c591ac95677eec6a94928c0eeb2f3acb0e6b9 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Thu, 24 Nov 2016 15:16:07 +0000 Subject: Enable MiExecTestCase-test_lldbmi_exec_next_instruction Test passes consistently, at least on linux. llvm-svn: 287887 --- .../packages/Python/lldbsuite/test/tools/lldb-mi/control/TestMiExec.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test') 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.""" -- cgit v1.2.3