forked from OSchip/llvm-project
parent
a1ab61cd8b
commit
a7d25264eb
|
@ -137,7 +137,7 @@ class FoundationTestCase2(TestBase):
|
|||
self.expect('expression str = (id)[NSString stringWithCString: "new"]')
|
||||
self.runCmd("process continue")
|
||||
|
||||
@expectedFailureAll(archs=["i[3-6]86"])
|
||||
@expectedFailureAll(archs=["i[3-6]86"], bugnumber="<rdar://problem/28814052>")
|
||||
def test_MyString_dump_with_runtime(self):
|
||||
"""Test dump of a known Objective-C object by dereferencing it."""
|
||||
self.build()
|
||||
|
@ -158,7 +158,7 @@ class FoundationTestCase2(TestBase):
|
|||
"\(MyBase\)"])
|
||||
self.runCmd("process continue")
|
||||
|
||||
@expectedFailureAll(archs=["i[3-6]86"])
|
||||
@expectedFailureAll(archs=["i[3-6]86"], bugnumber="<rdar://problem/28814052>")
|
||||
def test_runtime_types(self):
|
||||
"""Test commands that require runtime types"""
|
||||
self.build()
|
||||
|
|
|
@ -24,7 +24,6 @@ class TestObjCSuperMethod(TestBase):
|
|||
self.main_source, '// Set breakpoint here.')
|
||||
|
||||
@skipUnlessDarwin
|
||||
@expectedFailureAll(archs=["i[3-6]86"])
|
||||
@add_test_categories(['pyapi'])
|
||||
def test_with_python_api(self):
|
||||
"""Test calling methods on super."""
|
||||
|
|
Loading…
Reference in New Issue