From d077e4595c7b9afb0f40dc82e4c4a4b57173f3a8 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Wed, 19 Jan 2011 00:31:52 +0000 Subject: [PATCH] Decorated two new expected failures: rdar://problem/8875425 Found mySource->isa local variable assertion failed llvm-svn: 123792 --- lldb/test/objc-stepping/TestObjCStepping.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lldb/test/objc-stepping/TestObjCStepping.py b/lldb/test/objc-stepping/TestObjCStepping.py index 291735fb286a..cb6ccd515b9c 100644 --- a/lldb/test/objc-stepping/TestObjCStepping.py +++ b/lldb/test/objc-stepping/TestObjCStepping.py @@ -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."""