Not a test failure for i386; instead, the test case should be modified to not over-expect type fields for the synthetic childs.

rdar://problem/11277013

llvm-svn: 155144
This commit is contained in:
Johnny Chen 2012-04-19 18:36:11 +00:00
parent a37e2295d4
commit 4fdc339db5
1 changed files with 2 additions and 3 deletions

View File

@ -13,7 +13,6 @@ class Issue11581TestCase(TestBase):
mydir = os.path.join("expression_command", "issue_11588")
@expectedFailurei386
def test_11581_commands(self):
# This is the function to remove the custom commands in order to have a
# clean slate for the next test case.
@ -44,8 +43,8 @@ class Issue11581TestCase(TestBase):
self.expect("print *((StgClosure*)(r14-1))",
substrs = ["(StgClosure) $",
"(StgClosure *) &$","0x",
"(long) addr = ",
"(long) load_address = "])
"addr = ",
"load_address = "])
target = lldb.debugger.GetSelectedTarget()