Decorated two new expected failures:

rdar://problem/8875425 Found mySource->isa local variable assertion failed

llvm-svn: 123792
This commit is contained in:
Johnny Chen 2011-01-19 00:31:52 +00:00
parent 0d13fd3c94
commit d077e4595c
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,8 @@ class TestObjCStepping(TestBase):
mydir = "objc-stepping"
# rdar://problem/8875425 Found mySource->isa local variable assertion failed
@unittest2.expectedFailure
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
@python_api_test
def test_with_dsym_and_python_api(self):
@ -16,6 +18,8 @@ class TestObjCStepping(TestBase):
self.buildDsym()
self.objc_stepping()
# rdar://problem/8875425 Found mySource->isa local variable assertion failed
@unittest2.expectedFailure
@python_api_test
def test_with_dwarf_and_python_api(self):
"""Test stepping through ObjC method dispatch in various forms."""