forked from OSchip/llvm-project
Decorated two new expected failures:
rdar://problem/8875425 Found mySource->isa local variable assertion failed llvm-svn: 123792
This commit is contained in:
parent
0d13fd3c94
commit
d077e4595c
|
@ -9,6 +9,8 @@ class TestObjCStepping(TestBase):
|
||||||
|
|
||||||
mydir = "objc-stepping"
|
mydir = "objc-stepping"
|
||||||
|
|
||||||
|
# rdar://problem/8875425 Found mySource->isa local variable assertion failed
|
||||||
|
@unittest2.expectedFailure
|
||||||
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
|
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
|
||||||
@python_api_test
|
@python_api_test
|
||||||
def test_with_dsym_and_python_api(self):
|
def test_with_dsym_and_python_api(self):
|
||||||
|
@ -16,6 +18,8 @@ class TestObjCStepping(TestBase):
|
||||||
self.buildDsym()
|
self.buildDsym()
|
||||||
self.objc_stepping()
|
self.objc_stepping()
|
||||||
|
|
||||||
|
# rdar://problem/8875425 Found mySource->isa local variable assertion failed
|
||||||
|
@unittest2.expectedFailure
|
||||||
@python_api_test
|
@python_api_test
|
||||||
def test_with_dwarf_and_python_api(self):
|
def test_with_dwarf_and_python_api(self):
|
||||||
"""Test stepping through ObjC method dispatch in various forms."""
|
"""Test stepping through ObjC method dispatch in various forms."""
|
||||||
|
|
Loading…
Reference in New Issue