More testsuite xfail markings cleanup.

llvm-svn: 284446
This commit is contained in:
Jim Ingham 2016-10-18 01:43:22 +00:00
parent a1ab61cd8b
commit a7d25264eb
2 changed files with 2 additions and 3 deletions

View File

@ -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()

View File

@ -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."""