forked from OSchip/llvm-project
Enable MiExecTestCase-test_lldbmi_exec_next_instruction
Test passes consistently, at least on linux. llvm-svn: 287887
This commit is contained in:
parent
9c71e07276
commit
5e7c591ac9
|
@ -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."""
|
||||
|
||||
|
|
Loading…
Reference in New Issue